search for: extensions_sip

Displaying 2 results from an estimated 2 matches for "extensions_sip".

2005 Jun 15
0
Asterisk slow transferring calls
...xts work and it might be looping or something, te405p-in and sip need access to each other and the ability to dialout, and voip, voip needs access to dial the ericsson system and the sip phones (haven't added that part yet) but not access to an outside line. James My extensions.conf #include extensions_sip.conf [globals] EMERGENCY=0 EMERGENCY_TRUNK=Zap/10 [dialstring] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup [atp-out] exten => _9X.,1,Dial(IAX2/username:password@overhere.overthere/${EXTEN:1}) exten => _9X.,2,Congestion exten => _9X.,3,Hangup [atp-i...
2006 Feb 19
2
Line Dropouts on E405P
...,SoftHangup(${EMERGENCY_TRUNK}-1) exten => s,n,Wait(12) exten => s,n,Goto(checkavail) exten => s,s+2(inprogress),Congestion exten => s,checkavail+101(notavail),Goto(trunkbusy) exten => h,1,GotoIf($[${SET_EMERG_FLAG} = 1]?3) exten => h,3,SetGlobalVar(EMERGENCY=0) [to-sip] #include extensions_sip.conf [queue_admin_ext] exten => _2XX,1,Dial(ZAP/g4/1111${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holding)) exten => _3XX,1,Dial(SIP/${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holding)) exten => _7XX,1,Dial(ZAP/g4/1111${EXTEN},20,mA(lm_features/Queues/pls_say_thankyou_holdi...