Displaying 1 result from an estimated 1 matches for "1xx1".
Did you mean:
1x1
2005 Feb 21
0
Multiple multiline sip phones ringing.
...dial multiple multiline sip phones (cisco 7960) and
making sure that all the phones ring on the next available line
appearance?
I'm currently using the local channel to accomplish this but I'm
having some trouble. Here is the configs:
each cisco 7960 phone has six registrations in sip.conf, 1XX1 thru
1XX6, normaly when an extension is dialed the following happens:
exten => 101,1,Macro(stdext,${EXTEN})
[macro-stdext]
;arg1 = ${EXTEN}
exten => s,1,Diall(sip/${ARG1}1,45,r)
exten => s,2,Goto(s-u,1)
exten => s,102,Dial(sip/${ARG1}2,45,r)
exten => s,103,Goto(s-u,1)
exten => s,...