Philip Edelbrock
2006-Feb-13 16:23 UTC
[Asterisk-Users] Traffic prioritization and 'class of service' for SIP
We're got a T1 from Sprint that we use for internet. During VIOP calls, if you download something, the VOIP calls break up. I found some info at Sprint for adding 'class of service', and I also have some information on configuring our Cisco routers. I've read the relevent pages on the wiki, but it seems vauge what's required and what's required by the NSP (Sprint). How have you dealt with this problem? Is this something which requires the NSP to be involved, or can this all be done on the premises side in IOS configuration(s)? Phil
David Choo
2006-Feb-13 19:29 UTC
[Asterisk-Users] Traffic prioritization and 'class of service' for SIP
Hi Best Regards =============================David Choo Sales Engineer Citrix Certified Administrator Polycom Qualified Tech & Sales Rep Espore Corp Pte Ltd 68 Kallang Pudding Rd #04-03 SYH Logistics Bldg Singapore 349327 Tel: 65-6842 2725, Ext - 404 DID: 65-9006 2645 Fax : 65-6842 2724 E-mail :DavidChoo@Espore.com ============================ Privileged/Confidential information may be contained in this message. If you are not the intended recipient, you must not copy it or use it for any purpose, nor deliver this message to anyone. Instead, please delete this message and destroy any other record of it immediately and kindly notify the sender by return email. Thank you for your co-operation. Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, arrive late, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the context of this message nor can the sender guarantee that this message is virus free. Philip Edelbrock <phil@netroedge.com> Sent by: asterisk-users-bounces@lists.digium.com 14/02/2006 07:23 AM Please respond to Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> To asterisk-users@lists.digium.com cc Subject [Asterisk-Users] Traffic prioritization and 'class of service' for SIP We're got a T1 from Sprint that we use for internet. During VIOP calls, if you download something, the VOIP calls break up. I found some info at Sprint for adding 'class of service', and I also have some information on configuring our Cisco routers. I've read the relevent pages on the wiki, but it seems vauge what's required and what's required by the NSP (Sprint). How have you dealt with this problem? Is this something which requires the NSP to be involved, or can this all be done on the premises side in IOS configuration(s)? 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/20060213/e7c283a5/attachment.htm
Philip Edelbrock
2006-Feb-14 11:28 UTC
[Asterisk-Users] Traffic prioritization and 'class of service' for SIP
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