<div>Hello Francis,</div>
<div>I also hev asterisk and sipura. Can we chat online on gmail/yahoo. Let&#39;s make some experiments... I hev the same problem like you.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/12/07, <b class="gmail_sendername">Francis Augusto Medeiros</b> &lt;<a href="mailto:francis@mgate.com.br">francis@mgate.com.br</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>On 10 de abr de 2007, at 23:05, James Harper wrote:<br><br>&gt;&gt; 2 - How can I gain full control to the FXS? I mean, a simple * dialed
<br>&gt; is<br>&gt;&gt; not sent for asterisk (the server) interpretation, probably because<br>&gt; it&#39;s<br>&gt;&gt; used by Sipura&#39;s suplementary services, I don&#39;t know. Also, is it<br>&gt; possible<br>&gt;&gt; to get a dial tone from ASterisk, instead of Sipura&#39;s? My goal with
<br>&gt; this<br>&gt;&gt; is to provide users with direct access to the PSTN line pressing 0,<br>&gt;&gt; instead of collecting calls and making the call themselves, or at<br>&gt; least<br>&gt;&gt; making ignorepat to work!
<br>&gt;<br>&gt; A dialplan of &#39;(S0&lt;:s&gt;)&#39; will get your phone to jump straight into the<br>&gt; &#39;s&#39; extension in asterisk as soon as someone picks it up. From<br>&gt; there you<br>&gt; can do something like:
<br><br>It worked perfectly! Thanks!<br><br>&gt; [sip_ata_incoming]<br>&gt; exten =&gt; s,1,Answer<br>&gt; exten =&gt; s,n,DISA(no-password|sip_extension_in)<br>&gt;<br>&gt; so Asterisk will give you dialtone and do the dialplan stuff for you.
<br>&gt;&gt; From the &#39;sip_extension_in&#39; context you can make a single &#39;0&#39; or &#39;*&#39;<br>&gt; call the PSTN line.<br><br>On the &quot;sip_extension_in&quot;, I entered the following<br><br>exten =&gt; 0,1,NoOp(outgoing call via POTS line to No. ${EXTEN:1})
<br>exten =&gt; 0,2,Dial(SIP/${EXTEN:1}@LinkSysOut,120)<br>exten =&gt; 0,3,Congestion()<br>exten =&gt; 0,4,Hangup<br><br>However, when I press the &quot;0&quot;, it does gives me a dialtone, but it<br>doesn&#39;t seem to be delivering the tones imediately. I even suspect it
<br>isn&#39;t my PSTN tone after the 0. Is there something else?<br><br>Cheers,<br><br>Francis<br><br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>