[Home]

Summary:ASTERISK-02123: [request] Exit Meetme on ANY DTMF key
Reporter:lesnet (lesnet)Labels:
Date Opened:2004-07-27 11:58:24Date Closed:2004-09-25 02:11:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The pound-exit option to the meetme conference is usefull, but if you have an unmoderated conference, people tend to go crazy on the touchtones to disrupt the conference.

Having an option say 'P' to exit the conference on ANY DTMF would be great.
Comments:By: Mark Spencer (markster) 2004-07-27 15:33:19

Are these all zap devices participating in the conference?

By: lesnet (lesnet) 2004-07-27 17:26:57

For my sake, yes all Zap devices.

By: Mark Spencer (markster) 2004-07-27 17:29:09

Then you're in luck, there's an option to run an AGI script for the duration of the meetme conference.  You can just make an AGI script that tries to read a digit :)

By: lesnet (lesnet) 2004-07-27 17:44:36

I was kind of hoping for a parameter on the meetme conf.

Looking at the code, it seems another if statement, or checking a variable can simply break the loop and return a value if any dtmf is picked, versus spawning an entirely new process.

By: Mark Spencer (markster) 2004-07-27 19:34:15

Yah but seriously, I'm not sure how many people really have this as a practical need...  I'll put some thought into something more practical...

By: Mark Spencer (markster) 2004-08-03 19:53:16

You can now use that new 'X' feature