Cisco 7942 with firmware 9.2.1

Forum for the 3CX SIP phone client (Sip phone) User to User - Answers are provided by the community. 3CX does NOT provide technical support via this forum.

Moderators: kevin, 3CX staff

Cisco 7942 with firmware 9.2.1

Postby osmin_lopez » Mon Jun 27, 2011 9:42 pm

Has anybody setup a Cisco 7942 with firmware 9.2.1?
osmin_lopez
New User
 
Posts: 3
Joined: Thu Jan 20, 2011 1:48 am

Re: Cisco 7942 with firmware 9.2.1

Postby quicktec » Fri Jul 08, 2011 2:31 pm

Hi,

I am not sure if the 79x2 series is the same as the 79x5 series as I have never used that phone. However if it uses the XML configuration files then it should work for you as long as you load the SIP firmware.

I have been successful in getting a Cisco 7945 and 7975 running the latest SIP firmware (9.2.1) to work with 3CX. There are some config changes required for the latest 9.2.1 firmware that differs from the config on the 8.5 series of firmware.

Let me know if you need any configuration examples.
Regards,
Ronan
Quicktec Computers Ltd
quicktec
New User
 
Posts: 3
Joined: Thu Sep 16, 2010 2:01 pm

Re: Cisco 7942 with firmware 9.2.1

Postby LCC » Fri Jul 08, 2011 11:55 pm

quicktec wrote:Hi,

I am not sure if the 79x2 series is the same as the 79x5 series as I have never used that phone. However if it uses the XML configuration files then it should work for you as long as you load the SIP firmware.

I have been successful in getting a Cisco 7945 and 7975 running the latest SIP firmware (9.2.1) to work with 3CX. There are some config changes required for the latest 9.2.1 firmware that differs from the config on the 8.5 series of firmware.

Let me know if you need any configuration examples.


I would be curious as to what changes you made. I have a 7975 working on 8.5.4, but when I upgraded to 9.2.1 it would not register. I downgraded back to 8.5.4 and it worked fine.

By any chance hace you gotten BLF to work on the 7975?
LCC
New User
 
Posts: 25
Joined: Fri Jul 08, 2011 12:02 am

Re: Cisco 7942 with firmware 9.2.1

Postby quicktec » Sat Jul 09, 2011 4:16 pm

Yes I had the problem with registration as well. You will need to change the phone to use callmanager in the config.

Change the callamanger section as follows to add your 3cx as a callmanger destination.

Code: Select all
<callManagerGroup> 
    <members> 
       <member priority="0"> 
          <callManager> 
             <ports> 
                <ethernetPhonePort>2000</ethernetPhonePort> 
                <sipPort>5060</sipPort> 
                <securedSipPort>5061</securedSipPort> 
             </ports> 
             <processNodeName>192.168.0.5</processNodeName> 
          </callManager> 
       </member> 
    </members> 
 </callManagerGroup> 


And finally change the line registration section as follows.

Code: Select all
<sipLines>
  <line 
     button="1">
       <featureID>9</featureID> 
       <featureLabel>Line 1</featureLabel> 
       <proxy>USECALLMANAGER</proxy> 
       <port>5060</port>
       <name>220</name>
       <displayName>Ronan</displayName> 
       <autoAnswer> 
          <autoAnswerEnabled>2</autoAnswerEnabled> 
       </autoAnswer> 
       <callWaiting>3</callWaiting>
       <authName>220</authName> 
       <authPassword>*****</authPassword> 
       <sharedLine>false</sharedLine>
       <messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
       <messagesNumber>*97</messagesNumber> 
       <ringSettingIdle>4</ringSettingIdle> 
       <ringSettingActive>5</ringSettingActive>
       <contact>1234567</contact> 
       <forwardCallInfoDisplay> 
          <callerName>true</callerName> 
          <callerNumber>false</callerNumber> 
          <redirectedNumber>false</redirectedNumber> 
          <dialedNumber>true</dialedNumber> 
       </forwardCallInfoDisplay> 
    </line>

 


The above changes allowed the phone to register and work correctly on SIP firmware 9.2.1. I have not had any luck with BLF but am planning at looking into it soon.
Regards,
Ronan
Quicktec Computers Ltd
quicktec
New User
 
Posts: 3
Joined: Thu Sep 16, 2010 2:01 pm

Re: Cisco 7942 with firmware 9.2.1

Postby LCC » Sat Jul 09, 2011 7:50 pm

Thanks so much! I got it working! Now if I can just sort out the BLF that would be great. I am also playing around with g.722, with limited success.
LCC
New User
 
Posts: 25
Joined: Fri Jul 08, 2011 12:02 am

Re: Cisco 7942 with firmware 9.2.1

Postby osmin_lopez » Mon Jul 11, 2011 8:18 pm

Thank you all for the reply,


Quicktec,
Which config file are you talking about?
XMLDefault.cnf.xml or SEP{IPHONEMACADDRESS}.cnf.xml.
osmin_lopez
New User
 
Posts: 3
Joined: Thu Jan 20, 2011 1:48 am

Re: Cisco 7942 with firmware 9.2.1

Postby quicktec » Tue Jul 12, 2011 3:10 pm

Hi Osmin,

I am talking about the SEP{IPHONEMACADDRESS}.cnf.xml.

I have attached my full config for a working Cisco 7975G phone running SIP 9.2.1 firmware. The configuration should be almost identical for your 7942.
Attachments
SEP001F9EAB9902.cnf.xml
cisco 7975
(7.49 KiB) Downloaded 379 times
Regards,
Ronan
Quicktec Computers Ltd
quicktec
New User
 
Posts: 3
Joined: Thu Sep 16, 2010 2:01 pm

Re: Cisco 7942 with firmware 9.2.1

Postby osmin_lopez » Wed Jul 13, 2011 3:07 pm

Hi Quicktec,

Thank you for helping me with this issue.


Once again I need your help. I tried your config file and it made changes on the phone. But, it will not register with my 3cx. I have attached my config file. I don't even see any communication with my PBX. But, it does communicate with the TFTP server (same server as my PBX).

Currently, I see "Your current options" on my phone screen.

L1, I see a phone icon with an X next to it.
L2, I see the same icon with an X next to it.
Attachments
SEP0023EBC83B6D.cnf.xml
(7.53 KiB) Downloaded 183 times
osmin_lopez
New User
 
Posts: 3
Joined: Thu Jan 20, 2011 1:48 am

Re: Cisco 7942 with firmware 9.2.1

Postby sunstate » Sat Sep 10, 2011 1:53 am

I too am running 7942's with 8.5.4 because I couldn't get them to register with 9.x. Thank you for the updated config that works with 9.x.

Are you able to get the 3CX directory loaded on the phones? I see that in your working config you have "http://10.10.10.15/xmlservices/PhoneDirectory.php" listed as your directory URL. The URL for the 3CX cisco directory is "http://IP_of_3CX:5000/provisioning/cisco_phonebook.xml", but when I put that in my config no directory gets added on the phone. Anyone have this working? That seems to be the only thing that goesn't work for me.
Sunstate Technology Group
3CX Certified Partner
Phoenix, Arizona
http://www.sunstatetechnology.com
sunstate
Specialist
Specialist
 
Posts: 93
Joined: Wed Dec 16, 2009 4:47 pm
Location: Phoenix, Arizona

Re: Cisco 7942 with firmware 9.2.1

Postby LCC » Mon Sep 26, 2011 1:24 am

sunstate wrote:I too am running 7942's with 8.5.4 because I couldn't get them to register with 9.x. Thank you for the updated config that works with 9.x.

Are you able to get the 3CX directory loaded on the phones? I see that in your working config you have "http://10.10.10.15/xmlservices/PhoneDirectory.php" listed as your directory URL. The URL for the 3CX cisco directory is "http://IP_of_3CX:5000/provisioning/cisco_phonebook.xml", but when I put that in my config no directory gets added on the phone. Anyone have this working? That seems to be the only thing that goesn't work for me.


Have you been able to get BLF working?
LCC
New User
 
Posts: 25
Joined: Fri Jul 08, 2011 12:02 am

Re: Cisco 7942 with firmware 9.2.1

Postby kminard » Wed Nov 09, 2011 2:57 am

Ronan and other...

I've got my 7975G working great with call waiting on each SIP line, but I'd like to change things and add 3 appearances of the same line on the phone and rather than call waiting kicking in, I'd rather have it roll to the next appearance of the same line. I have this working great on a Polycom 670 but I'm stumped on a 7975G running 9.2.1. I've toyed around with changing callWaiting in the SEP file for that particular line from 3 to 0 but this does not work at all. Basically button 1,2 & 3 are all the same appearance of the same line and I want a 2nd call to roll to the 2nd line appearance. In 3CX v10 I have the setting checked that I want to be able to accept more than one call at the same time using the phone status, but still no luck... though, again, works great on Polycom.

Any ideas out there? Am I missing something VERY obvious?

Thanks in advance!
kminard
New User
 
Posts: 10
Joined: Fri Feb 26, 2010 6:31 pm


Return to 3CX VoIP Phone (Community-led, no tech support)


Who is online

Users browsing this forum: No registered users and 0 guests

Announcements: