<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 => 520870900,1,Answer<br>exten => 520870900,n,Wait(4)<br>exten => 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 => 527,1,Dial(SIP/223, 30)</p>
<div></div></span>with meetme KO</div>
<div> </div>
<div>exten => 527,1,Answer<br>exten => 527,n,Wait(4)<br>exten => 527,n,Meetme</div>
<div> </div>
<div>please advice <br><br> </div>
<div class="gmail_quote">2011/10/5 virendra bhati <span dir="ltr"><<a href="mailto:virbhati@gmail.com">virbhati@gmail.com</a>></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 => _520XXXX,1,answer<br>like that.</p>
<div>
<div></div>
<div class="h5">
<div class="gmail_quote">On 5 Oct 2011 21:47, "salaheddine elharit" <<a href="mailto:salah.elharit200@gmail.com" target="_blank">salah.elharit200@gmail.com</a>> wrote:<br type="attribution">> Hello list<br>
> <br>> <br>> <br>> i have one question related to meetme,i have to providers with the first one<br>> i put the number with 9 digit 520XXXXXX and all works without issue, with<br>> the second i put just the last 3 numbers 500 with meetme there is nothing<br>
> <br>> <br>> <br>> but when i put the last 3 numbers like below i can call my sip without any<br>> problem, could you please inform me if the issue is related to my provider<br>> of the issue come from asterisk<br>
> <br>> <br>> exten => 500,1,Dial(SIP/228, 30)<br>> <br>> extensions.conf<br>> <br>> first provider<br>> exten => 520XXXXXX,1,Answer<br>> exten => 520XXXXXX,n,Wait(4)<br>> exten => 520XXXXXX,n,Meetme<br>
> =================================================================================<br>> second provider<br>> <br>> exten => 500,1,Answer<br>> exten => 500,n,Wait(4)<br>> exten => 500,n,Meetme<br>
> <br>> there is no meetme with this one<br>> <br>> <br>> <br>> meetme.conf<br>> <br>> conf =>1234,5678<br>> <br>> 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>