Reputation: 340
I would like to play an audio file to all members of a MeetMe conference, like a notification. Does anyone have any idea about how to do this?
Upvotes: 5
Views: 1689
Reputation: 11
You can also use the L-Option:
http://www.asterisk.org/docs/asterisk/trunk/applications/meetme
Upvotes: 1
Reputation: 341
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.
Upvotes: 5