Author Topic: how to register dn  (Read 2813 times)

Offline barisbolkan

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
how to register dn
« on: November 18, 2013, 01:39:53 PM »
Hello,

I'm trying to develop a custom softphone using "Genesys SIP Endpoint SDK". But i'm stuck.
I'm creating endpoint without any exception.

[code]IEndpoint _endpoint = EndpointFactory.CreateSipEndpoint(_endpointLogger);[/code]

Then activating and starting the endpoint. And ConnectionStatusChanged event, StatusChanged event is triggered.
And after that nothing is happening. There is nothing about request in the server logs.
Also i don't know what to do next, or how to send register dn message.

Anyone has any idea?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: how to register dn
« Reply #1 on: November 18, 2013, 01:52:21 PM »
Sip Endpoint is only one part of SIP DN "solution" .. as you know Genesys model, you have to connect to the T-Server and register DN via T-Lib of course, etc. If your Genesys knowledge are insufficient, I recommend to you visit Genesys training or look for solution at other point (other experts which know Genesys very well). From my experience is developing of whole softphone very hard "job" and needs totally deep knowlegde of Genesys and used language (.Net, Java, C++).