mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user