Re: [asterisk-users] Incoming Call by DID

2016-10-27 Thread A J Stiles
On Wednesday 26 Oct 2016, KyD wrote: > Hi, > > My sip provider gave me 2 numbers for the incoming call via pstn. > > nro1 = 12341234 > nro2 = 45674567 > > I have a dialplan for each. > if i put this on my dialplan: > > exten => s,1,Dial(SIP/1001) > exten => Hangup() > > Works! > > But if i pu

Re: [asterisk-users] Incoming Call by DID

2016-10-26 Thread David Duffett
It seems like your SIP provider is not sending and DID information, or that the information is not being sent in the same format you are using in your dialplan. You can check this by looking at the SIP debug information for the inbound calls and/or by checking with your SIP provider (that they are

[asterisk-users] Incoming Call by DID

2016-10-26 Thread KyD
Hi, My sip provider gave me 2 numbers for the incoming call via pstn. nro1 = 12341234 nro2 = 45674567 I have a dialplan for each. if i put this on my dialplan: exten => s,1,Dial(SIP/1001) exten => Hangup() Works! But if i put one of them: exten => 12341234,1,Dial(SIP/1001) exten => _1234