FS-4677 oops

This commit is contained in:
Anthony Minessale 2012-10-02 17:03:22 -05:00
parent 51bdf8522a
commit d84df73aaa
1 changed files with 1 additions and 1 deletions

View File

@ -6567,7 +6567,7 @@ static switch_status_t conference_outcall(conference_obj_t *conference,
switch_bool_t have_flags = SWITCH_FALSE;
const char *outcall_flags;
int track = 0;
const char *call_id;
const char *call_id = NULL;
if (var_event && switch_true(switch_event_get_header(var_event, "conference_track_status"))) {
track++;