SWITCH_ADD_APP(app_interface,"remove_bugs","Remove media bugs","Remove all media bugs from a channel.",remove_bugs_function,"",SAF_NONE);
SWITCH_ADD_APP(app_interface,"remove_bugs","Remove media bugs","Remove all media bugs from a channel.",remove_bugs_function,"",SAF_NONE);
SWITCH_ADD_APP(app_interface,"break","Break","Set the break flag.",break_function,"",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"break","Break","Set the break flag.",break_function,"",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"detect_speech","Detect speech","Detect speech on a channel.",detect_speech_function,DETECT_SPEECH_SYNTAX,SAF_NONE);
SWITCH_ADD_APP(app_interface,"detect_speech","Detect speech","Detect speech on a channel.",detect_speech_function,DETECT_SPEECH_SYNTAX,SAF_NONE);
SWITCH_ADD_APP(app_interface,"play_and_detect_speech","Play and do speech recognition","Play and do speech recognition",play_and_detect_speech_function,PLAY_AND_DETECT_SPEECH_SYNTAX,SAF_NONE);
SWITCH_ADD_APP(app_interface,"ivr","Run an ivr menu","Run an ivr menu.",ivr_application_function,"<menu_name>",SAF_NONE);
SWITCH_ADD_APP(app_interface,"ivr","Run an ivr menu","Run an ivr menu.",ivr_application_function,"<menu_name>",SAF_NONE);
SWITCH_ADD_APP(app_interface,"redirect","Send session redirect","Send a redirect message to a session.",redirect_function,"<redirect_data>",
SWITCH_ADD_APP(app_interface,"redirect","Send session redirect","Send a redirect message to a session.",redirect_function,"<redirect_data>",