Displaying 1 result from an estimated 1 matches for "dialdigit".
Did you mean:
dialdigits
2008 Feb 23
1
Need some dialplan help
...limited time to cut in the physical
insertion and I can't spend the time debugging it when it goes live.
Right now, I literally started with this:
[custom-nortel]
;This custom extension will take calls and put them on the outbound
trunk to the Nortel
exten => s,1,NoOp()
exten => s,n,Set(DIALDIGITS = ${EXTEN}) ;This should put the DID info
into DIALDIGITS
exten => s,n,Dial(Zap/1/${DIALDIGITS},,gjo) ;Dial the Nortel with
the same DID that we were called with
I know I've still got to handle voicemail and such but my main question
is if this will do what I'm looking for? Anyone do...