cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

7975G different SIP servers/lines

multialarm
Level 1
Level 1

Hi!

I would like to ask how do I know the different lines in different SIP servers to register?

/tftp_root/SEP010203040506.cnf.xml :

---

<callManagerGroup>

<name>Default</name>

<tftpDefault>true</tftpDefault>

<members>

<member  priority="0">

<callManager>

<name>10.0.0.1</name>

<description>10.0.0.1</description>

<ports>

<ethernetPhonePort>2000</ethernetPhonePort>

<sipPort>5060</sipPort>

<securedSipPort>5061</securedSipPort>

<mgcpPorts>

<listen>2427</listen>

<keepAlive>2428</keepAlive>

</mgcpPorts>

</ports>

<processNodeName>10.0.0.1</processNodeName>

</callManager>

</member>

</members>

</callManagerGroup>

.

.

.

<sipProxies>

<backupProxy>USECALLMANAGER</backupProxy>

<backupProxyPort>5060</backupProxyPort>

<emergencyProxy>USECALLMANAGER</emergencyProxy>

<emergencyProxyPort>5060</emergencyProxyPort>

<outboundProxy>USECALLMANAGER</outboundProxy>

<outboundProxyPort>5060</outboundProxyPort>

<registerWithProxy>true</registerWithProxy>

</sipProxies>

In the sipLines session only "USECALLMANAGER" given IP address is not accepted:

<sipLines>

<line  button="1" lineIndex="1">

<featureID>9</featureID>

<featureLabel>Office 10 (1237)</featureLabel>

<proxy>USECALLMANAGER</proxy>

<port>5060</port>

...

<line  button="2" lineIndex="2">

<featureID>9</featureID>

<featureLabel>Another Office 14</featureLabel>

<proxy>USECALLMANAGER</proxy> <= but this is another SIP (asterisk) server with another IP

<port>5060</port>

Thank's!

Who Me Too'd this topic