similar to: Digium FXS modules too fragile?

Displaying 20 results from an estimated 300 matches similar to: "Digium FXS modules too fragile?"

2005 Apr 25
5
UK (english) sound files
Hi all, After many complaints (including car manufacturers saying the american prompts are unexceptable, EEEK) I started on a quest for real "English" asterisk prompts. The only one I have found is here >> http://www.g7ltt.com/VoIP/vmfiles.html <http://www.g7ltt.com/VoIP/vmfiles.html> And no nothing else on the WIKI looked helpful (e.g. only American voice actors etc)
2008 Mar 31
3
EAC - slow ripping speed
Hi. My first post over here related to my first try to use WINE. I am using 0.9.58 and the 2.6.24-rt kernel (Ubuntu Studio Hardy Beta) I installed EAC and almost everything works fine expect the ripping speed, which doesn't seem to be adjustable. The drive speed is not exceeding 2-3. I tried all kind of settings. Even setting the drive speed manually up with hdparm -E did not change it.
2009 Jan 02
3
ZFS iSCSI (For VirtualBox target) and SMB
Hey all, I''m setting up a ZFS based fileserver to use both as a shared network drive and separately to have an iSCSI target to be used as the "Hard disk" of a windows based VM runninf on another machine. I''ve built the machine, installed the OS, created the RAIDZ pool and now have a couple of questions (I''m pretty much new to Solaris by the way but have been
2006 Jan 08
0
Problem with sortables and draggables on same page.
here is my test page: http://www.brianpeiris.com/test/temp.html clicking on the buttons labeled "Edit Description", "Edit Announcement", "Add to Schedule" or "Add a Link" draggable windows should appear. if you drag anyone of them over the sortable list of links at the bottom of the page and release the drag, the sortables appear above the windows. Is this a
1999 Oct 20
0
Win98 Password Stumbling Block (Resolution)
For those of you that have had/are having problems getting Win 98 clients to correctly authenticate, I have identified a stumbling block which I had to deal with. Specifically, EnablePlainTextPassword *must* be a DWORD value. In following the instructions found here, http://us1.samba.org/listproc/samba/October1998/0321.html and on the Microtheft web site, I installed the ptxt_on.inf file from the
2005 Aug 24
11
Will Echo problems EVER be solved, I'm scared
I came into this with my eyes wide open. I have read ABSOLUTELY EVERYTHING there is to be found on the net about avoiding echo problems BEFORE I even attempted to create a production system. Since lots of people are apparently using this in production environments now I just assumed that echo IS avoidable. As others have recommended, I created a test system with the proposed production
2005 Dec 17
17
problems with quotes and escaping
First of all I''d like to say thanks for all the great work everyone has put into scriptaculous, I''m having a lot of fun playing with the framework, and easily moving into Web 2.0 territory. I''ve just hit a snag on my project though. So here''s my code: ... var newEvent= "<div
2006 Nov 14
4
In the beginning-The first question.
List, Im a Cisco certified Network guy with little telecom experience (BRI/PRI at the time) so please forgive my terminology. I am showing interest after the Network World SHSU October 4 article. We have 3 offices (Hub-Spoke T1 Frame relay to the remote offices(Data & voice on separate T)). Each office currently does their own thing for telecom. Our Main(HUB) office currently has 14 channels
2005 Dec 28
6
Sudden Javascript Console noise in firefox
I have been using the latest version of Firefox and Scriptaculous for about a week now, with no problems. Now I get a lot of noise in the javascript console out of the blue: http://img481.imageshack.us/img481/7913/screen4nt.jpg -- ============================ Brian Peiris Brampton, Ontario, Canada brianpeiris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or
2007 Apr 11
0
Reshape and column order
If I try to reshape a data frame into a long format with more than one column it seems to mix up the column headings (or the columns, depending on how you look at it). For example: > d <- data.frame(row=1:2,b.1=c("1b1","2b1"),b.2=c("1b2","2b2"),a.1=c("1a1","2a1"),a.2=c("1a2","2a2")) > d row b.1 b.2 a.1 a.2 1
2003 May 08
2
Winbind + ADS small issues
Ok guys after reading a ton of documentation etc I have finally got my Linux machine to work in a ADS enviroment. I can actually go on a windows machine type in \\linuxboxname and access shares on my Linux box. First of all I joined the ADS correctly. wbinfo -u and -g show proper values and everything works except my Linux computer does not show up in Network Neighborhood on windows machines.
2004 Dec 09
3
Adit Asterisk Cabling Connundrum.
I am hoping to replace my Nortel 8x24 switch with Asterisk. Right now my cabling comes from my outside phone box into my office and into a punchdown block and leaves the punchdown block as an amphenol connector which currently plugs into the Nortel swicth. A second amphenol connector them plugs into the switch and extends to another punchdown block that I believe carries the lines throughout the
2013 Oct 22
0
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
__set_tss_desc has a complex calculation of the TSS segment limit, duplicating the quirky details of the I/O bitmap array length, and requiring a complex comment to explain. Replace that calculation with a simpler one based on the offsetof the "stack" field that follows the array. That then removes the last use of IO_BITMAP_OFFSET, so delete it. Signed-off-by: Josh Triplett <josh
2013 Oct 30
0
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
On 10/30/2013 03:22 PM, Kees Cook wrote: >> >> - /* >> - * sizeof(unsigned long) coming from an extra "long" at the end >> - * of the iobitmap. See tss_struct definition in processor.h >> - * >> - * -1? seg base+limit should be pointing to the address of the >> - * last valid byte > > I think it
2014 Mar 11
0
[PATCHv2 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
__set_tss_desc has a complex calculation of the TSS segment limit, duplicating the quirky details of the I/O bitmap array length, and requiring a complex comment to explain. Replace that calculation with a simpler one based on the offsetof the "stack" field that follows the array. That then removes the last use of IO_BITMAP_OFFSET, so delete it. Signed-off-by: Josh Triplett <josh
2011 Oct 26
0
[LLVMdev] Proposal: "Fragile" Global References
I'd like to be able to have "weak" references to global variables. Now, currently LLVM allows global values to have "weak" linkage type (and variants thereof), but this is a different meaning of the word "weak" - what I'm thinking of is similar to the concept of weak references in Java and other languages that support garbage collection, except that the
2013 Oct 31
1
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
Hi Josh, On Tue, Oct 22, 2013, at 3:34, Josh Triplett wrote: > __set_tss_desc has a complex calculation of the TSS segment limit, > duplicating the quirky details of the I/O bitmap array length, and > requiring a complex comment to explain. Replace that calculation with a > simpler one based on the offsetof the "stack" field that follows the > array. > > That then
2013 Oct 31
1
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
Hi Josh, On Tue, Oct 22, 2013, at 3:34, Josh Triplett wrote: > __set_tss_desc has a complex calculation of the TSS segment limit, > duplicating the quirky details of the I/O bitmap array length, and > requiring a complex comment to explain. Replace that calculation with a > simpler one based on the offsetof the "stack" field that follows the > array. > > That then
2013 Oct 30
3
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
On Mon, Oct 21, 2013 at 7:34 PM, Josh Triplett <josh at joshtriplett.org> wrote: > __set_tss_desc has a complex calculation of the TSS segment limit, > duplicating the quirky details of the I/O bitmap array length, and > requiring a complex comment to explain. Replace that calculation with a > simpler one based on the offsetof the "stack" field that follows the >
2013 Oct 30
3
[PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
On Mon, Oct 21, 2013 at 7:34 PM, Josh Triplett <josh at joshtriplett.org> wrote: > __set_tss_desc has a complex calculation of the TSS segment limit, > duplicating the quirky details of the I/O bitmap array length, and > requiring a complex comment to explain. Replace that calculation with a > simpler one based on the offsetof the "stack" field that follows the >