Overview

Sample Code

Web Hooks

IVR Web Hook SurVo NetGet Custom Audio Prompts Post Call Action Agent Panel Lookup Distributor Form

Call Initiation API

Click-to-Call Click-to-Find Me Click-to-Find Me List Click-to-Virtual Receptionist Click-to-Voice Mail Click-to-SurVo Click-to-IVR Click-to-Agent

Administration API

addonsbroadcastclicktoconferencecostfindmegeneralgrouplocatornumbersrecordingregisterednumbersreportroutingsmssurvoverifymenowvmail

conference.attendee.call

Call an attendee and add them to the conference call. Call goes to actual number attendee used to reach the call.

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
usr_conference_id (required)
Conference ID the conference attendee ID belongs to.
usr_conference_attendee_id (required)
Conference attendee ID to call.
usr_conference_participation_id (optional)
If specified, this value is found in the <usr_conference_participation_id> field within a given <participation> block of conference attendees provided by API calls to ?conference.attendee.list? or ?conference.attendee.details?, and is mainly used if the attendee participated with a different phone number than expected. If not specified, the conference attendee?s assigned phone number will be called.

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=conference.attendee.call
&usr_conference_id=3731
&usr_conference_attendee_id=12181
&usr_conference_participation_id=8921

Example Response

<response>

<result>success</result>

<result_description>Smart Conference participant call successfully performed</result_description>

<result_action>call</result_action>

<usr_conference_id>3731</usr_conference_id>

<usr_conference_attendee_id>12181</usr_conference_attendee_id>

<usr_conference_participation_id>8921</usr_conference_participation_id>

</response>

API Test Panel

NOTE: The API Test Panel can be used to try out the various API methods
using the actual data from your account. You must be logged
into your account to make any API calls using the test panel.

 

URL:

XML Result: