]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astconfigparser.py: Update with realtime fixes. 07/3307/2
authorJoshua Colp <jcolp@digium.com>
Fri, 22 Jul 2016 09:43:20 +0000 (06:43 -0300)
committerJoshua Colp <jcolp@digium.com>
Tue, 26 Jul 2016 22:31:11 +0000 (17:31 -0500)
commit8ea9fd7fa40add2582899cb3418c95a86500a3eb
treee78e05e220288823bfd3fe4d12fdd89c0858df7b
parente7fc209b265a2ae4a923818d1bcbd81ad0fb363d
astconfigparser.py: Update with realtime fixes.

When configuring SIP URIs in the pjsip.conf file it is
necessary to escape the semicolon so the parser does not
treat it as a comment. This change allows this to work in
the astconfigparser implementation.

A secondary bug where some data was lost if a configuration
option included a "=" in its value was also fixed.

A bug where sections would be considered equal despite
being different has also been fixed.

Change-Id: If229f656ef22050b50e7b34e90c4bffe796431f8
contrib/scripts/sip_to_pjsip/astconfigparser.py