1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 11:36:09 +00:00

default to 10

This commit is contained in:
Anthony Minessale 2011-02-07 14:35:56 -06:00
parent 526e6fe48c
commit f0a31e1bff

@ -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");
}