mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
comment out optional Require header from re-invites for the sake of interop with testy t.38 terminals
This commit is contained in:
@@ -1 +1 @@
|
||||
Wed Nov 2 08:58:40 CDT 2011
|
||||
Tue Nov 22 18:16:53 CST 2011
|
||||
|
@@ -4486,14 +4486,13 @@ session_timer_add_headers(struct session_timer *t,
|
||||
return 1;
|
||||
|
||||
sip_add_tl(msg, sip,
|
||||
TAG_IF(expires != 0, SIPTAG_SESSION_EXPIRES(x)),
|
||||
TAG_IF(min != 0
|
||||
/* Min-SE: 0 is optional with initial INVITE */
|
||||
|| !initial,
|
||||
SIPTAG_MIN_SE(min_se)),
|
||||
TAG_IF(refresher == nua_remote_refresher && expires != 0,
|
||||
SIPTAG_REQUIRE_STR("timer")),
|
||||
TAG_END());
|
||||
TAG_IF(expires != 0, SIPTAG_SESSION_EXPIRES(x)),
|
||||
TAG_IF(min != 0
|
||||
/* Min-SE: 0 is optional with initial INVITE */
|
||||
|| !initial,
|
||||
SIPTAG_MIN_SE(min_se)),
|
||||
//TAG_IF(refresher == nua_remote_refresher && expires != 0, SIPTAG_REQUIRE_STR("timer")),
|
||||
TAG_END());
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user