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.
IEndpoint _endpoint = EndpointFactory.CreateSipEndpoint(_endpointLogger);
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?