开发者

Playback in meetme (asterisk)

I would like to play an audio file to all members of a MeetMe conference, like a notification. Does an开发者_如何学Pythonyone have any idea about how to do this?


One easy way to do this is to have your asterisk system dial in (join) the the conference and then play the audio file then hangup.

The call file will look something like this:

Channel: Local/1000@default
Application: Playback
Data: sound_file

Just make that file with the appropriate values and the place it in the call directory. Asterisk with then make the call play back sound_file and the hangup.


You can also use the L-Option:

http://www.asterisk.org/docs/asterisk/trunk/applications/meetme

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜