This worked:<br>
<span class="il">Dial</span>(SIP/5198881212@TelaSip-gw4,,D(12345678))<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
however, the problem now exists in the disconnection. <span class="il">Asterisk</span> tries to<br>
bridge the call, play dtmf but never disconnects. What is there <span class="il">a</span> specific<br>
syntax to the D command that specifies <span class="il">a</span> disconnect period.<br>
I am thinking <span class="il">a</span> better solution might just be adding it to <span class="il">a</span> .call file<br>
and running <span class="il">a</span> script when I need to page my doctors. That way I don&#39;t have<br>
to stay on the line and listen to the series of calls.</blockquote><br><br><div class="gmail_quote">On Mon, Feb 26, 2007 at 1:43 AM, Yuan LIU <span dir="ltr">&lt;<a href="mailto:yliu11@hotmail.com">yliu11@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
From: Supa &lt;<a href="mailto:thezerogroup@gmail.com" target="_blank">thezerogroup@gmail.com</a>&gt;<br></div>
Date: Sun, 25 Feb 2007 15:45:08 -0500<div class="im"><br>
<br>
this dials, and upon answers plays dtmf tones, but does not auto disconnect:<br>
<br>
exten =&gt; s,2,Dial(SIP/TelaSip-gw4/5198881212,15,D(12345678),S(8))<br>
<br>
and this disconnects after 8 secs, but does not play dtmf:<br>
<br>
exten =&gt; s,2,Dial(SIP/TelaSip-gw4/5198881212,15,S(8),D(12345678))<br>
</div></blockquote>
<br>
Thought it would be (note the syntax: no commas between flags)<br>
<br>
Dial(SIP/5198881212@TelaSip-gw4,15,D(12345678)L(8000))<br>
<br>
Is S() a new flag?<br><font color="#888888">
<br>
Yuan Liu</font><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
any ideas of what wrong with the above syntax<br>
<br>
On 2/25/07, Supa &lt;<a href="mailto:thezerogroup@gmail.com" target="_blank">thezerogroup@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
This worked:<br>
Dial(SIP/5198881212@TelaSip-gw4,,D(12345678))<br>
<br>
however, the problem now exists in the disconnection. Asterisk tries to<br>
bridge the call, play dtmf but never disconnects. What is there a specific<br>
syntax to the D command that specifies a disconnect period.<br>
I am thinking a better solution might just be adding it to a .call file<br>
and running a script when I need to page my doctors. That way I don&#39;t have<br>
to stay on the line and listen to the series of calls.<br>
</blockquote></blockquote>
<br>
<br></div><div><div></div><div class="h5">
_______________________________________________<br>
--Bandwidth and Colocation provided by Easynews.com --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>