similar to: Garbled one-way audio only with ulaw

Displaying 20 results from an estimated 2000 matches similar to: "Garbled one-way audio only with ulaw"

2005 Jan 27
3
Linux Bridge + QoS Shaper HOWTO available
I've created a pretty complete HOWTO on creating a Linux Bridge (using Fedora) to shape LAN <--> WAN traffic. It includes installation instructions, a script to configure the bridge (which you install as a service), and 2 scripts to configure the network interfaces using traffic control. http://www.burnpc.com/website.nsf/all/3a64a6369757819686256f960068ad75!OpenDocument If anyone
2004 Dec 04
5
Is Gigabit Ethernet necessary?
For an office that is using VoIP phones to connect to Asterisk, is gigabit ethernet really necessary for the Asterisk box to connect to the switch? I know that I won't even approach the limits of 100 Mbps, but would gigabit help with latency / collisions when several calls are underway? The fact is, anything going outside the office will be over a data T1, so intuition tells me that 100
2005 Jan 18
2
Router Recommendations Please
Hello all, We've discovered that VoIP (IAX2) + Citrix + Video is pegging the measly CPU on the Netopia router our ISP provided. We've got 3Mb/3Mb and will increase to 4/4 next year. The Netopia simply breaks out our WAN IPs, and we've got a switch hooked up to it on the inside (Actually I've got a QoS box in-between). ------------- | Internet | | on Cat5 | -------------
2004 Nov 22
6
Linksys RT31P2
Has anyone tried out the Linksys RT31P2 with Asterisk? Seems like a really great solution for remote users... even supports QoS. Too bad it doesn't also have VPN functionality built in. Here's a link to the product: http://www.linksys.com/products/product.asp?prid=652&scid=29 -Ron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 14
9
Solution for 1 time blast of 200, 000 recorded calls
Hi, I'm helping out with a political campaign and would like to use asterisk to blast out about 200,000 calls with a short message from the candidate. Provider: I'm thinking voipjet may be a good solution? Hardware setup: I will have access to several T-1 lines so I would just want to set up the dialers to limit the number of concurrent calls and so forth. I found teleyapper on
2004 Dec 15
5
QOS Device?
Here is the situation: A T1 router going into an office which then plugs into the firewall box then into the switch. None of these devices support QOS.. Is there some sort of box/device that I can place between the T1 router and the firewall box which will allow me to prioritize voice traffic on this link? I can't change the T1 router to something that supports QOS because it has
2005 Jun 20
8
Help? Router/Bandwidth throttle needed.
I hope this list is still active. I''m an experienced Linux Sysadmin, but I haven''t done much in the way of routing. Due to a decision made by my higherups, I need to jam a computer between my ISP and my LAN to do bandwidth throttling. My current setup: 1 Crappy Cable Modem (7Mb/768Kb connection) with a static IP. 4 servers (all have static, routable IPs) - One of which is
2005 Jan 03
6
QOS / Cisco / Asterisk
We're trying to PQ (Priority Queue) packets on a Cisco using ACL's. What we're trying to avoid is hardcoding the IP address in the ACL. We were trying to match by TOS set by Asterisk however it seems we've run into a snag where the packet TOS tends to get reset somewhere on our network. Has anyone had this issue? We're running Cisco everywhere inbetween (even the switches). Is
2004 Dec 16
1
Polycom FX Video Unit - asterisk-oh323
I'm installing an office in a couple of weeks that will have some nice Polycom FX video units in the conference rooms. I'm thinking that with asterisk-oh323 http://www.inaccessnetworks.com/ian/projects/asterisk-oh323/#section2 I should hopefully get the ability for phone users to dial an extension and participate in video conferences, or just simply phone conference with users in the
2004 Dec 16
1
Dynamically Choose Codec for Bandwidth Management
Is there any way to set Asterisk to choose what codec to allow for a new call based on current usage? In other words... be able to define a max number of ulaw calls, then after that only allowing g729? The idea here is that in general, a T-1 should be enough for our offices to have phone + citrix + some video (got good QoS in place already). But for usage spikes, user experience would be kept
2005 Jan 06
1
destroy SIP channel??
I've got a SIP channel that appears to be hung up. It's an extension that records a .gsm file and fortunately the recording has stopped. I tried zap destroy channel but I guess that doesn't apply to SIP channels. Any ideas? I issued a restart when convenient but figure there must be a better way. TIA, -Ron -------------- next part -------------- An HTML attachment was scrubbed...
2005 Feb 02
2
MeetMe & ztdummy
I'm running into a bit of a problem setting up conference calls. The box I rent at a colo doesn't seem to have USB hardware.... When I try to load usb-uhci I receive a "device does not exist" error. Which means I can't load ztdummy.... The system has a rtc clock module, so zaprtc won't work... (which I'm scared to unload rtc because I don't have physical access
2005 Jan 11
5
asterisk-oh323 and outgoing call
Hello. I'm try to set up asterisk for making outgoing calls with oh323 channel driver version 0.7.1 with Asterisk CVS-1-01/09/05-01:41:37. Our provider uses Mera MVTS softswitch and supports only H.323. We don't use gatekeeper for connection but provider requires SOURCE PHONE NUMBER for route out calls and I don't know how I can specify this number. Call with this string exten
2005 Feb 02
1
PRIO / CBQ / HTB queue drop algorithm
Hello all. I''ve been struggling to QoS VoIP at our site and have a successful implementation at this point. Basically I had to set aside enough bandwidth for VoIP by placing all other traffic behind an HTB (multiple classes and queues behind it). Everything is fine. Here''s the diagram: ------- | eth | ------- | --------
2004 Dec 02
5
drive space for voice mail
Drive space for voice mail I've looked in the dimensioning information on voip-info.org but can't find any hard information on the amount of drive space the various codecs use. Since we would eventually like to support web-based voice mail retrieval, I'm thinking of the wav format. I've specced out 2x160GB drives in RAID-1 (software RAID via Linux) for the box. It will be
2004 Oct 04
5
limited upload speed
HI all, What is best way to be limited upload speed from LAN users. I read that it is possible to be done with IMQ interface or with limitation over gateway interface of router(eth0 in my "scheme"), but i cannot chose what is preferred way and need from advice. Please for advise, any example scripts or URL with tutorial are welcome :) I read couple times Linux Traffic Control.
2005 Jan 30
2
PRIO inside HTB - trouble attaching filters correctly?
Hello everyone! I''m simply trying to put a PRIO inside an HTB (used to throttle). I''ve got interactive traffic on the network that I want to give priority (VoIP + Citrix + Video). I''ve used the filters in a CBQ script fine, but am having trouble adjusting them to this setup such that they properly assign the traffic. tc qdisc del root dev $e tc qdisc add dev $e
2005 Jan 31
3
load balancing between two default gateways
Hi list gurus, long story short we have firewall machine which is the default gateway for our clients and firewall send traffic out to Internet via cisco router. On cisco we have two serial interfaces 1Mb and 2Mb. On firewall #route add default gw xxx.xxx.xx.xxx (for 2mb) #route add default gw xxx.xxx.xx.xxx (for 1mb) and the same rule for Imb link route packets via these two links. However I
2002 Jun 29
0
电脑配件惊爆抢购价 samba
̨ʤÏòÄãÎʺÃ! ÎÒ¹«Ë¾³¤ÆÚ´Óʹú¼ÊóÒ×,ΪÍÚ¾òÊг¡Ç±Á¦¡¢À©´ó¾­Óª¹æÄ£,ÒâÔÚ¹óµØ Ñ°ÕÒÁôÒ×´°¿Ú,Ìؽ«´Ë¼Ûͬ±í³Ê¹óµ¥Î»²Î¿¼.ÎÒ˾ÌṩһÁ÷Æ·ÖÊ,Ò»Á÷·þÎñ,ËÍ»õÉÏÃÅ, »õµ½¸¶¿î, ÅúÁí¾ù¿É.»¶Ó­¸÷½çÅóÓÑÀ´µç´¹Ñ¯¼°Ö§³Ö.¶àл!!! ̨ʤ¹«Ë¾ ÖйúITóÒײ¿ :ÇØ Áú ͼ ÇëÎðÖ±½Ó»Ø¸´£¬ÓÐÒâÕßÇëÀ´µç ------0139-59726696 Ò»:±Ê¼Ç±¾µçÄÔ(È«ÇòÁª±£µ¥,ÈýÄê) ±Ê¼Ç±¾µçÄÔÊÖ»úÉÏÍøרÓÃPC¿¨----------1450Ôª A . Ë÷Äá SONY SR/27K(4500Ôª)
2002 Jul 23
0
电脑配件惊爆价 samba
̨ÕýÏòÄãÎʺÃ! ÎÒ¹«Ë¾³¤ÆÚ´Óʹú¼ÊóÒ×,ΪÍÚ¾òÊг¡Ç±Á¦¡¢À©´ó¾­Óª¹æÄ£,ÒâÔÚ¹óµØ Ñ°ÕÒÁôÒ×´°¿Ú,Ìؽ«´Ë¼Ûͬ±í³Ê¹óµ¥Î»²Î¿¼.ÎÒ˾ÌṩһÁ÷Æ·ÖÊ,Ò»Á÷·þÎñ,ËÍ»õÉÏÃÅ, »õµ½¸¶¿î, ÅúÁí¾ù¿É.»¶Ó­¸÷½çÅóÓÑÀ´µç´¹Ñ¯¼°Ö§³Ö.¶àл!!! ̨ÍåÕýÈÙ¹ú¼ÊóÒ×¹«Ë¾ ÖйúITóÒײ¿ :Áø½ðÃú ÇëÎðÖ±½Ó»Ø¸´£¬ÓÐÒâÕßÇëÀ´µç ------0138-50738839 Ò».µçÄÔÅä¼þ(RMB.Ôª): A:Ö÷°å: ΢ÐÇ 845Pro2-LE(Socket,i845,SDRAM,AC97Éù¿¨)---530 845Pro