Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: mic on February 21, 2017, 01:15:50 PM
-
there is a conflict between the port number of the sip server and the sipend point which makes the Workspace desktop edition can't register to the sipendpoint and behaves in a strange way when it recieves a call.
so how can i change the port number of the sipend point?
Workspace desktop edition 8.5.1
Sipendpoint 8.5.1
-
You can configure it in general on WDE application object (options started with prefix sipendpoint) or directly within the WDE SE configuration file.
In general, the WDE SE is configured with range of SIP port, so it should not be in a conflict.
-
do you mean this range
<setting name="sip_port_min" value="5060"/>
<setting name="sip_port_max" value="5080"/>
in a file named SipEndpoint.config??
-
Yes, but it is better to configure it on general level (ie on WDE application object level). I have answered to you on Genesys community forum as well :)
-
i changed the port range of the Sip end point in the file named SipEndpoint.config, and i restarted the Sip end point, the Workspace worked just fine.
note: the only option that shows a port number in the Workspace object and starts with sipendpoint is "sipendpoint.standalone.port" and it's default value is 8000 and it's description is "Specifies the port number of the SIP Endpoint Http service.
Valid: An integer value
Default: 8000
Effective: When the application is started or restarted."
but thank you so much for your great help, your advice was so helpful and efficient.
-
There are options:
[list]
[li]sipendpoint.policy.endpoint.sip_port_min[/li]
[li]sipendpoint.policy.endpoint.sip_port_max[/li]
[/list]
In case you do not see them, you did not import the template for WDE SE at all.
-
you are right, when i created the Workspace object i imported the Workspace_Desktop_Edition_851.apd template not the one with the "SEP" in ints name, could you tell me what is the difference between them?
-
The WDE SE template contains the configuration options regarding to the WDE SE.
-
it is a very important note...thank you so much for your responds Kubig.
-
Hello.
Sorry to open again this topic.
What is the aim of the following configuration? I have a Sip endpoint which is changing sip port frequently and blocking calls.
sipendpoint.policy.endpoint.sip_port_min
sipendpoint.policy.endpoint.sip_port_max
-
I guess it is just to take another port if one is taken.