]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Jan 2012 23:26:16 +0000 (17:26 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Jan 2012 23:26:16 +0000 (17:26 -0600)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 159d31143e8aaa8265fafdbdd56425ef083f70aa..adb3231b3b46749e2b4dcbc441093f159d7830c4 100644 (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);