Displaying 1 result from an estimated 1 matches for "3130xxxxxxx".
2011 Mar 01
2
two questions regarding incoming call
Hello,
I want to make an agi script to match incoming DIDs with usernames.
I tried to do such entry in incoming trunk.
[DID_diddw]
include = from-didww
[from-didww]
exten = 3130XXXXXXX,1,AGI("did.php")
exten = 3130XXXXXXX,n,DIAL(SIP/${yup_no},20)
but when i run the rule it says
chan_sip.c:20152 handle_request_invite: Call from '81.85.224.41' to extension
'31301111111' rejected because extension not found in context 'from-didww'
Cant I use suc...