Confused why inbound route isn't being followed?

So I’m testing something and to that end I’ve setup an inbound route to (in theory) direct calls from this CID to a particular extension so the constant ringing while I’m testing doesn’t annoy others.

I’m “spoofing” the CID using a custom context to drop the call into from-trunk.

exten => _8888X.,1,Noop(Entering user defined context [from-internal-custom] in$
exten => _8888X.,n,Set(CALLERID(number)=${EXTEN:4})
exten => _8888X.,n,Goto(from-trunk,01409532447,1)      ; substitute actual DID $
exten => _8888X.,n,Hangup

I dial ‘8888’ followed by the number I want to spoof and the call ‘appears’ to be coming from that number and has previously always been routed as if it is? Confusingly now it just seems to be following my inbound route for ‘ANY’ CID instead of the specific one, which I’d thought always took precedence?

many thanks for any tips!!

----->Trace Here! -----<

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.