Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Cisco 7965 SIP Firmware


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
sil at infiltrated.net
Guest





PostPosted: Mon Mar 31, 2008 4:18 pm    Post subject: [asterisk-users] Cisco 7965 SIP Firmware Reply with quote

Razza wrote:
Quote:
I have 7965 and am trying to convert the firmware to SIP
(SIP45.8-3-4SR1S). Does anyone have a valid XMLDefault.cnf.xml they
could share?
I have tried the version at voip-info
<info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP&view_comment_id=14768#Troubleshooting>
for the 7941/7961 but unfortunately /var/log/messages shows in.tftp
stops sending after XMLDefault.cnf.xml (see below), so i'm assuming the
7965 doesn't like my XMLDefault.cnf.xml.


YMMV Change to reflect your firmware (e.g. P003-07-4-xx)
.. Line 20 and 21 are one line...
<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-4-00</loadInformation8>
<loadInformation7 model="IP Phone 7960">P003-07-4-00</loadInformation7>
<loadInformation6 model="IP Phone 7970">term71.default</loadInformation6>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>


--
====================================================
J. Oquendo

SGFA #579 (FW+VPN v4.1)
SGFE #574 (FW+VPN v4.1)

wget -qO - www.infiltrated.net/sig|perl

http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3AC173DB

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5533 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080331/98953484/attachment.bin
Back to top
razza30 at gmail.com
Guest





PostPosted: Mon Mar 31, 2008 5:07 pm    Post subject: [asterisk-users] Cisco 7965 SIP Firmware Reply with quote

On 31/03/2008, J. Oquendo <sil at infiltrated.net> wrote:
Quote:

YMMV Change to reflect your firmware (e.g. P003-07-4-xx)
8<-------- SNIP -------->8

I removed the following lines:
<loadInformation8 model="IP Phone 7940">P003-07-4-00</loadInformation8>
<loadInformation7 model="IP Phone 7960">P003-07-4-00</loadInformation7>
And tried both of these:
<loadInformation6 model="IP Phone 7965">term65.default</loadInformation6>
and
<loadInformation6 model="IP Phone 7965">SIP45.8-3-4SR1S</loadInformation6>
But again I get no further than /var/log/messages showing in.tftp stops
sending after XMLDefault.cnf.xml

Any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080331/da669f40/attachment.htm
Back to top
greg.oliver at cistera...
Guest





PostPosted: Mon Mar 31, 2008 5:38 pm    Post subject: [asterisk-users] Cisco 7965 SIP Firmware Reply with quote

On Mon, 2008-03-31 at 23:07 +0100, Razza wrote:
Quote:
On 31/03/2008, J. Oquendo <sil at infiltrated.net> wrote:
YMMV Change to reflect your firmware (e.g. P003-07-4-xx)

8<-------- SNIP -------->8

I removed the following lines:
<loadInformation8 model="IP Phone
7940">P003-07-4-00</loadInformation8>
<loadInformation7 model="IP Phone
7960">P003-07-4-00</loadInformation7>

And tried both of these:
<loadInformation6 model="IP Phone
7965">term65.default</loadInformation6>
and
<loadInformation6 model="IP Phone
7965">SIP45.8-3-4SR1S</loadInformation6>

But again I get no further than /var/log/messages showing in.tftp
stops sending after XMLDefault.cnf.xml

Any suggestions?

For a 7965, you might try loadinformation to be 335.. I have had to
match up CCM tk.prod values to match on newer phones in the past to be
what cisco uses in their internal database before I could get them to
work. Although, leaving those lines out completely will work as well
assuming they already have the SIP firmware loaded..

-Greg
Back to top
razza30 at gmail.com
Guest





PostPosted: Tue Apr 01, 2008 3:45 am    Post subject: [asterisk-users] Cisco 7965 SIP Firmware Reply with quote

On 31/03/2008, Greg Oliver <greg.oliver at cistera.com> wrote:
Quote:

For a 7965, you might try loadinformation to be 335.. I have had to
match up CCM tk.prod values to match on newer phones in the past to be
what cisco uses in their internal database before I could get them to
work. Although, leaving those lines out completely will work as well
assuming they already have the SIP firmware loaded..
8<-------- SNIP -------->8

My modified base XMLDefault.cnf.xml is detailed below. But still I get no
further than /var/log/messages showing in.tftp stops sending after
XMLDefault.cnf.xml.

I have tried it with loadInformation as follows:
<loadInformation335 model="IP Phone 7965">SIP45.8-3-4SR1S
</loadInformation335>
<loadInformation335 model="IP Phone 7965">term65.default
</loadInformation335>
<loadInformation335>SIP45.8-3-4SR1S</loadInformation335>
<loadInformation335>term65.default</loadInformation335>

I also notice in the voip-info article (admittedly for 79x1 phones) the xml
stats and ends in <device> and </device> - is this correct?

<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>
<loadInformation335 model="IP Phone 7965">SIP45.8-3-4SR1S
</loadInformation335>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080401/362d9371/attachment.htm
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services