From 795718c14985494c5c2ac43d9d9e8a04610b2ccd Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 6 Feb 2014 01:41:26 +0500 Subject: [PATCH] FS-6191 --resolve --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index e7fc3760f2..bbc6677f0c 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -6295,7 +6295,7 @@ static switch_status_t conf_api_sub_play(conference_obj_t *conference, switch_st switch_event_create_subclass(&event, SWITCH_EVENT_CUSTOM, CONF_EVENT_MAINT) == SWITCH_STATUS_SUCCESS) { conference_add_event_data(conference, event); - if (conference->fnode->fh.params) { + if (conference->fnode && conference->fnode->fh.params) { switch_event_merge(event, conference->fnode->fh.params); }