search for: acrross

Displaying 6 results from an estimated 6 matches for "acrross".

Did you mean: across
2004 Dec 14
2
Virtual Modems
After searching the archives, I came acrross a few people mentioning this, but I never saw anything about what became of it. Has anyone tried to make a virtual modem that could be directly handled by astrisk, I saw a while ago that someone was going to try and make one using the same DSP libaries that the WinModems use, but then nothing....
2010 Mar 23
1
chan_ss7 issue
Dear all, Do you have come acrross with this issue. My ss7 link get fluctuating. It use chan_ss7 version 1.0.95-beta. I have 8 E1s running on a DL380 server. This enable to have calls from sip to ss7 and vice versa. However ss7 links are not stable. linkset siuc, link l1, schannel 1, sls 0, NOT_ALIGNED, rx: 1, tx: 2/4, sentseq/l...
2016 Sep 01
0
active commit not supported with this QEMU binary
On Thu, Aug 18, 2016 at 11:51:54AM +0200, Ishmael Tsoaela wrote: > Hi All, > > I am creating snapshot and whilest running blockcommit I am coming acrross > this error: > > virsh blockcommit Node-A vda --verbose --pivot > error: unsupported configuration: active commit not supported with this > QEMU binary This must be an older QEMU binary (you didn't tell the version info) that doesn't support active commit. > Does an...
2004 Jan 29
0
3.0.1-2 failed to decode PDU
Hi All, come acrross a curious issue with 3.0.1-2 from Debian unstable. Looks like a bug of sorts to me... Have a PDC configured and basically working well, apart from single recurrent issue that keeps popping up in the logs below, related to failure or breaking of remote procedure calls. The pipes more often break w...
2010 Mar 23
0
[asterisk-ss7]Chan_ss7 issue
Dear all, Do you have come acrross with this issue. My ss7 link get fluctuating. It use chan_ss7 version 1.0.95-beta. I have 8 E1s running on a DL380 server with Digium E1 cards ( 4 port cards). This enable to have calls from sip to ss7 and vice versa. However ss7 links are not stable. linkset siuc, link l1, schannel 1, sls 0, N...
2006 Mar 10
5
case insensitive search
I am having trouble with a simple gallery search. I type in a segment of the address and i only seem to be getting results if I use the correct case. This is in my Gallery controller: def search @gallery = Gallery.find(:all, :include => :property, :conditions => "address LIKE ''%#{@params[:keywords]}%''") end On a different note: I am having