The high level API exampleΒΆ

An inbound application that prompts the user to select a target to be connected to. The target names (to be read out) and addresses (to be connected to) are given as application parameters during service registration on the inbound service registration page of the CWP.

This example demonstrates the high level API.

This example requires that application_parameters is a semicolon delimited string in the format:

``<name>,<address>;<name>,<address>``

for example:

``Fred,sip:fred@myplace.com;Jack,sip:jack@myplace.com``

This application requires 1 extra channel.

View the source code here:

Previous topic

The connect to conference example

Next topic

The fax sender example