Skip to main content
Known Participant
April 28, 2011
Question

Is it possible to interface FMG with an external audio bridge

  • April 28, 2011
  • 1 reply
  • 944 views

Hi all,

We have developed a web based video conferencing application using Adobe’s FMS. Now, we would like to interface this with an external audio bridge. Adobe connect does this easily using audio profiles (that asks for conference bridge phone number, then does 500 ms delay, send # dtmf char, delay of 500 ms, and then sends the pass code for the bridge). Is there any sample code out there which does this? Any help is appreciated.

Thanks and Regards

Selvan

This topic has been closed for replies.

1 reply

April 28, 2011

Hi Selvan,

          Yes, FMG can help here by mixing audio from from all the flash participants and send that to extrnal audio conference bridge over single call. Keeping a single call allows reducing costs by capping calls between FMG & audio bridge. This also allows executing the automated/manual conference joining conference process just once from FMS/flash player. A similar senario in detail is described in an earlier thread here: http://forums.adobe.com/thread/777447

          The processes of making audio conference joining process automated is hit & trial based using timers in FMS SSAS for inserting delay between various DTMF digits being sent via FMG in a way that targeted external audio bridge would expect. As of now, I havn't come accross somebody sharing sample code for this purpose.

-Pankaj

Known Participant
April 28, 2011

Hi pankaj,

Could you please send us your contact details to cselvan@tychons.com

Thanks and Regards

selvan

April 28, 2011

A relatively intuitive way to start is by try calling audio bridge number using sample flash phone and then incrementally semi-automate the process in flash phone/SSAS. Once comfortable; try using the same timers after integrating video conferencing application with FMG SSAS telephony library.

Do utilize this forum to share your progress with others and ask questions when in doubt.

-Pankaj