[asterisk-bugs] [Asterisk 0017719]: SIP packets not marked with configured QoS setting

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jul 26 20:43:47 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17719 
====================================================================== 
Reported By:                pprindeville
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17719
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 279118 
Request Review:              
Resolution:                 duplicate
Duplicate:                  0
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-07-26 13:26 CDT
Last Modified:              2010-07-26 20:43 CDT
====================================================================== 
Summary:                    SIP packets not marked with configured QoS setting
Description: 
This was originally reported by Nick Brown on asterisk-users, and I've
confirmed it.

My sip.conf file contains:

tos_sip=cs3
tos_audio=ef
tos_video=af41


but I'm seeing packets marked:

20:39:46.084309 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto:
UDP (17), length: 200) 66.232.79.143.14572>  66.232.80.9.49152: [udp sum
ok] UDP, length 172


Note "tos 0x0".  It should be 0x60 for cs3:

$ grep CS3 /usr/include/netinet/ip.h
#define	IPTOS_CLASS_CS3			0x60
$ 

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0017712 TOS_SIP does not get set
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-26 20:43 seanbright     Status                   new => closed       
2010-07-26 20:43 seanbright     Resolution               open => duplicate   
======================================================================




More information about the asterisk-bugs mailing list