add some goodies to sofia

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6003 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-10-19 21:06:09 +00:00
parent b312192e56
commit cf87d918cf
6 changed files with 52 additions and 6 deletions
+3
View File
@@ -61,6 +61,7 @@ struct private_object;
typedef struct private_object private_object_t;
#define NUA_HMAGIC_T sofia_private_t
#define SOFIA_SESSION_TIMEOUT "sofia_session_timeout"
#define MY_EVENT_REGISTER "sofia::register"
#define MY_EVENT_EXPIRE "sofia::expire"
#define MULTICAST_EVENT "multicast::event"
@@ -255,6 +256,8 @@ struct sofia_profile {
uint32_t inuse;
uint32_t soft_max;
time_t started;
uint32_t session_timeout;
uint32_t max_proceeding;
#ifdef SWITCH_HAVE_ODBC
char *odbc_dsn;
char *odbc_user;