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