FS-6191 --resolve

This commit is contained in:
Anthony Minessale 2014-02-06 01:41:26 +05:00
parent a24f9aa8bc
commit 795718c149
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}