Displaying 1 result from an estimated 1 matches for "_49xx".
2007 Aug 09
1
PRI Question
I have a 2 port T1 card doing PRI passthrough, Span 1 answers from Telco, Span 2 sends to my existing phone system(Nortel).
My Span1 gets sent to the context from-pri, detailed here:
[from-pri]
exten => _49XX,1,Set(CALLERID(all)=${CALLERID(all)})
exten => _49XX,2,Dial(Zap/g2/${EXTEN},,twk)
exten => _49XX,3,Congestion()
exten => _49XX,4,Set(CALLERID(all)="")
exten => _49XX,5,Hangup()
exten => _49XX,103,Congestion()
exten => _49XX,104,Set(CALLERID(all)="")
exten =>...