SWITCH_ADD_APP(app_interface,"ring_ready","Indicate Ring_Ready","Indicate Ring_Ready on a channel.",ring_ready_function,"",SAF_SUPPORT_NOMEDIA);
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,"[<function>]",SAF_NONE);
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,"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);