Hi All,
I’m a newbie at FreePBX, I’ve setup a basic system to forward calls from my home line to my mobile via a SIP trunk.
Setup is as follows:
FXO - FreePBX - RingGroup - 00447889123456 - SIP trunk
The issue is that I need to change the incoming CID to international format, so the SIP trunk will accept it. I know all the routing works, as if I force CLI in the Ring Group the call routes OK.
I’ve followed this post: Manipulating incoming CID
I edited extensions_custom.conf and added the following, then rebooted:
[from-trunk-international]
exten => _[0-9]./_[0]X.,1,Set(CALLERID(num)=+44${CALLERID(num):1})
exten => _X.,n,Goto(from-trunk,${EXTEN},1)
I’ve added from-trunk-international
as the context for the outgoing SIP trunk
However looking at the log, the CLI does not appear to change, if someone could point me in the right direction, I would be very grateful
Here is my log (Numbers have been changed for privacy):CID - FreePBX Pastebin
PS I’m calling from 07469123456, destination is 07889123456 amd FXO DID is 02086691234
3 posts - 3 participants