don't call us we'll call you

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3917 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-01-06 17:06:18 +00:00
parent aa2d884df7
commit 9d1e2e9167
5 changed files with 526 additions and 143 deletions
+8
View File
@@ -52,6 +52,14 @@ SWITCH_BEGIN_EXTERN_C
*/
/*!
\brief Parse command from an event
\param session the session to send the message to
\param event the event to send
\return SWITCH_STATUS_SUCCESS if successful
*/
SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(switch_core_session_t *session, switch_event_t *event);
/*!
\brief Wait for time to pass for a specified number of milliseconds
\param session the session to wait for.