iax and empty core for opal

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@86 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2005-12-06 17:18:56 +00:00
parent 3db9df6899
commit 8311b9a01a
8 changed files with 78 additions and 12 deletions

View File

@@ -241,6 +241,10 @@ SWITCH_DECLARE(switch_channel_state) switch_channel_set_state(switch_channel *ch
return state;
}
if (last_state >= CS_HANGUP) {
return last_state;
}
/* STUB for more dev
case CS_INIT:
switch(state) {