Koozali.org: home of the SME Server

Cisco 79XX and Sail

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Cisco 79XX and Sail
« on: April 07, 2009, 05:19:58 AM »
Hi,
I'm reviving this post http://forums.contribs.org/index.php/topic,41376.0.html
Is there a way to make a template so I can have multiple lines on one phone?
http://wiki.siftah.com/Cisco_7960G_IP_Phone_on_Asterisk

Thanks,

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Cisco 79XX and Sail
« Reply #1 on: April 07, 2009, 06:12:57 AM »
Hi Stuntshell

Works fine on our 7940...  Just create another extension for line 2 but don't give it any provisioning info.  Provision line 1 and line 2 like this...

Code: [Select]
["SIP$MAC.cnf"
; phone-specific configuration file sample

line1_name: "4111" ; Line 1 Extension\User ID
line1_displayname: "cis7940" ; Line 1 Display Name
line1_shortname: "4111" ; Comment next to the button
line1_authname: "4111" ; Line 1 Registration Authentication
line1_password: "pppppppp" ; Line 1 Registration Password
line2_name: "4112" ; Line 2 Extension\User ID
line2_displayname: "cis7940(2)" ; Line 2 Display Name
line2_shortname: "4112" ; Comment next to the button
line2_authname: "4112" ; Line 2 Registration Authentication
line2_password: "pppppppp" ; Line 2 Registration Password
]

Also - re your e-mail - sorry for the delay, we will be back to you very shortly.

Best

S

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: Cisco 79XX and Sail
« Reply #2 on: April 07, 2009, 06:56:11 PM »
Thanks Selintra,
I've been reading a lot about SCCP versus SIP for these phones [1], have you ever implemented the channel driver under sail?[2]

Quote
Also - re your e-mail - sorry for the delay, we will be back to you very shortly.
No sweat, I'm still under works as well. But I'll will be happy to receive a reply!

[1]http://southbrain.com/south/2008/02/cisco-7960-and-asterisk-1417-u.html
    http://gregsowell.com/?p=313
   
[2] http://www.chan-sccp.org/
     http://www.voip-info.org/wiki/view/SCCP-HOWTO2

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Cisco 79XX and Sail
« Reply #3 on: April 07, 2009, 08:48:24 PM »
Er... Nope.

We've only ever used 'em with SIP. Nothing to stop you trying tho'.


Best

S