mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 03:48:34 +00:00
Merge "contrib/script/sip_to_pjsip: add support for realtime" into 13
This commit is contained in:
@@ -1203,7 +1203,7 @@ def convert(sip, filename, non_mappings, include):
|
||||
map specific sections from sip.conf into it.
|
||||
Returns the new pjsip.conf object once completed
|
||||
"""
|
||||
pjsip = astconfigparser.MultiOrderedConfigParser()
|
||||
pjsip = sip.__class__()
|
||||
non_mappings[filename] = astdicts.MultiOrderedDict()
|
||||
nmapped = non_mapped(non_mappings[filename])
|
||||
if not include:
|
||||
|
||||
Reference in New Issue
Block a user