FS-5987 pushing the patch now since no matter what its better than before

Conflicts:
	src/mod/endpoints/mod_sofia/sofia.c
This commit is contained in:
Anthony Minessale
2013-12-11 00:04:26 +05:00
parent e0a0baf999
commit b209b3f087
4 changed files with 128 additions and 71 deletions
+1 -1
View File
@@ -168,7 +168,6 @@ typedef struct sofia_dispatch_event_s {
struct sofia_private {
char uuid[SWITCH_UUID_FORMATTED_LENGTH + 1];
sofia_gateway_t *gateway;
char gateway_name[256];
char auth_gateway_name[256];
int destroy_nh;
@@ -459,6 +458,7 @@ typedef enum {
struct sofia_gateway_subscription {
sofia_gateway_t *gateway;
sofia_private_t *sofia_private;
nua_handle_t *nh;
char *expires_str;
char *event; /* eg, 'message-summary' to subscribe to MWI events */