[Home]

Summary:ASTERISK-02122: [request] Be able to play audio files to an entire conference or specific user.
Reporter:lesnet (lesnet)Labels:
Date Opened:2004-07-27 11:56:21Date Closed:2011-06-07 14:04:58
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:app_meetme would benefit from the ability to play an audio file to All conferences, A specific conference, or a specific user in a specific conference.

I propose:
meetme playfile all systemdown
meetme playfile 9000 all conferenceending
meetme playfile 9000 2 youhavemail

****** ADDITIONAL INFORMATION ******

I have modified my local copy of app_meetme to provide this functionality to play a file to all users in a single specific conference.  (again, not a c programmer, can provide my ugly code snippets to demonstrate)

This would be a nice feature because you could have an arbitrary application monitoring external events, and signal particular conferences/users when that event occurs by playing a file.  (signally could occure through the manager api)

This would be dependant on the patch that allows you to play gsm files instead of the hardcoded enter/exit audio blips.
Comments:By: Olle Johansson (oej) 2004-07-27 12:07:31

Please file feature requests in the "Feature requests" category, thanks. /Oej

By: Mark Spencer (markster) 2004-07-27 12:40:58

You can already do this with outbound spool.  See sample.call.  I suggest you discuss your ideas for new features within the #asterisk channel before placing them here since clearly many of the plethora of requests you've suddenly bombarded the tracker with are already things that can be done with the existing software.