[asterisk-users] Trouble registering Cisco 7942
Stephen Reese
rsreese at gmail.com
Fri Nov 6 23:23:23 CST 2009
I'm trying to connect a Cisco 7942 to my Asterisk box. I have a 7960
and 7912 currently connected and functioning. I'm trying to use the
recommendations from here:
http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP
I have created a "XMLDefault.cnf.xml" and it took the latest image but
the phone states it's unprovisioned? Any recommendations based on the
XML configuration below? Thanks.
<device>
<deviceProtocol>SIP</deviceProtocol>
<devicePool>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
</ports>
<processNodeName>SIPSERVER</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>
<sipCallFeatures>
<cnfJoinEnabled>true</cnfJoinEnabled>
<callForwardURI>x--serviceuri-cfwdall</callForwardURI>
<callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
<callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
<callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
<meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
<abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
<rfc2543Hold>false</rfc2543Hold>
<callHoldRingback>2</callHoldRingback>
<localCfwdEnable>true</localCfwdEnable>
<semiAttendedTransfer>true</semiAttendedTransfer>
<anonymousCallBlock>2</anonymousCallBlock>
<callerIdBlocking>2</callerIdBlocking>
<dndControl>0</dndControl>
<remoteCcEnable>true</remoteCcEnable>
</sipCallFeatures>
<natEnabled>true</natEnabled>
<natAddress>172.16.2.1</natAddress>
<phoneLabel>102</phoneLabel>
<sipLines>
<line button="1">
<featureID>9</featureID>
<featureLabel>102</featureLabel>
<proxy>SIPSERVER</proxy>
<port>5060</port>
<name>102</name>
<displayName>NAME</displayName>
<authName>102</authName>
<authPassword>PASS</authPassword>
<sharedLine>false</sharedLine>
</line>
</sipLines>
<loadInformation>SIP42.8-5-3S</loadInformation>
</device>
More information about the asterisk-users
mailing list