cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1406
Views
0
Helpful
2
Replies

Cisco UC Phone 3905 SIP register using a SIP domain

modesto916
Level 1
Level 1

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.

2 Replies 2

Do you have already checked this post: https://supportforums.cisco.com/discussion/11541661/cp-3905-asterisk

Regards.

rasimoes
Level 1
Level 1

Hello,

 

Any update on this problem? Did you managed the 3905 to work on FreeSWITCH?