- SIMPLE: The Presence Event package
|
Today's Deals Free:
VoIP Call Center Buyers Guide Free Newsletter: Voice & Data Convergence Free 90 Page IP Telephony Pocket Guide Search with Google Search this site with Google. Results may not include recent changes.
Last Changes Shoutbox
Server Stats
|
SIP event packagesThe RFC for SUBSCRIBEs doesn't really define any applications. The applications are called "Event packages" and are registred with the IANA. Current event packages could is listed here:
|
Asterisk support for other events?
<p>
With that I could write my own support. For example, the polycom phones support for 'x-as-feature-event+xml' which is used for Server-Based Call Forwarding and DND. If asterisk simply sent on the entire UDP SUBSCRIBE packet to whatever program was specified in the extensions.conf or features.conf. For example, 'extern-event-handler = /var/lib/asterisk/eventcode/myhandler.pl'. I could then write a perl script to do whatever with the information. In this case, I'd parse the XML and set the server side stuff up. Just an idea. It should be relatively easy to program as it pushes the complex (and phone vendor specific) stuff to the external program and outside the asterisk code base.