[Asterisk-Users] Traffic prioritization and 'class of service'
	for	SIP
    Philip Edelbrock 
    phil at netroedge.com
       
    Tue Feb 14 11:28:26 MST 2006
    
    
  
David Choo wrote:
> 
> Hi,
> 
> Consider doing rate limiting / bandwidth reservation. It worked heaps of 
> wonders for mine!
> 
That's good to hear.  BTW- Am I doing this right?  Here are the relevent 
chunks of my config on my router:
!
!
class-map Platinum
   match access-group 101
!
!
policy-map IPCOS
   class Platinum
    bandwidth percent 35
!
access-list 101 permit udp any any range 16384 32768
access-list 101 permit udp any any range 6050 6060
!
interface Serial0/0
  service-policy output IPCOS
  service-module t1 timeslots 1-24
!
Phil
    
    
More information about the asterisk-users
mailing list