Displaying 2 results from an estimated 2 matches for "77xx".
Did you mean:
  7xx
  
2007 Oct 06
1
DUNDi, regcontext, softphones.. fail.
...s the dial:
> 
> include => sipregistration
> exten => _XXXX,2,Answer()
> exten => _XXXX,3,Wait(1)
> exten => _XXXX,4,NoOp(sipregistration call - Name: ${CALLERID(name)}  Num:
> ${CALLERID(num)})
> exten => _XXXX,5,Macro(stdexten,${EXTEN},SIP/${EXTEN})  ; 913-563-77XX
> 
> This works really well for hard phones.  They register, exist in the
> sipregistration context and are dialed on whichever server they register
> by DUNDi.  I only started to run into problems when I had to deploy
> softphones.
> 
> The softphones register when they are up...
2007 Oct 05
0
DUNDi, regcontext, softphones.. fail. :(
...function that includes that and does the dial:
include => sipregistration
exten => _XXXX,2,Answer()
exten => _XXXX,3,Wait(1)
exten => _XXXX,4,NoOp(sipregistration call - Name: ${CALLERID(name)}  Num: ${CALLERID(num)})
exten => _XXXX,5,Macro(stdexten,${EXTEN},SIP/${EXTEN})  ; 913-563-77XX
This works really well for hard phones.  They register, exist in the
sipregistration context and are dialed on whichever server they register 
by DUNDi.  I only started to run into problems when I had to deploy softphones.
The softphones register when they are up and running, and the system 
work...