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
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
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