[Asterisk-Users] Traffic prioritization and 'class of service' for SIP

Joe Pukepail pukepail at gmail.com
Tue Feb 14 15:35:41 MST 2006


What you are doing is changing the priority of packets that you are sending
to the internet, you'll have to throttle the bandwidth for incoming packets
(or better yet, have sprint do it on their router).  What you are doing will
help if you are getting bad calls when someine is uploading something to the
internet, but not downloading.

On 2/14/06, Philip Edelbrock <phil at netroedge.com> wrote:
>
>
>
> 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
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060214/b0ef27d1/attachment.htm


More information about the asterisk-users mailing list