search for: templine

Displaying 12 results from an estimated 12 matches for "templine".

Did you mean: templin
2004 Jan 09
3
file_inlcude .. why not?
Don't know if this has been addressed, but why isn't there a file_include style directive for extensions.conf? I find that my extensions.conf grows a lot, and it would be a lot nicer to have a tree of files rather than one big file to try and navigate. Also, I've got a couple different 'systems' running concurrently on one asterisk box (ie, completely different groups of
2008 Nov 05
1
Using RGDAL to "copy" header information...
...time: ### library(rgdal) infile='elev' outfile_base='testout' outfile_ext='.bil' outfile=paste(outfile_base,outfile_ext,sep='') outcon <- file(outfile, "wb") infile_info=GDALinfo(infile) nl=infile_info[[1]] ns=infile_info[[2]] for (row in 1:nl) { templine <- readGDAL(infile,region.dim=c(1,ns),offset=c(row-1,0)) writeBin(templine[[1]], outcon,size=4) } close(outcon) # Below doesn't work # writeGDAL(templine,outfile_base,drivername='EHdr',type="Float32") ### The issue is this: I need to be able to effectively copy the g...
2003 Dec 24
2
Unlocking Vonage ATA 186
In the process of investigating a Cisco ATA 186 that was locked by Vonage, I found that you can still unlock the device yourself. But there's a catch. The device's design has a great plus: a DIP32 *socketed* SST28SF040A flash chip. I found an 8 digit unlock code at 0x03FA71-0x03FA78. I do not know if that is a standard location. If you have the equipment, you're in luck. But
2004 Jul 22
2
NAT + iConnectHere Broken in 1.0RC1
I've been using * CVS code from May of this year and was able to connect to iConnectHere and receive calls with * being behind NAT. Now that I've upgraded to 1.0 RC1, this no longer works. I've tried setting nat=yes in places, externip, et al with no success .. even though the code I was running from back then worked without that. Any suggestions? BTW, I've gotten DTMF from
2012 Jul 02
3
carpet plots
Hi all, I wonder why there is so little software for carpet plots (german: Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension (z) symbolized by colourgradients). Besides from one or the other non free software I only found an OpenOffice macro, a combination of Gnuplot and Excel (an Excel macro calling gnuplot) (http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...***************** - - addchar - - Attempts to add the given character onto the end of the current line. - Returns 1 if this can be done, 0 otherwise. - -****************************************************************************/ - -int addchar(c) -inchr c; -{ - int smushamount,row,k; - char *templine; - - getletter(c); - smushamount = smushamt(); - if (outlinelen+currcharwidth-smushamount>outlinelenlimit - ||inchrlinelen+1>inchrlinelenlimit) { - return 0; - } - - templine = (char*)myalloc(sizeof(char)*(outlinelenlimit+1)); - for (row=0;row<charheight;row++) { - if (r...
2003 Dec 24
0
chan_skinny Feature set & Development
Hello ... I'm working with SCCP only phones (ie, Cisco 7910s) and happened to notice that the chan_skinny driver seems to be missing some significant features. Most, if not all, button features (STIMULUS messages) are not implemented and callwaiting crashes the phone. Has there been much development with this driver not part of the standard CVS tree, or is there a diferent driver that
2004 Jan 04
1
Voicepulse DID fast busy
I just signed up for Voicepulse with a DID. I can register with Voicepulse and dialout just fine. Only problem is that when I dial my DID from my POTS line I just get a fast busy and nothing in the console. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040104/d5bd5bd3/attachment.htm
2002 Nov 12
2
Vorbisfile: Small Files broken in 1.0?
I am a game developer, and we used RC3 in our last game. Worked great. I'm trying to update to 1.0 now, and running into some problems. Specifically, I think a change to _get_prev_page() in vorbisfile.c broke the decoder for very small files. I have a file called "silence" that's just a silent wav file. It compresses down to barely more than the header, so it's _really_
2002 Feb 05
2
Documentation Suggestions
I'm a developer for a game company and I'm almost done adding support for Vorbis to our game engine. As such, I wanted to simply plug in the read function, let it decode, and then send the PCM data on to DirectSound just like I always have. There were several occasions where I spent 4 or 5 hours trying to fix a bug, digging through newsgroups and sound-format specs, when that info could
2002 Feb 07
1
Vorbisfile Linker Question
I'm having some trouble getting vorbisfile to link into my project under Windows. I downloaded all the source, and after re-compiling all the dlls and libs with my project's proper settings (Multithreaded, 1-byte alignment), everything works peachy when I use the dlls from the *_dynamic project files. When I try to use the *_static .libs though I get the following linker error:
2014 Mar 19
0
Dovecot crashes on large search result sets in virtual folders when using fts-solr
Hi Devs, I experience reproducible crashes when searching in a virtual folder with fts-solr activated. The crashes occur only, if the folder contains a large number of mails and the result set of the search is also large. If the result set is small, no crash occurs. This happens on Debian Wheezy with versions 2.1.7 and 2.2.9. My goal was it to setup the possibility for cross-folder fulltext