1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-01 18:09:25 +00:00

#551 - Change SIP Register expire default to 3600

This commit is contained in:
StefanYohansson 2023-04-16 12:22:52 +01:00 committed by Stefan Yohansson
parent ae19378c5b
commit c62c228a7d

View file

@ -1050,7 +1050,7 @@ setup_sip_handles (CallsSipOrigin *self)
oper->context = self->ctx;
oper->register_handle = nua_handle (self->nua, self->oper,
SIPTAG_EXPIRES_STR ("180"),
SIPTAG_EXPIRES_STR ("3600"),
NUTAG_SUPPORTED ("replaces, outbound, gruu"),
NUTAG_OUTBOUND ("outbound natify gruuize validate"), // <- janus uses "no-validate"
NUTAG_M_PARAMS ("user=phone"),