git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6906 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-19 23:24:55 +00:00
parent 1b37d13d3a
commit 551a799c0b
4 changed files with 19 additions and 14 deletions
+2 -1
View File
@@ -580,7 +580,8 @@ typedef enum {
CS_HIBERNATE,
CS_RESET,
CS_HANGUP,
CS_DONE
CS_DONE,
CS_NONE
} switch_channel_state_t;