home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Asterisk CallerID plugin continues
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MageMinds" data-source="post: 390909" data-attributes="member: 30288"><p>I stopped using that plugin and now use YAC which work very well compare to that plugin that works only when it's sunny outside... I also was annoyed by all the internal call and I was receiving a popup when anyone in the house was making an outside call...</p><p></p><p>I now have a custom system line that send a string to the YAC listener within MP. I use FreePBX as a WebGUI of Asterisk, which is very common, to add informations I use the distribution of Elastix.</p><p></p><p>Here is what I've done to use YAC.</p><p></p><p>In the file /etc/asterisk/extensions_custom.conf I added a section as follow:</p><p>[code][from-pstn-custom]</p><p>exten => _.,1,System(/bin/echo -n -e "${CALLERID(name)}\\n${CALLERID(num)}\\n" | nc -w 1 10.77.2.20 10629)</p><p>[/code]</p><p></p><p>As you can see 10.77.2.20 is the IP address of MP 10629 is the YAC listening port. You can even add a other line to send the caller id to your computer using a YAC listener for Windows, you could also be able to find one for Mac and Linux.</p><p></p><p>Here is the second line I use</p><p>[code]exten => _.,2,System(/bin/echo -n -e "@CALL${CALLERID(name)}~${CALLERID(num)}\\0" | nc -w 1 10.0.0.16 10629)[/code]</p><p>This is my listener at work and I have a constant VPN between work and home so I take advantage of it.</p><p></p><p>Since I have a SIP only setup I even receive caller id on my screen before my phone connected to ATAs begin to ring.</p><p></p><p>MageMinds</p></blockquote><p></p>
[QUOTE="MageMinds, post: 390909, member: 30288"] I stopped using that plugin and now use YAC which work very well compare to that plugin that works only when it's sunny outside... I also was annoyed by all the internal call and I was receiving a popup when anyone in the house was making an outside call... I now have a custom system line that send a string to the YAC listener within MP. I use FreePBX as a WebGUI of Asterisk, which is very common, to add informations I use the distribution of Elastix. Here is what I've done to use YAC. In the file /etc/asterisk/extensions_custom.conf I added a section as follow: [code][from-pstn-custom] exten => _.,1,System(/bin/echo -n -e "${CALLERID(name)}\\n${CALLERID(num)}\\n" | nc -w 1 10.77.2.20 10629) [/code] As you can see 10.77.2.20 is the IP address of MP 10629 is the YAC listening port. You can even add a other line to send the caller id to your computer using a YAC listener for Windows, you could also be able to find one for Mac and Linux. Here is the second line I use [code]exten => _.,2,System(/bin/echo -n -e "@CALL${CALLERID(name)}~${CALLERID(num)}\\0" | nc -w 1 10.0.0.16 10629)[/code] This is my listener at work and I have a constant VPN between work and home so I take advantage of it. Since I have a SIP only setup I even receive caller id on my screen before my phone connected to ATAs begin to ring. MageMinds [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Asterisk CallerID plugin continues
Contact us
RSS
Top
Bottom