diff --git a/modules/call_control/call_control.c b/modules/call_control/call_control.c index 1bd6fcce9ca..45b9b42eeb5 100644 --- a/modules/call_control/call_control.c +++ b/modules/call_control/call_control.c @@ -985,7 +985,7 @@ __dialog_ended(struct dlg_cell *dlg, int type, struct dlg_cb_params *_params) if( !msg || msg == FAKED_REPLY) msg = _params->req; call_control_stop(msg, dlg->callid); - *_params->param = CCInactive; + *_params->param = (void*)CCInactive; } }