From ac7ca637f0378617f0400f479d4f4770a122c759 Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Mon, 9 May 2011 08:24:55 -0500 Subject: [PATCH] skypopen: * FS-3287 --- src/mod/endpoints/mod_skypopen/mod_skypopen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_skypopen/mod_skypopen.c b/src/mod/endpoints/mod_skypopen/mod_skypopen.c index 133c8b7ff0..7b8bc16507 100644 --- a/src/mod/endpoints/mod_skypopen/mod_skypopen.c +++ b/src/mod/endpoints/mod_skypopen/mod_skypopen.c @@ -462,6 +462,7 @@ static switch_status_t channel_on_init(switch_core_session_t *session) left in the initial state, nothing will happen. */ switch_channel_set_state(channel, CS_ROUTING); DEBUGA_SKYPE("%s CHANNEL INIT %s\n", SKYPOPEN_P_LOG, tech_pvt->name, switch_core_session_get_uuid(session)); + switch_copy_string(tech_pvt->session_uuid_str, switch_core_session_get_uuid(session), sizeof(tech_pvt->session_uuid_str)); return SWITCH_STATUS_SUCCESS; }