add sofia tracelevel <level> and tracelevel param in <settings>

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13735 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-06-09 19:52:07 +00:00
parent c64b31c12c
commit 55c8fbad76
5 changed files with 28 additions and 2 deletions
+1
View File
@@ -274,6 +274,7 @@ struct mod_sofia_globals {
int debug_presence;
int auto_restart;
int auto_nat;
int tracelevel;
};
extern struct mod_sofia_globals mod_sofia_globals;