git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15855 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-12-09 14:50:51 +00:00
parent ead4f5bb35
commit 32e8fab7b6
1 changed files with 1 additions and 0 deletions

View File

@ -22113,6 +22113,7 @@ public enum switch_event_types_t {
SWITCH_EVENT_RECORD_START,
SWITCH_EVENT_RECORD_STOP,
SWITCH_EVENT_CALL_UPDATE,
SWITCH_EVENT_FAILURE,
SWITCH_EVENT_ALL
}