" /> Cannot start workspace sip endpoint - Genesys CTI User Forum

Author Topic: Cannot start workspace sip endpoint  (Read 3846 times)

Offline Ostin

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Cannot start workspace sip endpoint
« on: August 07, 2016, 03:09:29 PM »
Advertisement
Hi. 
I gradually learn genesys platform. After first  iscc transfer call all  worked fine . On the next step, I set up interaction server, without changing any settings , and now in IWS i got [b]cannot start workspace sip endpoint[/b] error. Sip server version - 8.1.102, IWS - 8.5.1

[b]End of SipServer log file:[/b]
@17:23:27.4350 [0] 8.1.102.06 send_to_client: message EventRegistered
AttributeEventSequenceNumber 000000000000002a
AttributeTimeinuSecs 435000
AttributeTimeinSecs 1470579807 (17:23:27)
AttributeReferenceID 1
AttributeThisDN '3100'
AttributeExtensions [66] 00 03 01 00..
'AgentStatus' -1
'AgentStatusTimestamp' 0
'status' 128
AttributeAddressInfoStatus 1
AttributeAddressInfoType 8 (AddressInfoAddressType)
AttributeAddressType 1 (DN)
17:23:27.435 Trc 04542 EventRegistered sent to [428] (00000008 IWv2_Sidius 10.160.68.35:50733)
  TRegManager::ClientRegistered 8  3100
  -- processed by client handler
17:23:27.435 --- CIFace::Request ---
17:23:27.435  -- deleted: CRequest@3066d40 RequestRegisterAddress-IWv2_Sidius[428]/1
17:23:27.435: $-TLIB:CTI:Unknown:0:233

-AP[47]->-628 @17:23:31.0490
-Ap[47]-<-628 @17:23:31.0490
-AP[48]->-628 @17:23:41.0500
-Ap[48]-<-628 @17:23:41.0500
-AP[49]->-628 @17:23:51.0510
-Ap[49]-<-628 @17:23:51.0510

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cannot start workspace sip endpoint
« Reply #1 on: August 07, 2016, 04:26:13 PM »
? You have to check IWS logs to see what is going on.
Also enable the SIP Endpoint permissions on the roles.


Enviado de meu E6633 usando Tapatalk


Offline Ostin

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Cannot start workspace sip endpoint
« Reply #2 on: August 07, 2016, 06:04:54 PM »
cavagnaro, exaxtly logs of IWS, or which?  I thought it's not a server application and doesn't has log, also no log section in IWS application.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cannot start workspace sip endpoint
« Reply #3 on: August 08, 2016, 12:46:09 AM »
IWS does has a log section. Inside interaction-workspace section.
Even as app has logs

Enviado de meu E6633 usando Tapatalk


Offline jamesmurphyau

  • Full Member
  • ***
  • Posts: 123
  • Karma: 2
Re: Cannot start workspace sip endpoint
« Reply #4 on: August 08, 2016, 12:57:42 AM »
This happens the most to me for two reasons:

1. IWS has not quit correctly so the SIP endpoint remains open when it shouldn't be, then when launching IWS again a second SIP Endpoint can't start (IWS can't reuse the one that's open) - to fix this check task manager and kill the process or restart your computer
2. On a new computer where the SIP Endpoint has never started previously, the Microsoft Visual C++ dependencies have not been installed.

Offline Ostin

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Cannot start workspace sip endpoint
« Reply #5 on: August 08, 2016, 07:17:47 AM »
jamesmurphyau, you were right, IWS doesn't close processes. But, i kill them and reboot. But unfortunately it did not help.

IWS LOG:

Exception rethrown at [0]:
  at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  at Genesyslab.Desktop.Modules.SIPEndpointCommunication.Channels.IServiceSIPEndpoint.set_Options(Dictionary`2 value)
  at SIPEndpointSDKApplication.NamedPipeServiceSIPEndpoint.set_Options(Dictionary`2 value)
  at Genesyslab.Desktop.Modules.SIPEndpointCommunication.SIPEndpoint.ConfigureAndStartEndpoint()

System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/SIPPipe3100_10.160.68.35:6060/3100 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.IO.PipeException: The pipe endpoint 'net.pipe://localhost/SIPPipe3100_10.160.68.35:6060/3100' could not be found on your local machine.
 

IP and port is correct.

Offline Ostin

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Cannot start workspace sip endpoint
« Reply #6 on: August 08, 2016, 08:04:40 AM »
Thanks to all, problem solved. Reinstall of iw application helped.