Here is how i overcome this problem,<br>ignorpat =&gt; 9<br>exten =&gt; 9*,1,Dial(ZAP/1/w)<br><br>press 9* from your handset and after 1 second you have POTS line dial tone on your phone,<br><br><div><span class="gmail_quote">
On 10/3/07, <b class="gmail_sendername">Mojo with Horan &amp; Company, LLC</b> &lt;<a href="mailto:mojo@horanappraisals.com">mojo@horanappraisals.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It would be ugly, but you could prefix a zap channel or group number<br>before the phone number to dial.&nbsp;&nbsp;Using groups for an example:<br><br>exten =&gt; _*X*X.,1,Dial(ZAP/g${EXTEN:1:1}/${EXTEN:3})<br>exten =&gt; _*XX*X.,1,Dial(ZAP/g${EXTEN:1:2}/${EXTEN:4})
<br><br>so dialing *4*18005551212 dials out over zap group 4...<br><br><br>bilal ghayyad wrote:<br>&gt; I need to select a line from the Zap group channel<br>&gt; using the SIP Phone (not FXO and not FXS ports).<br>&gt;<br>
&gt; ignorepat does not work?<br>&gt;<br>&gt; Also, what is the method to let the second dial tone<br>&gt; has another tone frequency?<br>&gt;<br>&gt; Regards<br>&gt; Bilal<br>&gt;<br>&gt; ----------------<br>&gt; No, ignorepat is for FXS ports (FXS ports use FXO
<br>&gt; signaling).&nbsp;&nbsp;Also,<br>&gt; ignorepat does not apply to SIP phones, because SIP<br>&gt; phones provide<br>&gt;&nbsp;&nbsp;their<br>&gt; own dialtone, not a dialtone provided by Asterisk.<br>&gt;<br>&gt; Al lists wrote:<br>&gt;
<br>&gt;&gt; Correction, on FXO port not FXS,<br>&gt;&gt; second, read his email first:<br>&gt;&gt; &quot;Also, how it will be possible to assign an<br>&gt;&gt;<br>&gt; dedicated<br>&gt;<br>&gt;&gt; line (connected to FXO) to an
<br>&gt;&gt; button on the Polycom IP Phone or Broadtel IP Phone,<br>&gt;&gt; so if user select that button<br>&gt;&gt; then he will be sure that his outside call will be<br>&gt;&gt;<br>&gt; via<br>&gt;<br>&gt;&gt; that specific line.&quot;
<br>&gt;&gt; Just assign a key on your phone to dial that<br>&gt;&gt;<br>&gt; extension, and you will<br>&gt;&nbsp;&nbsp;have<br>&gt;<br>&gt;&gt; dial tone on selected line,<br>&gt;&gt; then as a traditional PBX you can send any digits to
<br>&gt;&gt;<br>&gt; your provider.<br>&gt;<br>&gt;&gt; On 10/1/07, Eric ManxPower Wieling &lt;<a href="mailto:eric@fnords.org">eric@fnords.org</a>&gt;<br>&gt;&gt;<br>&gt; wrote:<br>&gt;<br>&gt;&gt;&gt; ignorepat continues dialtone after a leading digit
<br>&gt;&gt;&gt;<br>&gt; has been dialed<br>&gt;&nbsp;&nbsp;on<br>&gt;<br>&gt;&gt;&gt; FXS ports.&nbsp;&nbsp;How does ignorepat help this guy?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Al lists wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; ignorpat is your friend
<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; On 9/30/07, Tzafrir Cohen<br>&gt;&gt;&gt;&gt;<br>&gt; &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt;&gt;&gt;&gt; On Sun, Sep 30, 2007 at 02:34:01AM -0700, bilal
<br>&gt;&gt;&gt;&gt;&gt;<br>&gt; ghayyad wrote:<br>&gt;<br>&gt;&gt;&gt;&gt;&gt;&gt; Dear List;<br>&gt;&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt;&gt; How can I place a call via Zap/g1 (group) but<br>&gt;&gt;&gt;&gt;&gt;&gt;
<br>&gt; need to<br>&gt;<br>&gt;&gt;&gt;&gt;&gt;&gt; determine the line (FXO port)<br>&gt;&gt;&gt;&gt;&gt;&gt; that will go via it?<br>&gt;&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; Simply don&#39;t use groups. Use channels directly.
<br>&gt;&gt;&gt;&gt;&gt;<br>&gt; To dial via the<br>&gt;<br>&gt;&gt;&gt; specific<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; Zaptel channel NN, use Zap/NN<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; Am I missing anything?
<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ____________________________________________________________________________________<br>&gt; Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it&#39;s updated for today&#39;s economy) at Yahoo! Games.
<br>&gt; <a href="http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow">http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by 
<a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.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>