]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astconfigparser.py: Update with realtime fixes. 05/3305/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:29:52 +0000 (19:29 -0300)
commit87433c2566b7978614584f267e0518719004a86d
tree16c8b70e465d996ea698b5959d70ab240aa3ae66
parente3fbb4e099f9e642d74614d080443abe4e450802
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