Displaying 1 result from an estimated 1 matches for "_53xx".
Did you mean:
_3xx
2006 Apr 28
1
Odd internal vs. External dialplan issue
I have the following in my extensions.conf
[ext-local]
exten => _53XX,1,Wait(2)
exten => _53XX,2,NoOp,Dialing ${EXTEN} from ext-local-custom
exten => _53XX,3,Macro(dialout-trunk,2,${EXTEN},,)
This is used to match inbound caller-id for my legacy PBX.
It works fine for inbound calls, but not for internal SIP calls.
If I call from a SIP phone that is also in [e...