Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cipango-example-sipapp is a basic simple proxy/registrar with a click to dial service provided with Cipango.

Build and run

The application source is located in the directory ${cipango.src.home}/modules/examples/cipango-example-sipapp.

  • To compile application
    mvn clean install
  • To import the project into eclipse
    mvn eclipse:eclipse
  • To run the application
    mvn cipango:run
  • To deploy the application into cipango
    • compile application if not done yet
    • copy target/cipango-example-sipapp-VERSION.war to ${cipango.bin.home}/sipapps

...

web interface.

How to use

Proxy/Registrar

The registrar does not need special configuration. It allows registration from any domain and without any authentication is disabled.
Any SIP compliant phone should be able to register (see #Softphone configuration).

Registrations can be seen at the pageRegistered phones are available at:

Code Block
http://localhost:8080/cipango-example-sipapp/oam

You may place calls between two registered phone by dialing the number of the phone you would like to call.

Click to dial

This service requires to have at least two SIP phones registered.

To create a new call, naviguate to the pagepoint your browser to:

Code Block
http://localhost:8080/cipango-example-sipapp/call

Softphone configuration

X-Lite

...