Add pause one second W dial modifier.
* The following dialplan applications now recognize 'W' to pause sending DTMF for one second in addition to the previously existing 'w' that paused sending DTMF for half a second. Dial, ExternalIVR, and SendDTMF. * The chan_dahdi analog port dialing and deferred DTMF dialing for PRI now distinguishes between 'w' and 'W'. The 'w' pauses dialing for half a second. The 'W' pauses dialing for one second. * Created dahdi_dial_str() in chan_dahdi that eliminated a lot of duplicated dialing code and diagnostic messages for the channel driver. (closes issue ASTERISK-20039) Reported by: Jeremiah Gowdy Patches: jgowdy-wait-6-22-2012.diff (license #5621) patch uploaded by Jeremiah Gowdy Expanded patch to add support in chan_dahdi. Tested by: rmudgett git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- UPGRADE.txt 17 additions, 0 deletionsUPGRADE.txt
- apps/app_senddtmf.c 1 addition, 1 deletionapps/app_senddtmf.c
- channels/chan_dahdi.c 74 additions, 52 deletionschannels/chan_dahdi.c
- channels/sig_analog.c 4 additions, 15 deletionschannels/sig_analog.c
- main/app.c 5 additions, 0 deletionsmain/app.c
Loading
Please register or sign in to comment