-
- Downloads
Merge changes dealing with support for Digium phones.
Presence support has been added. This is accomplished by allowing for presence hints in addition to device state hints. A dialplan function called PRESENCE_STATE has been added to allow for setting and reading presence. Presence can be transmitted to Digium phones using custom XML elements in a PIDF presence document. Voicemail has new APIs that allow for moving, removing, forwarding, and playing messages. Messages have had a new unique message ID added to them so that the APIs will work reliably. The state of a voicemail mailbox can be obtained using an API that allows one to get a snapshot of the mailbox. A voicemail Dialplan App called VoiceMailPlayMsg has been added to be able to play back a specific message. Configuration hooks have been added. Configuration hooks allow for a piece of code to be executed when a specific configuration file is loaded by a specific module. This is useful for modules that are dependent on the configuration of other modules. chan_sip now has a public method that allows for a custom SIP INFO request to be sent mid-dialog. Digium phones use this in order to display progress bars when files are played. Messaging support has been expanded a bit. The main visible difference is the addition of an AMI action MessageSend. Finally, a ParkingLots manager action has been added in order to get a list of parking lots. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_mixmonitor.c 243 additions, 15 deletionsapps/app_mixmonitor.c
- apps/app_queue.c 7 additions, 1 deletionapps/app_queue.c
- apps/app_voicemail.c 1731 additions, 113 deletionsapps/app_voicemail.c
- apps/app_voicemail.exports.in 9 additions, 0 deletionsapps/app_voicemail.exports.in
- channels/chan_sip.c 213 additions, 33 deletionschannels/chan_sip.c
- channels/chan_sip.exports.in 6 additions, 0 deletionschannels/chan_sip.exports.in
- channels/chan_skinny.c 12 additions, 3 deletionschannels/chan_skinny.c
- channels/sip/include/sip.h 3 additions, 0 deletionschannels/sip/include/sip.h
- configs/manager.conf.sample 2 additions, 1 deletionconfigs/manager.conf.sample
- contrib/realtime/mysql/voicemail_messages.sql 2 additions, 0 deletionscontrib/realtime/mysql/voicemail_messages.sql
- funcs/func_presencestate.c 781 additions, 0 deletionsfuncs/func_presencestate.c
- include/asterisk/app.h 57 additions, 1 deletioninclude/asterisk/app.h
- include/asterisk/app_voicemail.h 212 additions, 0 deletionsinclude/asterisk/app_voicemail.h
- include/asterisk/callerid.h 1 addition, 0 deletionsinclude/asterisk/callerid.h
- include/asterisk/config.h 57 additions, 0 deletionsinclude/asterisk/config.h
- include/asterisk/event_defs.h 8 additions, 2 deletionsinclude/asterisk/event_defs.h
- include/asterisk/file.h 37 additions, 1 deletioninclude/asterisk/file.h
- include/asterisk/manager.h 2 additions, 0 deletionsinclude/asterisk/manager.h
- include/asterisk/message.h 29 additions, 1 deletioninclude/asterisk/message.h
- include/asterisk/pbx.h 33 additions, 1 deletioninclude/asterisk/pbx.h
Loading
Please register or sign in to comment