Displaying 1 result from an estimated 1 matches for "gjo".
Did you mean:
gbo
2008 Feb 23
1
Need some dialplan help
...ight 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 done something like this
before that would have some insight?
Thanks,
Jason