]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_to_pjsip: Write cos and tos. 16/3616/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:42 +0000 (08:23 -0500)
commit6078499b43a6755017aab429e35c27552f409de3
treed11412bb6fabcd7709630e6f9ff6f5ec24e96691
parent41e9bf60aa99c063d7dd0d10ab80a1053f4c15af
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