Asterisk Call Notification over XMPP

摘自: lodge.glasgownet.com  被阅读次数: 89


yangyi 于 2009-07-03 23:04:07 提供


Recently I was asked how I get notification messages when a call is made to my VoIP number and extension. It’s only a few lines of configuration, but worth noting down for future reference. This all applies to Asterisk 1.4, on Debian Lenny

Step one: Set up appropriate Jabber integration.

This requires the res_jabber resource, which is provided by default when installing Asterisk on Debian.

Next up, set up /etc/asterisk/jabber.conf as follows…

 [general]
debug=yes                                ;;Turn on debugging by default.
autoprune=no                            ;;Auto remove users from buddy list.
autoregister=yes                        ;;Auto register users from buddy list.

......

Please access the below link to view the full content.

Original link: http://lodge.glasgownet.com/tech...