- Joined
- Dec 6, 2019
- Messages
- 12
- Reaction score
- 1
Happy Holidays Guys,
I have several cisco 7906 phones that i have spent days upgrading to the latest SIP9-4-2SR1 firmware. but am stuck on one problem. The phones won't register to my 3CX server and returns the wrong date on screen and i can not see any phone dialogue on the activity log. Please someone advise me on what i am doing wrong. Here is the SEPXX.cnf.xml
PS: i have cisco 7940 working perfectly on the same network.
I have several cisco 7906 phones that i have spent days upgrading to the latest SIP9-4-2SR1 firmware. but am stuck on one problem. The phones won't register to my 3CX server and returns the wrong date on screen and i can not see any phone dialogue on the activity log. Please someone advise me on what i am doing wrong. Here is the SEPXX.cnf.xml
PS: i have cisco 7940 working perfectly on the same network.
<device>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>cisco</sshUserId>
<sshPassword>cisco</sshPassword>
<devicePool>
<dateTimeSetting>
<dateTemplate>D/M/Y</dateTemplate>
<timeZone>Easy African Time</timeZone>
<ntps>
<ntp>
<name>server 3.africa.pool.ntp.org</name>
</ntp>
</ntps>
</dateTimeSetting>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
</ports>
<processNodeName>3CX Server IP</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>
<sipProfile>
<sipProxies>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<enableVad>false</enableVad>
<preferredCodec>g711ulaw</preferredCodec>
<natEnabled>false</natEnabled>
<phoneLabel>Seirs</phoneLabel>
<sipLines>
<line button="1">
<featureID>9</featureID>
<featureLabel>Seirs</featureLabel>
<proxy>3CX Server IP</proxy>
<name>Office</name>
<displayName>Office</displayName>
<authName>XXXXXXX</authName>
<authPassword>XXXXXX</authPassword>
<messagesNumber>99</messagesNumber>
</line>
</sipLines>
<dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>
<commonProfile>
<phonePassword></phonePassword>
</commonProfile>
<loadInformation>SIP11.9-4-2SR3-1S</loadInformation>
<versionStamp></versionStamp>
<directoryURL></directoryURL>
<servicesURL></servicesURL>
</device>