[asterisk-users] dial a pager and enter DTMF
Eric "ManxPower" Wieling
eric at fnords.org
Sun Feb 25 13:46:28 MST 2007
Supa wrote:
> this dials, and upon answers plays dtmf tones, but does not auto
> disconnect:
>
> exten => s,2,Dial(SIP/TelaSip-gw4/5198881212,15,D(12345678),S(8))
>
> and this disconnects after 8 secs, but does not play dtmf:
>
> exten => s,2,Dial(SIP/TelaSip-gw4/5198881212,15,S(8),D(12345678))
>
>
> any ideas of what wrong with the above syntax
exten => s,2,Dial(SIP/TelaSip-gw4/5198881212,15,S(8)D(12345678))
NO commas.
More information about the asterisk-users
mailing list