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,"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>",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"reject","Send session reject","Send a reject message to a session.",reject_function,"<reject_data>",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"respond","Send session respond","Send a respond message to a session.",respond_function,"<respond_data>",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"reject","Send session reject (depricated)","Send a respond message to a session.",respond_function,"<respond_data>",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"queue_dtmf","Queue dtmf to be sent","Queue dtmf to be sent from a session",queue_dtmf_function,"<dtmf_data>",SAF_SUPPORT_NOMEDIA);