]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2763
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Oct 2010 20:38:01 +0000 (15:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Oct 2010 20:38:01 +0000 (15:38 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 323702e3c5306db5d861e3abaf05f4e262414f52..36954d2904d1bd5e48bec71bf6a03054c907a830 100644 (file)
@@ -3531,10 +3531,6 @@ SWITCH_STANDARD_API(sofia_function)
                "watchdog <on|off>\n"
                "--------------------------------------------------------------------------------\n";
 
-       if (session) {
-               return SWITCH_STATUS_FALSE;
-       }
-
        if (zstr(cmd)) {
                stream->write_function(stream, "%s", usage_string);
                goto done;