[Home]

Summary:ASTERISK-00209: [patch] Added MOH to meetme with single party waiting
Reporter:Brian West (bkw918)Labels:
Date Opened:2003-09-03 00:32:26Date Closed:2011-06-07 14:05:18
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.diff.txt
Description:Attached is the patch to add option M to meetme to enable moh when you are the first caller to enter the meetme room.
Comments:By: John Todd (jtodd) 2003-09-19 01:26:14

I changed the title of this, since I was tearing my hair out looking for "meetme" when the subject line only contained "meeme"

By: Brian West (bkw918) 2003-09-19 10:06:36

haha my bad...

By: Brian West (bkw918) 2003-09-19 13:52:12

Anyone else wanna test this patch?  I know it works in my setup.. but I would like to see this put into CVS but need a few more people to say "Yes it works" or no "It turned my dog purple and my wife left me!"

bkw

By: John Todd (jtodd) 2003-09-19 14:22:21

Tested with Asterisk CVS-09/18/03-15:32:29  and seems to do what it says it does.  No adverse effects noticed.

By: oliver (oliver) 2003-09-20 16:39:06

I just gave it a quick spin as well.  No problems found.  Maybe it would be a nice idea to either allow to pass the MOH-class to use as an option to the app, or allow it to be specified per conference-number in "meetme.conf" (use the default if not specified in both cases, to allow for backwards compatibility).

By: Brian West (bkw918) 2003-09-20 16:41:42

Problem solved! :P

exten => 400,1,SetMusicOnHold(dance)
exten => 400,2,Meetme(1234|M)

per conf would be a nice idea...

edited on: 09-20-03 16:20

By: Brian West (bkw918) 2003-10-25 23:30:27

When is this going to be added?

By: Brian West (bkw918) 2003-11-07 17:00:20.000-0600

This was already added to CVS