Dialing Two Calls On Different Lines - Polycom SoundStructure C16 Design Manual

Hide thumbs Also See for SoundStructure C16:
Table of Contents

Advertisement

# Dial the second call and tell the system to dial with the
# voip_send command
set phone_dial "VoIP Out" "5148"
# a voip_send command will tell the call management to use these digits
# without waiting for any dialplan time-out
set voip_send "VoIP Out"
# Once the call is connected with the call_appearance state
val voip_call_appearance_state "VoIP Out" 1 connected
# Then send voip_conference again to merge all the parties together
set voip_conference "VoIP Out"
# Once you have the acknowledgment that the line has been answered
# by the remote party then the call has been conferenced.
val voip_call_appearance_state "VoIP Out" 1 ncas_call_conference
# To hang up the conference call phone. If either party hangs up
# first, you will still be connected to the other remote party until
# you hang up the phone
set phone_connect "VoIP Out" 0
val phone_connect "VoIP Out" 0

Dialing Two Calls on Different Lines

This example shows how to use two independent lines and to conference together the two lines to form a
three-way conference call. This example assumes I have Line 1 and Line 2 registered with call management
servers.
# Dial the digits of the first call - by default line 1 is dialed
set phone_dial "VoIP Out" "2029"
# Take the phone offhook to force the digits to be dialed
set phone_connect "VoIP Out" 1
# You know the call is connected when you receive the message
# voip_call_appearance_state is set to connected
val voip_call_appearance_state "VoIP Out" 1 connected
# Then you can put the first call on hold
set voip_hold "VoIP Out"
# Once the call is on hold, the call appearance state will change
# to ncas_call_hold
Polycom, Inc.
387

Advertisement

Table of Contents
loading

This manual is also suitable for:

Soundstructure c8Soundstructure c12Soundstructure sr12

Table of Contents