[Home]

Summary:ASTERISK-05108: [patch][post 1.2] 802.1p support via SO_Priority in RTP.c
Reporter:Alex Fadeyev (vltepes)Labels:
Date Opened:2005-09-19 03:22:18Date Closed:2011-06-07 14:03:00
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-1.0.9.cos_patch.patch.gz
Description:Because I use Asterisk in Ethernet switching environment it is very
important to me that Asterisk can use 802.1p priority (CoS) as well ToS.
802.1p support in Linux is very bad. Only way is use vconfig and map
SO_PRIORITY socket option to 802.1p CoS value.
I attach simple and ugly patch to rtp.c that allow set SO_PRIORITY with ToS.
It will be better, if SO_PRIORITY can be adjusted via asterisk config files.
Comments:By: Michael Jerris (mikej) 2005-09-19 05:22:12

Thank you very much for the contribution, however.  All patches need to be disclaimed, and all new feature patches need to be written against cvshead, not the 1-0 branch.. Please take some time to read over the bug guidelines, file a disclaimer, and re-open this bug when you are ready.

Thanks.