mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-3762 -- proper fix for windows
This commit is contained in:
@@ -2476,7 +2476,7 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
|
||||
gateway->register_transport = transport;
|
||||
}
|
||||
}
|
||||
#ifndef WIN32
|
||||
|
||||
/* Windows todo figure this out! */
|
||||
/* RFC 5626 enable in the GW profile and the UA profile */
|
||||
if (rfc_5626 && sofia_test_pflag(profile, PFLAG_ENABLE_RFC5626)) {
|
||||
@@ -2486,7 +2486,6 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
|
||||
su_guid_sprintf(str_guid, su_guid_strlen + 1, guid);
|
||||
str_rfc_5626 = switch_core_sprintf(gateway->pool, ";reg-id=%s;+sip.instance=\"<urn:uuid:%s>\"",reg_id,str_guid);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (ping_freq) {
|
||||
if (ping_freq >= 5) {
|
||||
|
||||
Reference in New Issue
Block a user