Displaying 6 results from an estimated 6 matches for "u400".
Did you mean:
0400
2005 Oct 10
1
Need help with hint and call group
...SCCP/401-404 (configured in
the sccp.conf file on the autologin= line as well) set up to display as
the "Tech Support" line on each phone. We have the following in
extensions.conf:
exten => 400,1,Dial(SCCP/401&SCCP/402&SCCP/403&SCCP/404,20)
exten => 400,2,Voicemail(u400@-internal)
exten => 400,3,Hangup
exten => 400,102,Voicemail(b400@-internal)
exten => 400,103,Hangup
When someone calls extension 400, the "Tech Support" line rings on all
phones. Great.
Our problem:
We want whoever answers the tech support line to show their personal...
2005 Oct 11
2
Re: [Chan-sccp-users] Need help with hint and callgroup
...02,hint,SCCP/102
exten => 103,hint,SCCP/103
exten => 104,hint,SCCP/104
exten => 401,hint,SCCP/101
exten => 402,hint,SCCP/102
exten => 403,hint,SCCP/103
exten => 404,hint,SCCP/104
exten => 400,1,Dial(SCCP/401&SCCP/402&SCCP/403&SCCP/404,20)
exten => 400,2,Voicemail(u400@-internal)
exten => 400,3,Hangup
When someone dials extension 400, it rings SCCP/401-404, which shows up
as the "Tech Support" line on the phone. When a user answers that line,
they are answering SCCP/401-404. I need to get that individual users
line status to change to busy because...
2011 Apr 01
0
Incoming SRTP call not working with Bria iPhone Edition
...tion=yes
context=local
[500]
type=peer
secret=500 ;note that this is NOT a secure password
host=dynamic
context=local
dtmfmode=rfc2833
disallow=all
allow=g722,gsm
transport=tls
encryption=yes
context=local
}}}
* extensions.conf :
{{{
exten => 400,1,Dial(SIP/400,20)
exten => 400,2,VoiceMail(u400 at default)
exten => 400,VoiceMail(b400 at default)
exten => 400,3,Hangup()
exten => 500,1,Dial(SIP/500,20)
exten => 500,2,VoiceMail(u500 at default)
exten => 500,VoiceMail(b500 at default)
exten => 500,3,Hangup()
}}}
If I try with a simple SIP (no TLS/SRTP) configuration, the iP...
2006 Mar 06
0
No ring when doing blind transfer.
...=> s,3,DigitTimeout(5)
exten => s,4,ResponseTimeout(30)
exten => s,5,GotoIfTime(8:00-21:00|*|*|*?default,s,7)
exten => s,6,Goto(mainmenu,s,1)
exten => s,7,Queue(extensions-home|tn|||25)
exten => s,8,Goto(mainmenu,s,1)
include => mainmenu
;Ageless
exten => _400,1,Voicemail(u400@default&413@default)
exten => _405,1,Voicemail(u405@default&411@default)
exten => _41[0-3],1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
exten => _499,1,Macro(novmail,${EXTEN},SIP/${EXTEN})
;Spa Personnel
exten => _500,1,Voicemail(u500@default&510@default)
exten => _51[0],1,Ma...
2006 Mar 30
0
BUG: FOP reports incorrect (duplicate) IP address until restarted
...=> s,3,DigitTimeout(5)
exten => s,4,ResponseTimeout(30)
exten => s,5,GotoIfTime(8:00-21:00|*|*|*?default,s,7)
exten => s,6,Goto(mainmenu,s,1)
exten => s,7,Queue(extensions-home|tr|||25)
exten => s,8,Goto(mainmenu,s,1)
include => mainmenu
;Ageless
exten => _400,1,Voicemail(u400@default&413@default)
exten => _405,1,Voicemail(u405@default&411@default)
exten => _41[0-3],1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
exten => _49[6-9],1,Macro(novmail,${EXTEN},SIP/${EXTEN})
...
**********************
*****queues.conf************
[general]
;Operator Home
[extensions-...
2009 Dec 03
0
Problem with predict() and factors
...nearModel[[5]]=lm(modelSource ~ + UATBUILD + UATDB +
HOGANCODE + RCF + ReleaseST2 + ReleaseBLA + Small.Bank.Acquisitions +
HLY.NewYear + HLY.MLK + HLY.PRES + HLY.MEMORIAL + HLY.J4 + HLY.LABOR +
HLY.COLUMBUS + HLY.VETS + HLY.THANKS + HLY.XMAS + HLY.ELECT + HLY.PATRIOT +
EOM,mcReg)}
if(ENVNAME=="U400") {linearModel[[5]]=lm(modelSource ~ + UATBUILD + UATDB +
HOGANCODE + RCF + ReleaseST2 + ReleaseBLA + Small.Bank.Acquisitions +
HLY.NewYear + HLY.MLK + HLY.PRES + HLY.MEMORIAL + HLY.J4 + HLY.LABOR +
HLY.COLUMBUS + HLY.VETS + HLY.THANKS + HLY.XMAS + HLY.ELECT + HLY.PATRIOT +
EOM,mcReg)}
if(ENVN...