Hanging Up A Call - Polycom SoundStructure C16 Design Manual

Hide thumbs Also See for SoundStructure C16:
Table of Contents

Advertisement

Hanging up a Call

Putting a Call on Hold and Resuming the Call
# Alternatively, you can now dial the digits first and as
# long as you take the phone off hook within 20 seconds of dialing,
# the digits will be retained and dialed.
set phone_dial "VoIP Out" "2029"
val phone_dial "VoIP Out" "2029"
# Take the phone offhook which will cause the digits to be dialed
# if the phone_connect command is sent within 20 seconds of the
# phone_dial command
set phone_connect "VoIP Out" 1
val phone_connect "VoIP Out" 1
This example shows how to hang up a phone call.
# To hang up the phone
set phone_connect "VoIP Out" 0
val phone_connect "VoIP Out" 0
This example shows how to dial a call, place the call on hold, and resume the
existing call.
# Take the phone offhook
set phone_connect "VoIP Out" 1
val phone_connect "VoIP Out" 1
# Dial the digits of the initial call
set phone_dial "VoIP Out" "2029"
val 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 place the connected call on hold
set voip_hold "VoIP Out"
The SoundStructure VoIP Interface
12 - 79

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents