git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4483
d0543943-73ff-0310-b7d9-
9358b9ac24b2
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Term called from line: %d\n", line);
if (*session) {
switch_channel_t *channel = switch_core_session_get_channel(*session);
- switch_channel_state_t state = switch_channel_get_state(channel);
struct private_object *tech_pvt = NULL;
- uint8_t running = switch_core_session_running(*session);
+ uint8_t running = (uint8_t)switch_core_session_running(*session);
tech_pvt = switch_core_session_get_private(*session);
if (running) {