<div><STRONG>im having issues when routing calls from the outside with my new VSP. this is what asterisk tells me when i try to make an incoming call, i get the no service response when i call.</STRONG></div> <div><BR> -- Executing GotoIf("SIP/christopher_corn-eddb", "1?from-trunk||1") in new stack<BR> -- Goto (from-trunk,s,1)<BR> -- Executing NoOp("SIP/christopher_corn-eddb", "No DID or CID Match") in new stack<BR> -- Executing Answer("SIP/christopher_corn-eddb", "") in new stack<BR> -- Executing Wait("SIP/christopher_corn-eddb", "2") in new stack<BR> -- Executing Playback("SIP/christopher_corn-eddb", "ss-noservice") in new stack<BR> -- Playing 'ss-noservice' (language 'en')<BR></div> <div> </div> <div><STRONG>my extensions additional.conf has this</STRONG></div> <div>[ext-did]<BR>include => ext-did-custom<BR>exten =>
408335XXXX,1,Set(FROM_DID=4083354290)<BR>exten => 408335XXXX,n,Goto(ext-local,103,1)<BR>exten => s,1,Noop(No DID or CID Match)<BR>exten => s,n,Answer<BR>exten => s,n,Wait(2)<BR>exten => s,n,Playback(ss-noservice)<BR>exten => s,n,SayAlpha(${FROM_DID})<BR>exten => _[*#X].,1,Set(FROM_DID=${EXTEN})<BR>exten => _[*#X].,n,Noop(Received an unknown call with DID set to ${EXTEN})<BR>exten => _[*#X].,n,Goto(ext-did,s,1)</div> <div>; end of [ext-did]</div> <div> </div> <div> </div> <div><STRONG>i tried to replacing my number with my username, my phone number without area code, using dashes, but nothing works. </STRONG></div> <div><STRONG></STRONG> </div> <div><STRONG>is it because my vsp, axvoice.com doesn't pass did's?</STRONG></div> <div><STRONG></STRONG> </div> <div><STRONG>any information is appreciated. thanks.</STRONG></div> <div><BR></div> <div> </div>