default to 10

This commit is contained in:
Anthony Minessale 2011-02-07 14:35:56 -06:00
parent 526e6fe48c
commit f0a31e1bff
1 changed files with 1 additions and 1 deletions

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