This commit is contained in:
Anthony Minessale 2012-01-03 17:26:16 -06:00
parent 89c639743d
commit bc969006aa
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ static int sofia_dialog_probe_callback(void *pArg, int argc, char **argv, char *
}
else if (proto && !strcasecmp(proto, "park")) {
local_user = "park";
local_user_param = switch_mprintf(";fifo=%s", to_user);
local_user_param = switch_mprintf(";slot=%s", to_user);
event_status = "hold";
if (skip_proto) {
buf_to_free = switch_mprintf("sip:%s", to_user);