diff --git a/res/res_features.c b/res/res_features.c index 2a65b90a21..5eaa5b2e3b 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -1835,7 +1835,7 @@ static int park_call_exec(struct ast_channel *chan, void *data) res = ast_safe_sleep(chan, 1000); /* Park the call */ if (!res) { - res = park_call_full(chan, NULL, 0, NULL, orig_chan_name); + res = park_call_full(chan, chan, 0, NULL, orig_chan_name); /* Continue on in the dialplan */ if (res == 1) { ast_copy_string(chan->exten, orig_exten, sizeof(chan->exten));