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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111005/b843ae44/attachment.htm>
Hey list. I am having some issues with a parking lot. I am looking for a way that the person can blind transfer to a parking lot. it works perfectly accept being an unattended transfer its the caller who hears the parking lot position. anyone have a work around to this. exten => 999,1,Set(CHANNEL(parkinglot)=Parkinglot-keith) exten => 999,n,Set(PARKINGLOT=Parkinglot_keith) exten => 999,n,Set(CALLCHAN=${CUT(BLINDTRANSFER,-,1)}) exten => 999,n,ParkAndAnnounce(PARKED,60,${CALLCHAN}) the ParkAndAnnounce seems to be failing. any suggestions?
Sorry forgot to mention this is on an asterisk 1.6.2.13 installation On 11-10-05 12:31 PM, Keith Sloan wrote:> Hey list. > > I am having some issues with a parking lot. I am looking for a way > that the person can blind transfer to a parking lot. it works > perfectly accept being an unattended transfer its the caller who hears > the parking lot position. anyone have a work around to this. > > exten => 999,1,Set(CHANNEL(parkinglot)=Parkinglot-keith) > exten => 999,n,Set(PARKINGLOT=Parkinglot_keith) > exten => 999,n,Set(CALLCHAN=${CUT(BLINDTRANSFER,-,1)}) > exten => 999,n,ParkAndAnnounce(PARKED,60,${CALLCHAN}) > > > the ParkAndAnnounce seems to be failing. any suggestions? > > -- > _____________________________________________________________________ > -- 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
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" <salah.elharit200 at gmail.com> wrote:> Hello list > > > > i have one question related to meetme,i have to providers with the firstone> 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111005/0c943616/attachment.htm>
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 <virbhati at gmail.com>> 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" <salah.elharit200 at gmail.com> > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111006/516bad6f/attachment.htm>