<div dir="ltr"><div>hello,</div>
<div> </div>
<div>when i  use the number of the first provider like that</div>
<div> </div>
<div>exten =&gt; 520870900,1,Answer<br>exten =&gt; 520870900,n,Wait(4)<br>exten =&gt; 520870900,n,Meetme</div>
<div> </div>
<div>All works without problem,the issue just with the second provider i use just the last 3 numbers for the outbound all works without issue, but whe i use the same 3 last numebrs for meetme i get the problem there is no result</div>

<div> </div>
<div>with outbond call ok</div><span lang="FR">
<p>exten =&gt; 527,1,Dial(SIP/223, 30)</p>
<div></div></span>with meetme KO</div>
<div> </div>
<div>exten =&gt; 527,1,Answer<br>exten =&gt; 527,n,Wait(4)<br>exten =&gt; 527,n,Meetme</div>
<div> </div>
<div>please advice  <br><br> </div>
<div class="gmail_quote">2011/10/5 virendra bhati <span dir="ltr">&lt;<a href="mailto:virbhati@gmail.com">virbhati@gmail.com</a>&gt;</span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<p>hi,<br>you are using pattern matching and not using the right syntax<br>like that.<br>exten =&gt; _520XXXX,1,answer<br>like that.</p>
<div>
<div></div>
<div class="h5">
<div class="gmail_quote">On 5 Oct 2011 21:47, &quot;salaheddine elharit&quot; &lt;<a href="mailto:salah.elharit200@gmail.com" target="_blank">salah.elharit200@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Hello list<br>
&gt; <br>&gt; <br>&gt; <br>&gt; i have one question related to meetme,i have to providers with the first one<br>&gt; i put the number with 9 digit 520XXXXXX and all works without issue, with<br>&gt; the second i put just the last 3 numbers 500 with meetme there is nothing<br>
&gt; <br>&gt; <br>&gt; <br>&gt; but when i put the last 3 numbers like below i can call my sip without any<br>&gt; problem, could you please inform me if the issue is related to my provider<br>&gt; of the issue come from asterisk<br>
&gt; <br>&gt; <br>&gt; exten =&gt; 500,1,Dial(SIP/228, 30)<br>&gt; <br>&gt; extensions.conf<br>&gt; <br>&gt; first provider<br>&gt; exten =&gt; 520XXXXXX,1,Answer<br>&gt; exten =&gt; 520XXXXXX,n,Wait(4)<br>&gt; exten =&gt; 520XXXXXX,n,Meetme<br>
&gt; =================================================================================<br>&gt; second provider<br>&gt; <br>&gt; exten =&gt; 500,1,Answer<br>&gt; exten =&gt; 500,n,Wait(4)<br>&gt; exten =&gt; 500,n,Meetme<br>
&gt; <br>&gt; there is no meetme with this one<br>&gt; <br>&gt; <br>&gt; <br>&gt; meetme.conf<br>&gt; <br>&gt; conf =&gt;1234,5678<br>&gt; <br>&gt; thanks and regards<br></div></div></div><br>--<br>_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br>              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><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>
</blockquote></div><br>