Skip to content
Snippets Groups Projects
Commit a937c2cc authored by Alexander Traud's avatar Alexander Traud
Browse files

sip_to_pjsip: Add defaultexpiry, maxexpiry, and minexpiry.

When using the migration script sip_to_pjsip.py, defaultexpiry, maxexpiry, and
minexpiry were not migrated to pjsip.conf.

ASTERISK-22374

Change-Id: I007fbf543dcadc96fc3ed71c54da502bcb209b7b
parent b35779c6
Branches
Tags
No related merge requests found
...@@ -440,6 +440,9 @@ peer_map = [ ...@@ -440,6 +440,9 @@ peer_map = [
['host', from_host], # contact, max_contacts ['host', from_host], # contact, max_contacts
['qualifyfreq', set_value('qualify_frequency', type='aor')], ['qualifyfreq', set_value('qualify_frequency', type='aor')],
['maxexpiry', set_value('maximum_expiration', type='aor')],
['minexpiry', set_value('minimum_expiration', type='aor')],
['defaultexpiry', set_value('default_expiration', type='aor')],
############################# maps to auth##################################### ############################# maps to auth#####################################
# type = auth # type = auth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment