default to 10
This commit is contained in:
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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue