]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_registrar: Don't specify an expiration for static contacts.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 22 Jul 2020 09:41:59 +0000 (06:41 -0300)
committerKevin Harwell <kharwell@digium.com>
Tue, 28 Jul 2020 14:46:04 +0000 (09:46 -0500)
commit21965111210c1bca5542f33e51634339940ea002
tree24000dcf9464cd00b43b6c0d8451d79fbea55921
parente9e441c39904a7d186399f88358d997cccb4c83b
res_pjsip_registrar: Don't specify an expiration for static contacts.

Statically configured contacts on an AOR don't have an expiration
time so when adding them to the resulting 200 OK if an endpoint
registers ensure they are marked as such.

ASTERISK-28995

Change-Id: I9f0e45eb2ccdedc9a0df5358634a19ccab0ad596
res/res_pjsip_registrar.c