Fix issue 454

This commit is contained in:
bossiel 2015-07-13 23:20:07 +00:00
parent 4c0f326ff0
commit 616569765e
2 changed files with 1079 additions and 1071 deletions

View File

@ -576,6 +576,7 @@ typedef struct tsip_stack_s
char *local_ip[TSIP_TRANSPORT_IDX_MAX];
tnet_port_t local_port[TSIP_TRANSPORT_IDX_MAX];
tsk_bool_t local_ip_is_set_by_user[TSIP_TRANSPORT_IDX_MAX]; // whether the address (ip and port) is set by the user or retrieved
char *proxy_cscf[TSIP_TRANSPORT_IDX_MAX];
tnet_port_t proxy_cscf_port[TSIP_TRANSPORT_IDX_MAX];

File diff suppressed because it is too large Load Diff