Dialing Two Calls On The Same Line - Polycom SoundStructure C16 Design Manual

Hide thumbs Also See for SoundStructure C16:
Table of Contents

Advertisement

# Once connected the call appearance state will be updated to connected
val voip_call_appearance_state "VoIP Out" 1 connected
# Once you are connected, then initiate the transfer.
# This will generate new dial tone.
set voip_transfer "VoIP Out"
# set the transfer to be a blind transfer
set voip_blind "VoIP Out"
# Once you received an indication that you have dialtone you can
# dial the digits
val voip_call_appearance_state "VoIP Out" 1 dialtone
# Dial the party to transfer the call
set phone_dial "VoIP Out" "5148"
# Optionally use the voip_send command to send the digits immediately
# without waiting for a dial time-out from the dial plan
set voip_send "VoIP Out"
# Once the blind transfer is enabled, the initial party is
# connected to the ringing call and the SoundStructure VoIP Interface
# hangs up the local call
val voip_call_appearance_state "VoIP Out" 1 ncas_call_transfer
# local call is hung up
val phone_connect "VoIP Out" 0

Dialing Two Calls on the Same Line

This example shows how you can dial and bridge together two calls on the same line.
# Take the phone offhook
set phone_connect "VoIP Out" 1
# Dial the digits of the first call
set phone_dial "VoIP Out" "2029"
# Once you know the call is connected by waiting for the
# voip_call_appearance_state set to connected
val voip_call_appearance_state "VoIP Out" 1 connected
# Then you can use the conference feature to place the connected
# call on hold and get a new dialtone
set voip_conference "VoIP Out"
Polycom, Inc.
386

Advertisement

Table of Contents
loading

This manual is also suitable for:

Soundstructure c8Soundstructure c12Soundstructure sr12

Table of Contents