login | register
Sat 17 of May, 2008 [14:23 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Juan Ortega, Thu 15 of May, 2008 [10:33 UTC]: Hi everybody, I'm Juan, an ITCom student, and I need to know what basic elements I need to create a VoIP network. Can anybody helpme, please?,Thank you very much
  • gineta, Wed 14 of May, 2008 [03:58 UTC]: any here not fine the configuration of firewall juniper -screem for VOIP asterisk????
  • Anoop Prabhakaran, Tue 13 of May, 2008 [12:16 UTC]: I am developing Asterisk IVR, Whenever i make a internation call to the IVR system, the DTMF is not getting detected properly, this happens only for the first time, second call onwards system works fine. why this is happening
  • joe, Mon 12 of May, 2008 [04:27 UTC]: Is there an opensource browser based softphone, or a system like Busta where everything is not manages through their website?
  • Nick Barnes, Fri 09 of May, 2008 [11:36 UTC]: Christopher - yesterday I tried an Asterisk install on a CentOS 5.1 box with stock GUI and it all worked fine. Sorry I can't help.
  • aero, Fri 09 of May, 2008 [08:20 UTC]: can someone help me out on this, i tried to play some sound files on my asterisk box and this is the error message i got. WARNING[4429]: format_wav.c:169 check_header: Unexpected freqency 22050 May 8 11:17:39 WARNING[4433]: codec_gsm.c:194 gsmtolin_fra
  • Christopher Faust, Thu 08 of May, 2008 [14:15 UTC]: I beleive that I may have to change something in the xserver configuration. Please advise
  • Christopher Faust, Thu 08 of May, 2008 [14:14 UTC]: Everything was perfect. In the bios I have increased the memory allocated Still receive input not supported on my display.
  • Christopher Faust, Thu 08 of May, 2008 [14:13 UTC]: This would not be my main box. I am doing some testing to see if I can install zaptel and asterisk 1.4 on a full centos 5.1 box with development software Its bizzare, because before I went through the asterisk and zaptel installation everything was perfe
  • Nick Barnes, Thu 08 of May, 2008 [13:44 UTC]: Christopher - I can't see any way in which an Asterisk installation would muck your GUI, but remember that it is advised not to use a GUI on an Asterisk box anyway.
Server Stats
  • Execution time: 0.25s
  • Memory usage: 2.19MB
  • Database queries: 29
  • GZIP: Disabled
  • Server load: 0.74

Cisco 7940-7960 upgrade to version 7.x

This was copied from here to fix a typo in the title: Cisco 7940-7960 upgread to version 7.x

Step by Step Upgrading Cisco 79xx to 7.x from 6.3

After wasting some time to get this thing upgraded from 6.3 to 7.1 and then to 7.3 I decided to share it with everyone.
First, I tried it with 7960, however I doubt that its any different for the other cisco phones.

First make sure that your phone gets the settings from the DHCP server, and that your tftp server is functioning, and that your Cisco phone is communicating with it.


For more info: Asterisk phone cisco 79xx

You will need the follwing files in the root of your tftp server for version 7.1

  • P003-07-1-00.bin
  • P003-07-1-00.sbn
  • P0S3-07-1-00.sb2
  • P0S3-07-1-00.loads
  • OS97XX.TXT
  • SIPDefault.cnf
  • SIP<mac_address_of_the_phone>.cnf (make sure that this one has the mac address all in caps).

In your OS97XX.TXT make sure that you have the following line:


P003-07-1-00

Some have reported that putting a space after the last zero helped them get rid of some problems, however I didn't have to do that.

In your SIPDefault.cnf make sure you have the following:


image_version: P0S3-07-1-00


In your SIP<mac_address_of_the_phone>.cnf make sure you have:

image_version: P0S3-07-1-00


Now reboot the phone, it should now download and upgrade the new phone.

If it doesn't work, I was told that the following might help in some cases. I didn't have to do that though.

Put the following files into the tftp root directory:

  • SEP<mac_addr>.cnf.xml again make sure that the mac address is all caps
  • XMLDefault.cnf.xml
  • xmlDefault.CNF.XML

If you use Windoz as the tftp server then you don't need the last one.

In the XMLDefault.cnf.xml and xmlDefault.CNF.XML make sure that you have:


<Default>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName></processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<loadInformation8 model="IP Phone 7940">P003-07-1-00</loadInformation8>
<loadInformation7 model="IP Phone 7960">P003-07-1-00</loadInformation7>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>



Note that it points to P00 and not P0S.

In the SEP<mac_addr>.cnf.xml make sure that you have:


<Default>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName></processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<loadInformation8 model="IP Phone 7940">P0S3-07-1-00</loadInformation8>
<loadInformation7 model="IP Phone 7960">P0S3-07-1-00</loadInformation7>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>


Note that it points to P0S and not P00


The same procedure applies for upgrading to 7.3, just replace everything with 3 instead of the 1 so that it reads P003-07-3-00 instead of P003-07-1-00, and P0S3-07-3-00 instead of P0S3-07-1-00

I hope this saves some time for some ppl

A big thanks to jsmith, he helped me get thru this.


See also:


Asterisk | Asterisk Configuration | Channel Configuration | Configuration for Specific Phones
Created by Tom Parker, Last modification by Tom Parker on Tue 07 of Feb, 2006 [17:07 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver