The transfer menu exampleΒΆ

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

The target addresses are other inbound services that have been registered on the inbound services page of the CWP.

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

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

for example:

``join a conference,sip:AddToConfService@sip-0-2-0.aculab.com;
  listen to music,sip:InBoundMusic@sip-0-2-0.aculab.com``

This application requires 1 extra channel.

View the source code here:

Previous topic

The transfer to conference example

Next topic

The connect to conference example