windows-phone-8sipwindows-phone-8.1windows-phone-voip

Perform SIP Call from Windows Phone 8.1


I'm trying to learn to develop SIP client for Windows Phone 8.1 (following this example).

The example mentions to call:

Windows.Phone.Networking.Voip.VoipCallCoordinator.RequestNewOutgoingCall()

to perform outgoing call. However, from the documentation, RequestNewOutgoingCall is to "Notifies the system of a new outgoing call." Not to connect to the actual SIP server.

Anyone knows how to connect to the desired SIP server? Thanks.


Solution

  • Microsoft does not provide ready solutions for SIP call. You must use one of the existing third-party components. Existing SIP frameworks have rather poor version for Widows Phone:

    We use custom Doubango library.