Re: [asterisk-users] Looking for the carrier that owns a particular DID

2017-11-02 Thread Frank Vanoni
On Thu, 2017-11-02 at 11:33 -0400, Tech Support wrote: > How do I find out which carrier owns the DID in question? Try here: https://www.twilio.com/lookup -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Return without Gosub: stack is empty

2017-11-02 Thread Richard Mudgett
On Thu, Nov 2, 2017 at 1:25 PM, Dmitriy Serov wrote: > [sub-out-do-dial] > exten => s,1,NoOp(Dial) > same => n,NoOp(FirstChannel: ${CHANNEL}) > same => n,Dial(,60,gF) > same => n,NoOp(SecondChannel: ${CHANNEL}) > same => n,Return() > > [some] > exten =>

[asterisk-users] Return without Gosub: stack is empty

2017-11-02 Thread Dmitriy Serov
[sub-out-do-dial] exten => s,1,NoOp(Dial)  same => n,NoOp(FirstChannel: ${CHANNEL})  same => n,Dial(,60,gF)  same => n,NoOp(SecondChannel: ${CHANNEL})  same => n,Return() [some] exten => s,1,GoSub(sub-out-do-dial,s,1) In case of the destination channel hangs up in log i see:

Re: [asterisk-users] Looking for the carrier that owns a particular DID

2017-11-02 Thread Antony Stone
On Thursday 02 November 2017 at 16:33:04, Tech Support wrote: > I have a customer who is looking for a particular DID. (I dialed it and > it is not in service). I searched through my preferred upstream provider's > list but I came up empty. I wrote them, and this is their reply. > > "We

[asterisk-users] Looking for the carrier that owns a particular DID

2017-11-02 Thread Tech Support
All; I have a customer who is looking for a particular DID. (I dialed it and it is not in service). I searched through my preferred upstream provider's list but I came up empty. I wrote them, and this is their reply. "We currently do not have that specific number in stock as this number

Re: [asterisk-users] pjsip insecure=port,invite

2017-11-02 Thread Dmitry Melekhov
Thank you very much! It works. Although there is one strange thing here- there is no ringback tone on cisco's side when pjsip is use, but this is another story :-) 02.11.2017 14:17, Joshua Colp пишет: On Thu, Nov 2, 2017, at 04:50 AM, Dmitry Melekhov wrote: Hello! Looks like faq, but...

Re: [asterisk-users] pjsip insecure=port,invite

2017-11-02 Thread Joshua Colp
On Thu, Nov 2, 2017, at 04:50 AM, Dmitry Melekhov wrote: > Hello! > > Looks like faq, but... > > Could you , please, point me on how to convert this > > > [cisco] > type=friend > host=192.168.22.253 > insecure=port,invite > > > to pjsip? The equivalent is this: [mytrunk] type=identify

Re: [asterisk-users] ASR Suggestions for small dictionnary (<1000 entries) lookup in France/french

2017-11-02 Thread Bertrand LUPART - Linkeo.com
Hello Olivier, > I'm in the early stages of designing an Emergency calling service IVR > application. > > The IVR application asks simple one or two questions like "which is the > postal code of the area you are currently calling from ?" "Is the correct ?". > The expected values are a

[asterisk-users] pjsip insecure=port,invite

2017-11-02 Thread Dmitry Melekhov
Hello! Looks like faq, but... Could you , please, point me on how to convert this [cisco] type=friend host=192.168.22.253 insecure=port,invite to pjsip? as you can see another side is very old cisco router, so I can't change anything there. I don't see any examples here