similar to: Having trouble with T405P and PPP: ZT_SPANCONFIG failed

Displaying 20 results from an estimated 1000 matches similar to: "Having trouble with T405P and PPP: ZT_SPANCONFIG failed"

2005 Jan 28
0
PPP over T100P: Using a subset of channels does not always work correctly.
Hello! I am trying to configure my PPP setup such that it only uses the first 4 channels on each T1. I see no obvious errors in /var/log/messages or when running the ztcfg, but I am able to still pass a full T1's worth of data over the PPP links. I would expect to only be able to send about 300kbps in this configuration. I am running the PPP link back-to-back on the same machine, by the
2003 Apr 03
1
PPP by default in zapata
Just wondering if there is a reason PPP support is compiled into zapata by *default*: # Uncomment for Generic PPP support (i.e. ZapRAS) # KFLAGS+=-DCONFIG_ZAPATA_PPP Especially since the comments imply that it should be commented out by default... The main reason I ask is because I usually try to re-compile the kernel to only include the bits that I need, and so I don't include PPP...
2005 Jun 28
3
PESQ results for speex 1.0.3
Hello! Some time back, I added the Speex protocol to my version of VOCAL (www.vovida.org, VOIP tool). Recently, I also added PESQ (automated voice quality testing algorithm) to my tool and have been running some tests on a clean network. The source file is a woman reading some phrases meant to test various aspects of codecs... Speex has a respectable result of 3.67 Some other codecs I've
2005 Jun 30
2
PESQ results for speex 1.0.3
Francois Menard (Mailing List Account) wrote: > > did you try speex in wideband mode ... what bitrate? > > f. 15kbps mode. It does significantly better with a different speaker (the male does better than the female), as well. I'm considering purchasing a commercial PESQ license and wrap the PESQ software in a server application. I could then allow other folks to run PESQ
2007 Sep 04
2
Microsoft RTAudio
B. Mitchell Loebel wrote: > Hello LWATCDR: > > OK with me, but 1) I'm a Microsoft stockholder and 2) I'm not going to > stand still for people trashing Capitalist successes!! 'Nuff said. How about if I sell you a copy of speex. Buy low, sell high seems like a good capitalist plan, and then you could feel good about using Speex! Ben -- Ben Greear
2005 Jun 04
0
Problem with X100P (ZT_SPANCONFIG failed)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-15" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <span class="postbody">Hello! <br> <br> I have a
2010 Feb 24
1
tftp upload and OACK problem.
Hello! I recently started testing curl's tftp options, and found that it crashed when trying to upload files using tftp because it didn't handle OACK properly. So, I'm attempting to fix it. Now, I have an endless loop: The client (my hacked curl) sends TFTP write request with options, server responds with OACK (tsize, blksize) client sends data packet, block 0 BUT: server responds
2006 Jul 13
1
Bug in cac_Connect ?
While working on adding support for local-binding, I found this piece of code in libmsrpc.c. Maybe I'm confused..but should that strcmp maybe be compared to != 0? /*change the server name in the server handle if necessary*/ if(srv && hnd->server && strcmp(hnd->server, srv) == 0) { SAFE_FREE(hnd->server); hnd->server = SMB_STRDUP(srv); }
2006 Jul 13
1
Binding to a local IP address when mounting smb file system.
Hello! My company makes testing software that, among other things, can be used to generate file-system traffic. In order to better support Samba, I need to make a few changes to the way samba mounts file systems: 1) I need to be able to specify the local IP address for the socket connection. This will allow me to bind different mounts to different local interfaces. This information will
2004 Aug 06
2
Integrate Speex into VOCAL
Hello! I'm about to try to integrate SPEEX into the VOCAL project. If anyone has any pointers as to the best way to do this, please let me know. After reading the speex api man page, I have a few questions: 1) To encode, it appears I need an array of floats. If I am playing wav files, what is the best way to turn these into something speex can encode? 2) Are there any commercially
2004 Aug 06
4
Speex-RTP RFC questions
This portion of the RFC is gramatically incorrect and confusing: The RTP payload MUST be padded to provide an integer number of octets as the payload length. These padding bits MUST be all zero. This padding is only required for the last frame in the packet, and only to ensure the packet contents ends on an octet boundary. <p> -- Ben Greear <greearb@candelatech.com>
2009 Feb 28
0
[Bridge] core dump in latest brctl
Here's a simple way to crash brctl (Fedora 8's brctl and tonight's git tree): [root at grok2 brctl]# ./brctl addbr bridge [root at grok2 brctl]# ./brctl show bridge name bridge id STP enabled interfaces . Segmentation fault (core dumped) Take it easy, Ben -- Ben Greear <greearb at candelatech.com> Candela Technologies Inc
2004 Nov 18
0
problem with libtool on x86_64
I'm trying to compile speex on an x86_64 (Opteron) platform, but since I want this resulting code to run on regular 32-bit x86, then I am passing the -m32 flag to gcc. It so happens that the libtool application included with my version of speex (1.0.3) does not handle this correctly and fails to create libraries. I fixed this by changing the configure script to just use 'libtool' and
2005 Aug 22
0
Question on VAD/DTX
Hello! I'm working on adding VAD (silence suppression) to my branch of VOCAL. I've read through the Speex docs and see mentions of VAD/DTX, but I am not sure quite how to use it. For instance, on the transmitter side..do I need to detect the silence somehow and bypass speex encoding, or can speex tell me that the packet is all silent and should not be transmitted as part of it's
2004 Aug 06
1
Integrate Speex into VOCAL
Jean-Marc Valin wrote: >>I'm about to try to integrate SPEEX into the VOCAL project. > > > Good. Just a detail, but the correct spelling in "Speex". > > >>1) To encode, it appears I need an array of floats. If >>I am playing wav files, what is the best way to turn these >>into something speex can encode? > > > Speex version
2007 Oct 30
1
ZT_SPANCONFIG failed on span 1: Invalid argument (22)
I'm trying to load ztdummy on my Asterisk, running in a XEN domain. I've modified the code to disable the use of an RTC. I can load the zaptel module just fine, the ztdummy also loads without problem. But when running ztcfg I get this error. ----- s n i p ----- graham:~# ztcfg -vvvv Zaptel Version: 1.4.6 Echo Canceller: MG2 Configuration ====================== SPAN 1: CCS/ AMI
2004 Aug 06
2
Speex-RTP RFC questions
Jean-Marc Valin wrote: > AFAIK the padding changed with the latest draft and there's now a > function in speex_bits that does it all for you (and it's also called by > speex_bits_write). What that does is that it inserts a special > terminator, which allows a variable number of frames per packet without > any overhead. Does the stable release support the new draft? Is
2004 Jan 15
3
Sending voicemail with qmail
you can do that. But are u installing qmail and * on same box. i wont recommend that. i use qmail and *. qmail is strictly for internet email. * is on separate server not exposed to Internet. * box also has sendmail. i hv configured sendmail to use smart host (qmail server). This way its safe and secure. HTH, -B ----- Original Message ----- From: "Ing Isianto Istiadi"
2005 Jul 12
2
Possible Agent Bug found while upgrading from Asterisk 0.7.1 to 1.0.9
Dear All, I have been running an Asterisk 0.7.1 (patched with various agent applications) server for almost 2 years. We have a data center in the USA and a call center in the UK. All calls are routed to a group of central call queues in the USA. Agents from the data center, call center and from remote locations (London, Scotland, LA, Florida, and Maine) can log in, join the call queue and pick
2005 Feb 21
3
* Call Monitoring
I've got a nagios plugin making sure the * box is up, but I would like to do more than that. I need to make sure the PRIs connected to my box stay up and I need to make sure calls are not failing for any reason. Are there any * monitoring packages like this? -Daniel