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

Reply via email to