mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -440,6 +440,9 @@ peer_map = [ | ||||
|  | ||||
|     ['host',               from_host],           # contact, max_contacts | ||||
|     ['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##################################### | ||||
| #        type = auth | ||||
|   | ||||
		Reference in New Issue
	
	Block a user