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