- Joined
- Mar 22, 2012
- Messages
- 6,735
- Reaction score
- 2,324
So you are interested in the lines before the first one. That line is where 3CX has already made a decision on where to send the call (107). Below that line you should see the SIP Invite with something like this:
In that snip you can see the To User Part (5551212) is the number that was called and the From User part (8675309) is the number that called me. In your case if it says anonymous then there might not be a from user part but there should be a To user part which is likely how your instance is making the routing decision. The To User part is typically what your inbound rules would match for DID based routing or the From User part for CID based routing.
Code:
Contact: <sip:[email protected]:5060>
To: <sip:[email protected]>
From: "CALLER ID NAME " <sip:[email protected]>;tag=as7031a8fd
In that snip you can see the To User Part (5551212) is the number that was called and the From User part (8675309) is the number that called me. In your case if it says anonymous then there might not be a from user part but there should be a To user part which is likely how your instance is making the routing decision. The To User part is typically what your inbound rules would match for DID based routing or the From User part for CID based routing.