]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Write cos and tos. 15/3615/1
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 18 Aug 2016 13:02:07 +0000 (15:02 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 18 Aug 2016 13:23:28 +0000 (08:23 -0500)
commit23eb06512170cd308d3d5caec09fb3372d61f256
tree21a98cea018e637d41b9561a8bf72ae4fa4eefa0
parent56e0aed17758b1cad338e84c5457824cee874d95
sip_to_pjsip: Write cos and tos.

When using the migration script sip_to_pjsip.py, both tos_sip and cos_sip got
missed, because of a typo. Therefore, cos and tos were not written to
pjsip.conf. Furthermore, that revealed a misuse of an internal function, caused
by a copy-and-paste error.

ASTERISK-22374

Change-Id: Id245ebadf70ab9776eb280c026288540af3af5c2
contrib/scripts/sip_to_pjsip/sip_to_pjsip.py