search for: lbl_default_1

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

2008 Oct 15
1
Cisco 7960 not always receiving incoming calls
...e-082a8358' Extensions.conf, which I don't think is relevent, I've changed it to just a simple dial the sip phone and it still fails. exten => 101,1,Dial(SIP/101&SIP/9046260700 at vitel-outbound,30) exten => 101,n,GotoIf($["${DIALSTATUS}" = "CHANUNAVAIL"]?lbl_default_1:) exten => 101,n,GotoIf($["${DIALSTATUS}" = "NOANSWER"]?lbl_default_1:) exten => 101,n(lbl_default_0),Hangup() exten => 101,n(lbl_default_1),Dial(SIP/9046260700 at vitel-outbond,30) exten => 101,n,Goto(lbl_default_0) Cisco phone stuff from a Cisco 7960: SIPDefault....
2008 Oct 19
6
adding a second extension
...[default] ; ; By default we include the demo. In a production system, you ; probably don't want to have the demo there. ; ;include => demo exten => 101,1,Dial(SIP/101&SIP/9046260705 at vitel-outbound,30) exten => 101,n,GotoIf($["${DIALSTATUS}" = "CHANUNAVAIL"]?lbl_default_1:) exten => 101,n,GotoIf($["${DIALSTATUS}" = "NOANSWER"]?lbl_default_1:) exten => 101,n(lbl_default_0),Hangup() exten => 101,n(lbl_default_1),Dial(SIP/9046260705 at vitel-outbond,30) exten => 101,n,Goto(lbl_default_0) exten => 102,1,Dial(SIP/102,20) exten => 10...