git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7199 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-01-13 18:39:51 +00:00
parent 3993d8aa16
commit 58a8979c6e
12 changed files with 39 additions and 37 deletions

View File

@@ -882,7 +882,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_session_transfer(switch_core_session_
const char *uuid = NULL;
switch_assert(session != NULL);
switch_core_session_reset(session);
switch_core_session_reset(session, SWITCH_TRUE);
channel = switch_core_session_get_channel(session);
switch_assert(channel != NULL);