This documentation relates to last stable version of Cipango.
visit the last unstable documentation home.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Cipango-example-sipapp is a basic 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.src.home}/sipapps

Usage

Proxy/Registrar

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

Registrations can be seen at the page
http://localhost:8080/cipango-example-sipapp/oam

Click to dial

This service requires to have two SIP phones registered.

To create a new call, naviguate to the page
http://localhost:8080/cipango-example-sipapp/call

  • No labels