hello, when i use the number of the first provider like that
exten => 520870900,1,Answer exten => 520870900,n,Wait(4) exten => 520870900,n,Meetme 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 with outbond call ok exten => 527,1,Dial(SIP/223, 30) with meetme KO exten => 527,1,Answer exten => 527,n,Wait(4) exten => 527,n,Meetme please advice 2011/10/5 virendra bhati <[email protected]> > hi, > you are using pattern matching and not using the right syntax > like that. > exten => _520XXXX,1,answer > like that. > On 5 Oct 2011 21:47, "salaheddine elharit" <[email protected]> > wrote: > > Hello list > > > > > > > > i have one question related to meetme,i have to providers with the first > one > > i put the number with 9 digit 520XXXXXX and all works without issue, with > > the second i put just the last 3 numbers 500 with meetme there is nothing > > > > > > > > but when i put the last 3 numbers like below i can call my sip without > any > > problem, could you please inform me if the issue is related to my > provider > > of the issue come from asterisk > > > > > > exten => 500,1,Dial(SIP/228, 30) > > > > extensions.conf > > > > first provider > > exten => 520XXXXXX,1,Answer > > exten => 520XXXXXX,n,Wait(4) > > exten => 520XXXXXX,n,Meetme > > > ================================================================================= > > second provider > > > > exten => 500,1,Answer > > exten => 500,n,Wait(4) > > exten => 500,n,Meetme > > > > there is no meetme with this one > > > > > > > > meetme.conf > > > > conf =>1234,5678 > > > > thanks and regards > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
