Skip to content

EngineerMazid/VoIP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

VoIP-Server

VoIP-Server is a SIP server application that allows you to create a VOIP server on a mobile device.

about_usipserver_0

Quick Start Guide

scrshot_authcon_1 scrshot_qs_4 _20240614_161856_uSipServer _20240614_161905_uSipServer 20240614_161919_uSipServer

Example Use Case with CSipSimple as SIP Client

Follow these steps to get started:

  1. Configure uSipServer Properties:

    • Domain: Set this to the SIP server domain. The default value is the local IP.
    • Local IP: Set the listening address for SIP messages. The default value is 0.0.0.0 (any).
    • Local Port: Set the listening port for SIP messages. The default value is 5060.
  2. Start uSipServer App:

    • Launch the uSipServer app on your mobile device.
    • Push the [start] button to start the server.
  3. Logging Options:

    • SIP Log: Check this box to display SIP signal logs.
    • Register Log: Check this box to display REGISTER/UNREGISTER logs.

Example Use Case with CSipSimple

Here's how you can use the VoIP-Server with the CSipSimple client:

  1. Install and configure CSipSimple as your SIP client.
  2. Set the server domain and port to match the settings configured in the uSipServer app.
  3. Initiate calls and handle SIP messages using CSipSimple, with the uSipServer managing the SIP server functionality.

Contact

For any issues or support, please contact the developer at booncraft.com@gmail.com.