1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-18 02:59:27 +00:00

Merge branch 'fix/issue-551' into 'main'

#551 - Change SIP Register expire default to 3600

See merge request GNOME/calls!688
This commit is contained in:
Stefan Yohansson 2024-04-18 12:46:04 +00:00
commit b8f39e5d77

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"),