mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
add new state for CDR and leg_delay_start originate var and fix FSCORE-315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12403 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -55,7 +55,8 @@ typedef enum {
|
||||
SWITCH_SHN_ON_CONSUME_MEDIA,
|
||||
SWITCH_SHN_ON_HIBERNATE,
|
||||
SWITCH_SHN_ON_RESET,
|
||||
SWITCH_SHN_ON_PARK
|
||||
SWITCH_SHN_ON_PARK,
|
||||
SWITCH_SHN_ON_REPORTING
|
||||
} switch_state_handler_name_t;
|
||||
|
||||
struct switch_state_handler_table {
|
||||
@@ -79,6 +80,8 @@ struct switch_state_handler_table {
|
||||
switch_state_handler_t on_reset;
|
||||
/*! executed when the state changes to park */
|
||||
switch_state_handler_t on_park;
|
||||
/*! executed when the state changes to reporting */
|
||||
switch_state_handler_t on_reporting;
|
||||
void *padding[10];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user