[Home]

Summary:ASTERISK-02124: [request] Dispatch to extension based on *[0-9]
Reporter:lesnet (lesnet)Labels:
Date Opened:2004-07-27 12:03:31Date Closed:2004-09-25 02:11:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Giving the user the ability to use a *[0-9] command, and dispatch to another extension.

ie:  *0 would go to extension + 101,  *1 would go to extension + 201 etc.

Perhaps setting channel variables, ${meetme_star_3}=500, would branch to extension 500 when the user hits *3

Or instead/addition to, *5 could branch to extension 5 within the current context.  (Similar to waitexten, but from within app_meetme)

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

This would allow users to navigate to other parts of the system from within app_meetme.
Comments:By: Tilghman Lesher (tilghman) 2004-07-27 12:11:03

Why not just exit the conference and use the dialplan to select your destination?

By: Mark Spencer (markster) 2004-08-03 02:49:45

You can now use the "X" option to meetme and the "MEETME_EXIT_CONTEXT" to do this as well as to do the thing where any dtmf gets you kicked out.