similar to: Matching multiple destination IPs in the ingress queue.

Displaying 20 results from an estimated 4000 matches similar to: "Matching multiple destination IPs in the ingress queue."

2006 Jun 06
2
Transcoding g.711 -> g.729
Hello, I have an asterisk server running with 23 g.729 licenses. I have also purchased a sound file from thevoice.digium.com. I need to covert this file (uLaw, PCM I think) to g.711, g.729 & g.723 for use with an IVR system. Is there a way I can convert the files using the g.729 digium codec? sox? Thanks -Matt -- Matthew S. Crocker Vice President Crocker Communications,
2006 Oct 11
1
Problem with ZAPTEL-1.4.0-beta1 and WCT100P card
Hello, I'm trying to upgrade an Asterisk 1.2 linux box to Asterisk 1.4. I installed the following -rw-r--r-- 1 root root 10908541 Sep 21 13:25 asterisk-1.4.0- beta2.tar.gz -rw-r--r-- 1 root root 993921 Sep 21 13:25 asterisk-addons-1.4.0- beta1.tar.gz -rw-r--r-- 1 root root 80019 Sep 21 13:25 libpri-1.4.0-beta1.tar.gz -rw-r--r-- 1 root root 1523413 Sep 21 13:25
2006 Feb 14
3
Fax to Email with Asterisk and Lucent TNT
Hello, I have a Lucent MAX TNT, (DS-3, 672 modem ports, 28 PRIs). I'd like to be able to direct an inbound fax call into my TNT, have it answer the fax and send the image file over to Asterisk, or some other system to deliver to an e-mail address(s). I'm not sure if I need Asterisk to any of the call control or not. I'd also like to setup a print queue and have outbound
2005 Sep 27
10
Software only Asterisk PBX (commercial)
Are there any switchvox/fonality type Asterisk based PBXs where I can buy just the software? I don't want to buy their 'bundles' that come with junky PC hardware. I just want their software/GUI to run on my hardware. Does Asterisk BE come with a GUI management console for managing phones, queues, VM and the like? -Matt -- Matthew S. Crocker Vice President Crocker
2005 Jun 15
2
SIP to PRI
Hi I can provide my customers one or several phone lines by using an ATA through the SIP protocol. Is there a similar box that would allow me to provide a PRI (23B +D) to a customer using SIP ? Thanks Patrick
2005 Sep 29
2
Asterisk for "Man-In-The-Middle" Trunk Side Call Recording?
[Cross-posted to the asterisk forums, so if it seems familiar...] My company is looking to implement 100% recording of inbound and outbound calls. We're pondering using Asterisk as a trunk-side monitoring system sitting between our Avaya Definity switch and our mixed bag of 6 T1 and PRI circuits. I've read with interest Matt Roth's thread on the Asterisk mailing list, however, since
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on the list. "I can provide you with tier 1 termination 6/6. I can blend or NPANXX breakout." "We provide US48 termination, blended rate for 1 MOU and above is .008 with 6/6." What is 6/6? What is US48? What is blended? What is MOU? What is NPANXX breakout? -------------- next part --------------
2006 Jun 12
10
Hard drive write cache
I am looking at ways to harden my asterisk install to prevent computer related issues from happening. I am concerned about about disk write cache. That seems to be a major source of hard drive corruption on power failure. Hard Drive corruption is simply unacceptable for the 99.999% uptime requirements of my Asterisk install that needs to be as reliable as a proprietary PBX. Of course I will be
2003 Mar 01
2
Virtual Routers would this work?
Hello all, I need a virtual firewall/router solution. I''m thinking of a netscreen 1000 but I want to know if it can be done in Linux. Here is my idea: 1 Linux box 2 GigE interfaces 1 interface setup with a public IP address ($PUBIP) 1 interface setup with 802.1q VLAN trunking with 100 vlans assigned ($VLAN1-$VLAN100) a /25 subnet routed to $PUBIP from my core routers All $VLAN
2006 Oct 20
1
PRI boards with g729 capable DSPs
I'm currently running 1.4b3 with a Digium card and 23 g.729 licenses. Is there a way I can get the g.729 codec work off the CPU and onto a DSP? Any T1/PRI cards with onboard codec DSPs? -Matt -- Matthew S. Crocker Vice President Crocker Communications, Inc. Internet Division PO BOX 710 Greenfield, MA 01302-0710 http://www.crocker.com
1998 Oct 13
5
compare / contrast of linux fw and others
Hi, I was wondering how a linux box configured as a firewall stacked up against some of the commercial products like checkpoint-1 and gauntlet. Can someone direct me to a good book or online doc that compares linux to some other firewall methods? Mind you, I''m not talking about a firewall in the classical sense, ie ip forwarding turned off and used as a proxy, but the typical Linux box
2007 Feb 04
4
tc ingress + iptables mark problem
Hi guys , i am starting to "play" with qos in linux. Well , i am trying to setup an ingress filter but i do not know why it is not working. tc add qdisc dev eth0 ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 160kbit burst 256kbit drop flowid :1 After that : iptables -A PREROUTING -t mangle --sport 80 -j MARK --set-mark 1 So , i think this
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
Hello, I?m using virt-install to build a guest system with CentOS. The system boots up, times out with dracut-initqueue timeout and drops me into an emergency shell. If I exit the shell the install continues and I get a working machine. Any ideas? virt-install \ -n TEST \ -r 8192 \ --os-type=linux \ --disk=/vm-images/test.img,device=disk,bus=virtio,size=100,format=raw \
2006 Apr 09
10
Trying to do some very simple ingress limiting, no success
Hi, I am trying to do some simple ingress limiting based on fwmark. I know the ability and sense to do INGRESS limiting is ehm... limited ;-) but still I want to try it. I tried several things. === 1 === tcq ingress handle ffff: tcf parent ffff: protocol ip prio 1 handle 1 fw police rate 12mbit burst 10k drop tcf parent ffff: protocol ip prio 1 handle 2 fw police rate 10mbit burst 10k drop
2004 Jun 24
1
Ingress shaping using IMQ
Hello people, This the first time i post in list. I read the lartc how-to and decided that IMQ with HTB was the solution to solve my problem. The ingress shaping i want is simple, shape the traffic to my ftp-server, i just want to give 8kbps to each client because they only upload to my ftp-server, and i dont want to any class borrowing, each client only send(upload) at 8kbps, not above this
2002 Aug 07
11
pb with ingress policy
Hi ! I have a single host which is connected via an 512kbit ADSL link to the n= et. I quite often use some realaudio application that uses some bandwidth = and I want to avoid other traffic to scale that bandwidth down. So I used = some classes (with htb) on imq0 device and applied some filters and it see= ms to work in most cases. However, there are some sites with which downloa= d is
2004 May 10
8
Packet marking for ingress shapping and NET
Hi, I have typical situation, local LAN with private addresses, translated via NAT to internet. I need to shape ingress traffic (from internet to local LAN) in several HTB queues accorting to destination (private not public) IP. So I need mark packets to divide them to corresponding queue. According to http://www.docum.org/stef.coene/qos/kptd/ I thing I have only one way how to do it, because
2005 Dec 27
3
Ingress policing (matching netfilter marks)
Hi, I''m having issues with policing my incoming traffic by matching packet marks made by iptables. I''ve checked as many sites and guides as I can find, and I seem to be doing the exact same thing as they all are, but there''s still no success. As such, I was wondering if anyone can have a quick look to see if I''ve done anything obviously stupid? Essentially, I
2003 Jun 25
2
Combining ingress and egress ( IMQ+HTB)
I am successfully running ingress (IMQ) and egress (HTB) shaping on a bridge. Is there any way to combine and share the bandwidth between ingress and egress? Example: I have set up www service for egress at 128 KB and ingress at 256 KB. The shaping on them works fine separately. However, I want to create a single virtual pipe for www traffic and limit both ingress and egress combined to 256 KB.
2007 Feb 04
2
Traffic Shaping: Ingress qdisc not working in Dom0 (3.0.4-1)
Hello, i noticed that the ingress qdisc is not working properly anymore in 3.0.4-1 (back in 3.0.2 the ingress qdisc was working for me): Install the ingress qdisc to peth0: # tc add qdisc dev peth0 ingress ... generate some traffic ... # tc -s qdisc show dev peth0 qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 324884 bytes 1749 pkt (dropped 0, overlimits 0 requeues