Hi!I need to make a dialplan by DID.where it gets the asterisk values did? from sip headers or ….
Author : KyD
Home » Articles posted by KyD
My sip provider gave me 2 numbers for the incoming call via pstn.nro1 = 12341234nro2 = 45674567I 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)ex..