Интеграция BigBlueButton и SIP

Илья14 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
10.03.2011

Есть Ubuntu Server с BigBlueButton, а также FreeSweetch/Asterisk на борту.

Требуется, чтобы конференция проходила не через red5, а посредством SIP-клиента, т.е. напрямую, потому как в противном случае слишком большие задержки голоса из-за длинной цепочки:

When you speak, your audio is transmitted by the BigBlueButton client to red5 using nellymoser codec. It is then transcoded by red5phone (nellymoser -> mulaw), then sent to asterisk/FreeSWITCH (via SIP), then asterisk/FreeSWITCH mixes in the audio, then the resulting audio stream is sent back to red5phone (via SIP), then is transcoded again (mulaw -> nellymoser), then goes down to the client....

Рассмотрю все варианты.