mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-2216
This commit is contained in:
@@ -3132,7 +3132,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
||||
}
|
||||
}
|
||||
|
||||
if ((sub_state == nua_substate_active)) {
|
||||
if (sub_state == nua_substate_active) {
|
||||
|
||||
sstr = switch_mprintf("active;expires=%ld", exp_delta);
|
||||
|
||||
|
||||
@@ -2037,7 +2037,7 @@ void sofia_reg_handle_sip_r_challenge(int status,
|
||||
if (!var_gateway && realm) {
|
||||
char rb[512] = "";
|
||||
char *p = (char *) realm;
|
||||
while ((*p == '"')) {
|
||||
while (*p == '"') {
|
||||
p++;
|
||||
}
|
||||
switch_set_string(rb, p);
|
||||
|
||||
Reference in New Issue
Block a user