Adobe Connect User Community
Menu

#1 2009-01-29 15:15:34

**_jareddd_**

Update Telephone/Conference Bridge info through API or database

Our team is in the process of adding a whole bunch of users and meetings.  We're also going to be purchasing a product for Audio Integration.  We've been able to leverage Business Objects along with some Coldfusion web services to interact with the API effectively to create users, meetings, associate users to those meetings and other functions.  With the audio integration, we are needing to update meetings that won't have bridge information and functionality to have the bridge and phone functionality.  So my question is:

What points of the system need to be update when needing to change the telephone information related to a meeting?

I've found that the data related to the meeting in PPS_ACL_FIELDS needs to be modified with an additional field added.  E.G. see below

What else needs to be updated, to enable the audio?

ACL_ID    FIELD_ID    VALUE
29131    27            NULL
29131    29            NULL
29131    30            NULL
29131    75            NULL
29131    188            TRUE
29131    28100        NULL
29131    28101        NULL
29131    28102        NULL

ACL_ID    FIELD_ID    VALUE    Change
29114    27            NULL    None
29114    29            NULL    None
29114    30            NULL    None
29114    75    com.meetingone.adobeconnect.MeetingOneAdobeConnectAdaptor    Update
29114    132    com.meetingone.adobeconnect.MeetingOneAdobeConnectAdaptor    Add
29114    188            TRUE    None
29114    28100        8662569936    Update
29114    28101        (866) 256-9936    Update
29114    28102        2864    Update dependant on bridge assigned to coach

Offline

#2 2009-02-05 21:32:51

**_michael_**

Re: Update Telephone/Conference Bridge info through API or database

I would highly recommend going through the APIs vs. direct DB modifications. 

I think you might also want to consider adding the telephony information to the USER profile first, then creating meetings which have their audio conferencing enabled.  I know of a deployment where this process works successfully.

Offline

Board footer