I have a SIP->GW that accepts calls via a sip URI like 2222@192.168.1.10
How would I build the connection and dialplan to do something like this?
exten => _2ZZZ,1,NoOp(Outgoing call to Extension: ${EXTEN:1})
same => n,Dial(${EXTEN:1}@GatewayToPRI)
I am hoping to build a tunnel for all calls to 2000-2999 to be routed to the SIP/PRI gateway. Would I build it like a SIP trunk and just I have to my digium sip trunk?
same => n,Dial(SIP/digiumcloud/${EXTEN:1},60)
Any and all clues will be appreciated!!!
Dale