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
精彩评论