提交 051692d2 authored 作者: Mathieu Rene's avatar Mathieu Rene

save the uuid

上级 b1398aac
...@@ -140,6 +140,7 @@ switch_status_t megaco_activate_termination(mg_termination_t *term) ...@@ -140,6 +140,7 @@ switch_status_t megaco_activate_termination(mg_termination_t *term)
goto done; goto done;
} }
term->uuid = switch_core_strdup(term->pool, switch_core_session_get_uuid(session));
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Termination [%s] successfully instanciated as [%s] [%s]\n", term->name, dialstring, switch_core_session_get_uuid(session)); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Termination [%s] successfully instanciated as [%s] [%s]\n", term->name, dialstring, switch_core_session_get_uuid(session));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论