[Home]

Summary:ASTERISK-02524: [patch] MeetMe needs configurable Music On Hold
Reporter:Andrew Lindh (andrew)Labels:
Date Opened:2004-10-03 18:11:25Date Closed:2004-10-05 17:57:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme-configurable-moh.patch
Description:MeetMe conferences should be configurable for different music on hold (MOH). This should be configurable staticly (in meetme.conf) and from the MeetMe command.... I was looking at the code and saw it was simple. So I wrote it. (Disclamer faxed)


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

Patch allows new config:
conf => confno[,pin[,musicclass]]
conf => 1234,4321,hotmusic
conf => 1234,,hotmusic
Also allows the option in the MeetMe command:
MeetMe(confno[,options[,pin[,musicclass]]])

Old existing configs should work. (note: spaces in meetme.conf are bad and not accounted for correctly)

cd /usr/src/asterisk
patch -p0 <meetme-configurable-moh.patch
Comments:By: Brian West (bkw918) 2004-10-03 18:47:39

Honestly this wasn't needed.. nice option but you could call a SetMusicOnHold in the dialplan before you droped the caller into the meetme. :)  Again nice option.

bkw

By: Andrew Lindh (andrew) 2004-10-05 08:06:42

So while it's not "required" but nice, does that mean it makes it into CVS or not?...just wondering....

By: Brian West (bkw918) 2004-10-05 13:05:37

i'm sure it will make it in..  :)

By: Mark Spencer (markster) 2004-10-05 17:15:18

Since it duplicate functionality which is both rarely used and already can be implemented easily within the dialplan, it is unlikely your changes will make it into CVS, however they will remain in the bug tracker for other people should they desire it to operate the same way.  Thanks for taking the time to make your submission though and I hope you'll still submit next time!