Joseph
2005-Aug-30 16:18 UTC
[Asterisk-Users] nested dial, or jump to another line to continue dialing.
Is it possible to do nested dial() command on one line, Dial number, wait new seconds, dial another number etc. or dial number and jump to another line to continue dialing. D(ww) doesn't work as it sends DTMF but before the call is bridged, and I need to send numbers after the call is bridged. -- #Joseph
El Flynn
2005-Aug-31 06:05 UTC
[Asterisk-Users] nested dial, or jump to another line to continue dialing.
Joseph wrote:> Is it possible to do nested dial() command on one line, > Dial number, wait new seconds, dial another number etc. > or dial number and jump to another line to continue dialing. > > D(ww) doesn't work as it sends DTMF but before the call is bridged, and > I need to send numbers after the call is bridged. >If you do a "show application dial" at the CLI: <snip> 'D([digits])' -- Send DTMF digit string *after* called party has answered but before the bridge. (w=500ms sec pause) Hmm.. it does say that DTMF is sent *after* called party has answered. it's been working for me since asterisk-1.0-RC2 Flynn