similar to: Strange variable chopping from AGI's

Displaying 20 results from an estimated 1000 matches similar to: "Strange variable chopping from AGI's"

2019 Sep 26
3
access to share with dns alias hostname
Hi, below the required files: smb.conf of ucs master: [global] logging = file max log size = 0 netbios name = ucs server role = active directory domain controller name resolve order = wins host bcast server string = Univention Corporate Server server services = -dns -smb +s3fs -nbt server role check:inhibit
2010 Aug 06
2
How to reuse mysql connection between AGI's
Hey, Is there any way to share?MySQL?connection between different agi's.Actually when call comes to asterisk box it executes various agi scripts sequentially. Each script checks various values by making a new?MySQL?connection and then execute query and then disconnects.? So,?Ideally?there should be one connection, and it should be reused between each agi and when a call is over it should be
2019 Sep 26
0
access to share with dns alias hostname
On 26/09/2019 15:19, banda bassotti wrote: > Hi, below the required files: > > smb.conf of ucs master: > > [global] > ? ? ? ? logging ? ? ? ? = file > ? ? ? ? max log size ? ?= 0 > ? ? ? ? netbios name ? ?= ucs > ? ? ? ? server role ? ? = active directory domain controller > ? ? ? ? name resolve order ? ? ?= wins host bcast > ? ? ? ? server string ? = Univention
2004 Aug 06
0
Chopping off the wideband?
BTW, when you have something working and stable, I could include it in the main Speex distribution. Jean-Marc Le mar 18/02/2003 à 20:57, Bernard Blackham a écrit : > On Tue, Feb 18, 2003 at 06:09:43PM -0500, Jean-Marc Valin wrote: > > Le mar 18/02/2003 ? 17:38, John Hayes a ?crit : > > > If I encode something in ultra-wideband, can I decode it in wideband by > >
2012 Oct 15
2
Chopping a two column data frame by rows into a three dimensional array.
If I have a two column data frame like: > dat <- cbind("x"=c(1:100),"y"=c(100:1)) How can I create an array that splits every ten rows of that data frame into a third dimension of an array so that: > newarray[,,1] ,,1 x y 1 100 2 99 3 98 ... ... 10 91 ,,2 x y 11 90 12 89 ... ... ... Thanks. [[alternative HTML version deleted]]
2004 Aug 06
3
Chopping off the wideband?
If I encode something in ultra-wideband, can I decode it in wideband by chopping off bytes in every frame? John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2006 Jan 26
1
create() chopping off time zone
I''m doing: item = Item.create(:added=>''Thu, 26 Jan 2006 21:18:59 GMT'', ...) But it gets saved in the (PostgreSQL) database as: 2006-01-26 21:18:59-07 Looking at the log, Rails is inserting ''added'' as ''2006-01-26 21:18:59''. How can I get it to preserve the time zone? If the original timestamp gets passed to PostgreSQL as is,
2004 Aug 06
0
Chopping off the wideband?
> Hmmm, define working and stable :) By that I mean that you're fine with releasing it with your name on it and not be afraid to get flamed. > <braindump topic="speexcat"> > It began as a merge between speexdec and speexenc from 1.0beta3, > with the encoding/decoding removed, and simply piped in and out from > ogg streams. I never expected it would work joining
2004 Aug 06
3
Chopping off the wideband?
On Tue, Feb 18, 2003 at 06:09:43PM -0500, Jean-Marc Valin wrote: > Le mar 18/02/2003 ? 17:38, John Hayes a ?crit : > > If I encode something in ultra-wideband, can I decode it in wideband by > > chopping off bytes in every frame? > > All you have to do is use the --force-wb switch with speexdec. It will > decode as if the file were wideband, ignoring the ultra-wideband
2010 Oct 01
2
trouble with RODBC -- chopping off part of column names
Hello all, I have a strange / interesting problem that might be 'R' settings themselves, or it might be something with the OS. I am using the RODBC library. I have a script that goes out and, before making a query for a big data set, will first query for the column names of the data set. The column names could sometimes be quite long (e.g., "Time Background Estimation
2019 Sep 26
2
access to share with dns alias hostname
No, cut&paste! ucs# samba -V Version 4.10.1-Univention fs# samba -V Version 4.10.8-Debian Il giorno gio 26 set 2019 alle ore 16:26 Rowland penny <rpenny at samba.org> ha scritto: > On 26/09/2019 15:19, banda bassotti wrote: > > Hi, below the required files: > > > > smb.conf of ucs master: > > > > [global] > > logging = file >
2004 Aug 06
4
Chopping off the wideband?
On Tue, Feb 18, 2003 at 09:06:16PM -0500, Jean-Marc Valin wrote: > BTW, when you have something working and stable, I could include it in > the main Speex distribution. Hmmm, define working and stable :) <braindump topic="speexcat"> It began as a merge between speexdec and speexenc from 1.0beta3, with the encoding/decoding removed, and simply piped in and out from ogg
2020 Feb 25
0
Client station file permission behavior changes after a week or so
> Thanks Roland. Yes, I didn't even look to verify my fileserver is a DC. I must have debated a few times about the choice and forgot my last decision when installing. I know it's not recommended to run a fileserver on an AD DC, but hopefully you can still offer some advice on troubleshooting. Maybe this isn't even a smb config issue. It could be Windows related??? Here is the
2011 Apr 28
9
How to create distortion, echo, and chopping sound in a SIP trunk?
Hi everyone, How can I introduce some distortion, echo, chopping sound and all other bad quality things that can happen to a SIP trunk? I have plenty of bandwidth and crisp clear lines so the only thing that I can think of is to limit bandwidth but even that requires quite some scripting work. Is there any easy way to simulate a distorted SIP line temporarily for testing? I am appreciate
2023 Aug 29
2
[PATCH] virtio_balloon: Fix endless deflation and inflation on arm64
The deflation request to the target, which isn't unaligned to the guest page size causes endless deflation and inflation actions. For example, we receive the flooding QMP events for the changes on memory balloon's size after a deflation request to the unaligned target is sent for the ARM64 guest, where we have 64KB base page size. /home/gavin/sandbox/qemu.main/build/qemu-system-aarch64
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
The deflation request to the target, which isn't unaligned to the guest page size causes endless deflation and inflation actions. For example, we receive the flooding QMP events for the changes on memory balloon's size after a deflation request to the unaligned target is sent for the ARM64 guest, where we have 64KB base page size. /home/gavin/sandbox/qemu.main/build/qemu-system-aarch64
2023 Aug 30
1
[PATCH] virtio_balloon: Fix endless deflation and inflation on arm64
On 29.08.23 03:54, Gavin Shan wrote: > The deflation request to the target, which isn't unaligned to the > guest page size causes endless deflation and inflation actions. For > example, we receive the flooding QMP events for the changes on memory > balloon's size after a deflation request to the unaligned target is > sent for the ARM64 guest, where we have 64KB base page
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
2011 Sep 30
1
Core show translation > 4000ms
Hi list, we have 2 asterisk boxes in VM (kvm) on 2 different Dell servers, one is Lenny kernel 2.6.26 asterisk 1.6.2.20, the second CentOS 2.6.18 asterisk 1.4.36 (Elastix). Both 64bits, no hardware involved, dahdi on both machines for meetme timing. Doing core show translation give on the Lenny server Translation times between formats (in microseconds) for one second of data
2011 Apr 13
0
Poor call quality - line drop, chopping sound, like robotic voice, Both party could not hear caller voice
7. Take an Asterisk training course and become a dCAP. As for "we have try to solve it but we're lack of asterisk knowledge" - would you get a plumber to service your car? Why not employ (as in 'pay money') somebody to investigate this further. As Satish pointed out - QoS type issues take a lot of debugging and that usually has to be done on-site. BTW - I doubt any of