Displaying 1 result from an estimated 1 matches for "_1nxxnxxxxx".
Did you mean:
_1nxxnxxxxxx
2011 Apr 12
0
No subject
...X,1,Verbose(Outbound call from ${callidnum} to ${EXTEN}
on ${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)}.)
*exten => _1NXXXXXXXXX,n,Set(CALLERID(num)=${callidnum})*
exten => _1NXXXXXXXXX,n,Goto(outgoing-dial,${EXTEN},1)
[outgoing-dial]
; Dial out on SIP trunks - domestic
exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@voip_provider)
exten => _1NXXNXXXXXX,n,Hangup()
This setup allows me to display "Front Desk" <1600> on internal calls, and
the DID associated with extension 1600 on external calls. This also means I
don't need any extra AGI's or db lookups, etc.
I...