[asterisk-users] dial a pager and enter DTMF

Yuan LIU yliu11 at hotmail.com
Sun Feb 25 22:43:55 MST 2007


>From: Supa <thezerogroup at gmail.com>
>Date: Sun, 25 Feb 2007 15:45:08 -0500
>
>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))

Thought it would be (note the syntax: no commas between flags)

Dial(SIP/5198881212 at TelaSip-gw4,15,D(12345678)L(8000))

Is S() a new flag?

Yuan Liu

>any ideas of what wrong with the above syntax
>
>On 2/25/07, Supa <thezerogroup at gmail.com> wrote:
>>
>>This worked:
>>Dial(SIP/5198881212 at TelaSip-gw4,,D(12345678))
>>
>>however, the problem now exists in the disconnection. Asterisk tries to
>>bridge the call, play dtmf but never disconnects. What is there a specific
>>syntax to the D command that specifies a disconnect period.
>>I am thinking a better solution might just be adding it to a .call file
>>and running a script when I need to page my doctors. That way I don't have
>>to stay on the line and listen to the series of calls.




More information about the asterisk-users mailing list