I'm trying to get the One-X Mobile Preferred for IPO app to work with a non-standard port. The IP office L4 ports have been changed to 5076. One-X Portal tests shows the following:
<sip-info>
<identity>1200@xxxxxx.com</identity>
<userName>1200</userName>
<password>25800</password>
<displayName>IT Store</displayName>
<privateAddress>172.16.1.121</privateAddress>
<udpPrivatePort>5076</udpPrivatePort>
<udpPublicPort>0</udpPublicPort>
<tcpPrivatePort>5076</tcpPrivatePort>
<tcpPublicPort>0</tcpPublicPort>
<tlsPrivatePort>0</tlsPrivatePort>
<tlsPublicPort>0</tlsPublicPort>
<payloadType>14</payloadType>
<signalingQos>136</signalingQos>
<voiceQos>184</voiceQos>
<videoQos>184</videoQos>
<sipRegistrarFqdn>xxxxxx.com</sipRegistrarFqdn>
</sip-info>
However, One-X client is still trying to register with the standard port 5060. Also, an SBCE is being used in the solution. Any guidance would be appreciated.
<sip-info>
<identity>1200@xxxxxx.com</identity>
<userName>1200</userName>
<password>25800</password>
<displayName>IT Store</displayName>
<privateAddress>172.16.1.121</privateAddress>
<udpPrivatePort>5076</udpPrivatePort>
<udpPublicPort>0</udpPublicPort>
<tcpPrivatePort>5076</tcpPrivatePort>
<tcpPublicPort>0</tcpPublicPort>
<tlsPrivatePort>0</tlsPrivatePort>
<tlsPublicPort>0</tlsPublicPort>
<payloadType>14</payloadType>
<signalingQos>136</signalingQos>
<voiceQos>184</voiceQos>
<videoQos>184</videoQos>
<sipRegistrarFqdn>xxxxxx.com</sipRegistrarFqdn>
</sip-info>
However, One-X client is still trying to register with the standard port 5060. Also, an SBCE is being used in the solution. Any guidance would be appreciated.