CID prioirty inbound route does not work

ghurty

Senior Member
Joined
Jan 13, 2009
Messages
852
Reaction score
4
I have a CID specific inbound set up, with CID prioirtiy checked.

But for some reason, it goes to the the regular DID inbound route.


Any suggestions?

Thanks
 
The obvious:

Make sure (from call logs) that the CID perfectly matches what you're seeing on the incoming call. Make sure you have no DID specified. Make sure you don't have a competing CID/DID match, because CID/DID takes priority over a CID/no-DID priority. Which is hard to understand until you get the lightbulb moment.
 
It looks like for some reason it is now passing a CID as a CID rather as a name:

Code:
    Executing [1XXXXXXXXXX@from-trunk-sip-didforsale:1] Set("SIP/5060-b7b39998", "GROUP()=OUT_2") in new stack
      -- Executing [1XXXXXXXXXX@from-trunk-sip-didforsale:2] Goto("SIP/5060-b7b39998", "from-trunk|1XXXXXXXXXX|1") in new stack
      -- Goto (from-trunk,1XXXXXXXXXX,1)
      -- Executing [1XXXXXXXXXX@from-trunk:1] NoOp("SIP/5060-b7b39998", "Catch-All DID Match - Found 1XXXXXXXXXX - You probably want a DID for this.") in new stack
      -- Executing [1XXXXXXXXXX@from-trunk:2] Goto("SIP/5060-b7b39998", "ext-did|s|1") in new stack
      -- Goto (ext-did,s,1)
      -- Executing [s@ext-did:1] Set("SIP/5060-b7b39998", "__FROM_DID=s") in new stack
      -- Executing [s@ext-did:2] Gosub("SIP/5060-b7b39998", "app-blacklist-check|s|1") in new stack
      -- Executing [s@app-blacklist-check:1] LookupBlacklist("SIP/5060-b7b39998", "") in new stack
      -- Executing [s@app-blacklist-check:2] GotoIf("SIP/5060-b7b39998", "0?blacklisted") in new stack
      -- Executing [s@app-blacklist-check:3] Set("SIP/5060-b7b39998", "CALLED_BLACKLIST=1") in new stack
      -- Executing [s@app-blacklist-check:4] Return("SIP/5060-b7b39998", "") in new stack
      -- Executing [s@ext-did:3] ExecIf("SIP/5060-b7b39998", "1 |Set|CALLERID(name)=+1YYYYYYYYYY") in new stack
      -- Executing [s@ext-did:4] Set("SIP/5060-b7b39998", "__CALLINGPRES_SV=allowed_not_screened") in new stack
      -- Executing [s@ext-did:5] SetCallerPres("SIP/5060-b7b39998", "allowed_not_screened") in new stack
      -- Executing [s@ext-did:6] Goto("SIP/5060-b7b39998", "ivr-3|s|1") in new stack
      -- Goto (ivr-3,s,1)
      -- Executing [s@ivr-3:1] Set("SIP/5060-b7b39998", "MSG=custom/Main") in new stack
      -- Executing [s@ivr-3:2] Set("SIP/5060-b7b39998", "LOOPCOUNT=0") in new stack
      -- Executing [s@ivr-3:3] Set("SIP/5060-b7b39998", "__DIR-CONTEXT=default") in new stack
      -- Executing [s@ivr-3:4] Set("SIP/5060-b7b39998", "_IVR_CONTEXT_ivr-3=") in new stack
      -- Executing [s@ivr-3:5] Set("SIP/5060-b7b39998", "_IVR_CONTEXT=ivr-3") in new stack
      -- Executing [s@ivr-3:6] GotoIf("SIP/5060-b7b39998", "0?begin") in new stack
      -- Executing [s@ivr-3:7] Answer("SIP/5060-b7b39998", "") in new stack
      -- Executing [s@ivr-3:8] Wait("SIP/5060-b7b39998", "1") in new stack
      -- Executing [s@ivr-3:9] Set("SIP/5060-b7b39998", "TIMEOUT(digit)=3") in new stack
      -- Digit timeout set to 3
      -- Executing [s@ivr-3:10] Set("SIP/5060-b7b39998", "TIMEOUT(response)=5") in new stack
      -- Response timeout set to 5
      -- Executing [s@ivr-3:11] Set("SIP/5060-b7b39998", "__IVR_RETVM=") in new stack
      -- Executing [s@ivr-3:12] ExecIf("SIP/5060-b7b39998", "1|Background|custom/Main") in new stack
      -- <SIP/5060-b7b39998> Playing 'custom/Main' (language 'en')
 

Members online

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top