提交 a0c5e2b9 authored 作者: Anthony Minessale's avatar Anthony Minessale

change names to protect the innocent

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8264 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4b929592
...@@ -62,17 +62,17 @@ typedef enum { ...@@ -62,17 +62,17 @@ typedef enum {
struct switch_state_handler_table { struct switch_state_handler_table {
/*! executed when the state changes to init */ /*! executed when the state changes to init */
switch_state_handler_t on_init; switch_state_handler_t on_init;
/*! executed when the state changes to ring */ /*! executed when the state changes to routing */
switch_state_handler_t on_routing; switch_state_handler_t on_routing;
/*! executed when the state changes to execute */ /*! executed when the state changes to execute */
switch_state_handler_t on_execute; switch_state_handler_t on_execute;
/*! executed when the state changes to hangup */ /*! executed when the state changes to hangup */
switch_state_handler_t on_hangup; switch_state_handler_t on_hangup;
/*! executed when the state changes to loopback */ /*! executed when the state changes to exchange_media */
switch_state_handler_t on_exchange_media; switch_state_handler_t on_exchange_media;
/*! executed when the state changes to transmit */ /*! executed when the state changes to soft_execute */
switch_state_handler_t on_soft_execute; switch_state_handler_t on_soft_execute;
/*! executed when the state changes to hold */ /*! executed when the state changes to consume_media */
switch_state_handler_t on_consume_media; switch_state_handler_t on_consume_media;
/*! executed when the state changes to hibernate */ /*! executed when the state changes to hibernate */
switch_state_handler_t on_hibernate; switch_state_handler_t on_hibernate;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论