03-07-2017 05:34 AM
Hi folks,
I'm trying to register a Cisco 3905 to a multi-tenant freeswitch server. I couldn't figure out a way to tell my cisco phone to register using the SIP domain I want. No matter what combination of <proxy> and <outboundProxy> parameters I use it always set the processNodeName as the domain. Does anyone know how to do it? Here are the relevant parts of the sipProfile section:
<sipLines>
<!-- Line 1 -->
<line button="1">
<!-- Name, Contact and AuthName are the extension number -->
<featureID>9</featureID>
<featureLabel>1500</featureLabel>
<name>teste</name>
<displayName>teste</displayName>
<authName>teste</authName>
<authPassword>mypasswd</authPassword>
<proxy>mydomain.com</proxy>
</line>
</sipLines>
<sipProxies>
<backupProxy></backupProxy>
<backupProxyPort></backupProxyPort>
<emergencyProxy></emergencyProxy>
<emergencyProxyPort></emergencyProxyPort>
<outboundProxy>10.50.0.1</outboundProxy>
<outboundProxyPort>5060</outboundProxyPort>
<registerWithProxy>false</registerWithProxy>
</sipProxies>
Thanks.
03-15-2017 04:35 AM
Do you have already checked this post: https://supportforums.cisco.com/discussion/11541661/cp-3905-asterisk
Regards.
01-30-2019 06:00 AM
Hello,
Any update on this problem? Did you managed the 3905 to work on FreeSWITCH?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide