SWITCH_ADD_APP(app_interface,"pre_answer","Pre-Answer the call","Pre-Answer the call for a channel.",pre_answer_function,"",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"answer","Answer the call","Answer the call for a channel.",answer_function,"",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"wait_for_answer","Wait for call to be answered","Wait for call to be answered.",wait_for_answer_function,"",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"wait_for_video_ready","Wait for video stream to be ready","Wait for video stream to be ready.",wait_for_video_ready_function,WAIT_FOR_VIDEO_READY_SYNTAX,SAF_NONE);
SWITCH_ADD_APP(app_interface,"hangup","Hangup the call","Hangup the call for a channel.",hangup_function,"[<cause>]",SAF_SUPPORT_NOMEDIA);
SWITCH_ADD_APP(app_interface,"set_name","Name the channel","Name the channel",set_name_function,"<name>",SAF_SUPPORT_NOMEDIA);