mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-06 04:45:30 +00:00
4569 tweaks
This commit is contained in:
parent
772f60d235
commit
034d3741c1
@ -1222,10 +1222,10 @@ static void our_sofia_event_callback(nua_event_t event,
|
|||||||
|
|
||||||
refer_to = sip_header_as_string(nua_handle_home(nh), (void *) sip->sip_refer_to);
|
refer_to = sip_header_as_string(nua_handle_home(nh), (void *) sip->sip_refer_to);
|
||||||
if ((params = strchr(refer_to, ';'))) {
|
if ((params = strchr(refer_to, ';'))) {
|
||||||
if (*refer_to == '<') {
|
if (strchr(refer_to, '<')) {
|
||||||
*params++ = '\0';
|
|
||||||
} else {
|
|
||||||
*params++ = '>';
|
*params++ = '>';
|
||||||
|
} else {
|
||||||
|
*params++ = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(method = switch_find_parameter(params, "method", NULL))) {
|
if (!(method = switch_find_parameter(params, "method", NULL))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user