mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Merge "sip_to_pjsip.py: Map legacy_useroption_parsing."
This commit is contained in:
@@ -1101,6 +1101,12 @@ def map_system(sip, pjsip, nmapped):
|
|||||||
except LookupError:
|
except LookupError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
try:
|
||||||
|
useroption_parsing = sip.get('general', 'legacy_useroption_parsing')[0]
|
||||||
|
set_value('ignore_uri_user_options', useroption_parsing, 'global', pjsip, nmapped, 'global')
|
||||||
|
except LookupError:
|
||||||
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
timer_t1 = sip.get('general', 'timert1')[0]
|
timer_t1 = sip.get('general', 'timert1')[0]
|
||||||
set_value('timer_t1', timer_t1, section, pjsip, nmapped, type)
|
set_value('timer_t1', timer_t1, section, pjsip, nmapped, type)
|
||||||
|
Reference in New Issue
Block a user