]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip configuration: Make transport TOS values consistent with endpoints
authorJonathan Rose <jrose@digium.com>
Thu, 6 Mar 2014 18:50:44 +0000 (18:50 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 6 Mar 2014 18:50:44 +0000 (18:50 +0000)
commit3cdbf978d1b9d7b577e1ae615e825c58f7fea268
tree1313e4ee92dd3da48c2023730c34f6e01d916263
parentb7326c2be7ba9bd4daa340a5818bc71d1502f8b3
pjsip configuration: Make transport TOS values consistent with endpoints

Transport TOS values were interpreted as DSCP values without being documented
as such. Endpoint TOS values (tos_audio/tos_video) behaved normally as TOS
values have historically. This patch makes the transport TOS values behave as
TOS values and makes all TOS values readable as string values (e.g. AF11).
In addition, alembic scripts have been updated to use the proper field types
for all TOS/COS values.

(issue ASTERISK-23235)
Reported by: George Joseph
Review: https://reviewboard.asterisk.org/r/3304/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@410028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
UPGRADE.txt
contrib/ast-db-manage/config/versions/4c573e7135bd_fix_tos_field_types.py [new file with mode: 0755]
include/asterisk/acl.h
main/acl.c
res/res_pjsip/config_transport.c
res/res_pjsip/pjsip_configuration.c