]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
default to 10
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 7 Feb 2011 20:35:56 +0000 (14:35 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 7 Feb 2011 20:35:56 +0000 (14:35 -0600)
src/mod/endpoints/mod_sofia/mod_sofia.c

index c78aac79335f6e2cd61ceac7a5f5c99fa4f0d399..c6832030b4a56b8454759a42bc50a3f76db77564 100644 (file)
@@ -3708,7 +3708,7 @@ SWITCH_STANDARD_API(sofia_function)
 
                                if (argc > 2) {
                                        if (strstr(argv[2], "presence")) {
-                                               mod_sofia_globals.debug_presence = 1;
+                                               mod_sofia_globals.debug_presence = 10;
                                                stream->write_function(stream, "+OK Debugging presence\n");
                                        }