-
- Downloads
Support routing text messages outside of a call.
Asterisk now has protocol independent support for processing text messages outside of a call. Messages are routed through the Asterisk dialplan. SIP MESSAGE and XMPP are currently supported. There are options in sip.conf and jabber.conf that enable these features. There is a new application, MessageSend(). There are two new functions, MESSAGE() and MESSAGE_DATA(). Documentation will be available on the project wiki, wiki.asterisk.org. Thanks to Terry Wilson for the assistance with development and to David Vossel for helping with some additional testing. Review: https://reviewboard.asterisk.org/r/1042/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@321546 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 13 additions, 0 deletionsCHANGES
- channels/chan_sip.c 305 additions, 24 deletionschannels/chan_sip.c
- channels/sip/include/sip.h 5 additions, 0 deletionschannels/sip/include/sip.h
- configs/jabber.conf.sample 3 additions, 0 deletionsconfigs/jabber.conf.sample
- configs/sip.conf.sample 10 additions, 0 deletionsconfigs/sip.conf.sample
- include/asterisk/_private.h 1 addition, 0 deletionsinclude/asterisk/_private.h
- include/asterisk/channel.h 10 additions, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/jabber.h 2 additions, 0 deletionsinclude/asterisk/jabber.h
- include/asterisk/message.h 242 additions, 0 deletionsinclude/asterisk/message.h
- main/asterisk.c 5 additions, 0 deletionsmain/asterisk.c
- main/channel.c 5 additions, 0 deletionsmain/channel.c
- main/message.c 1112 additions, 0 deletionsmain/message.c
- res/res_jabber.c 79 additions, 1 deletionres/res_jabber.c
Loading
Please register or sign in to comment