fix sofia register stuff (update to this one if you use gateways)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5122 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-05-10 16:15:07 +00:00
parent 33d3c1c2d2
commit c07224852c
5 changed files with 55 additions and 9 deletions
+1
View File
@@ -192,6 +192,7 @@ struct sofia_gateway {
time_t expires;
time_t retry;
uint32_t flags;
int32_t retry_seconds;
reg_state_t state;
switch_memory_pool_t *pool;
struct sofia_gateway *next;