Adobe Connect User Community
Menu

#1 2009-12-04 14:29:29

**_jlw253_**

7.5 API Calls for Audio Profiles?

Is anyone aware of API calls for manipulating a user's Audio Profiles (tele-profile ?) in Connect 7.5?

I need to be able to automatically configure a newly created user's audio profile for a specific conference provider, bridge number, moderator code, etc.

I may be missing something obvious but this seems to have been entirely forgotten in the XML Web Api documentation.

Thank you - Jackson Wilson

Offline

#2 2009-12-07 10:03:02

**_mrock66_**

Re: 7.5 API Calls for Audio Profiles?

Do these three help?

telephony-profile-info</action>
elephony-profile-list</action>
telephony-profile-update</action>

Offline

#3 2009-12-07 11:53:55

**_jlw253_**

Re: 7.5 API Calls for Audio Profiles?

Matt -

Thank you.  Those appear to be relevant actions.  Where did you find them?

Do you have documentation available that shows the form / parameters of the request URL and the expected response structure?

Do you know when these actions will be included in the formal "Using ADOBE ACROBAT CONNECT PRO 7.5Web Services" documentation?

Thank you - Jackson

Offline

#4 2009-12-07 12:46:14

**_mrock66_**

Re: 7.5 API Calls for Audio Profiles?

I don't have any current documentation on these calls, i will check to see if i can get you more details.

Offline

#5 2009-12-29 10:21:51

**_jlw253_**

Re: 7.5 API Calls for Audio Profiles?

Matt -

  Have you had any luck finding updated API documentation?

  Thank you - Jackson

Offline

#6 2010-01-28 16:53:01

**_jlw253_**

Re: 7.5 API Calls for Audio Profiles?

Nudge.

Really?  Still no updated documentation to accommodate methods in a version that was released months ago?

Anyone?

Offline

#7 2010-04-07 12:01:17

**_jlw253_**

Re: 7.5 API Calls for Audio Profiles?

I'd heard that these methods will become "public" and "supported" with the 7.5.1 update.

Does anyone know when this update is schedule and can anyone confirm that these telephony profile methods will be included in the 7.5.1 API documentation?

Thank you

Offline

#8 2010-04-21 09:27:54

**_anhyzer_**

Re: 7.5 API Calls for Audio Profiles?

jlw253 wrote:

I'd heard that these methods will become "public" and "supported" with the 7.5.1 update.

Does anyone know when this update is schedule and can anyone confirm that these telephony profile methods will be included in the 7.5.1 API documentation?

It looks like the update is coming soon (April 26 for on-premise customers). I hope there are new methods in the API documentation, including the ability to set recording permissions to "public" since they are set to "private" by default in Connect 7.5. We're upgrading from Connect 6 to Connect 7.5 on May 8 and could really use an automated way to set old recordings to "public" as they are set in Connect 6.

--Chris

Offline

#9 2010-04-21 09:41:35

**_mrock66_**

Re: 7.5 API Calls for Audio Profiles?

Hi Jackson, are you licensed or hosted?

Offline

#10 2010-04-21 10:24:00

**_jlw253_**

Re: 7.5 API Calls for Audio Profiles?

We are both licenses and hosted.  I'm more interested in this for our licenses (on-premise) deployment rather than our hosted (Adobe SaaS) implementation.

Offline

#11 2010-04-27 02:56:06

**_alex_dim_**

Re: 7.5 API Calls for Audio Profiles?

I was wondering how to list audio profiles. With the function telephony-profile-list (mentioned above) it becomes easy:

https :// admin.acrobat.com/api/xml?action=telephony-profile-list&account-id=[youraccountid]&principal-id=[your principalid]&showNotif=true

The result is:

<?xml version="1.0" encoding="utf-8" ?>
- <results>
  <status code="ok" />
- <telephony-profiles>
- <profile profile-id="00000001" provider-id="567456776" profile-status="enabled">
  <adaptor-id>premiere-adaptor</adaptor-id>
  <name>Premiere NA</name>
  <profile-name>My Audio Premiere profile</profile-name>
</profile>
- <profile profile-id="00000002" provider-id="567456776" profile-status="enabled">
  <adaptor-id>premiere-adaptor</adaptor-id>
  <name>Premiere NA</name>
  <profile-name>Premiere Profile 1</profile-name>
</profile>
- <profile profile-id="00000003" provider-id="567456776" profile-status="enabled">
  <adaptor-id>premiere-adaptor</adaptor-id>
  <name>Premiere NA</name>
  <profile-name>Premiere Profile 2</profile-name>
</profile>
</telephony-profiles>
</results>

Last edited by **_alex_dim_** (2010-04-27 02:58:17)

Offline

#12 2010-10-05 09:27:54

**_bfrankli_**

Re: 7.5 API Calls for Audio Profiles?

anhyzer wrote:
jlw253 wrote:

I'd heard that these methods will become "public" and "supported" with the 7.5.1 update.

Does anyone know when this update is schedule and can anyone confirm that these telephony profile methods will be included in the 7.5.1 API documentation?

It looks like the update is coming soon (April 26 for on-premise customers). I hope there are new methods in the API documentation, including the ability to set recording permissions to "public" since they are set to "private" by default in Connect 7.5. We're upgrading from Connect 6 to Connect 7.5 on May 8 and could really use an automated way to set old recordings to "public" as they are set in Connect 6.

--Chris

We're adding many user audio profiles, and would love an XML API for this if it has become available!

Offline

Board footer