search for: fayettedigit

Displaying 20 results from an estimated 28 matches for "fayettedigit".

Did you mean: fayettedigital
2012 Jan 15
3
I'm trying to relate what I know about Omega/Scriptindex with the actual data
James, thanks for the explanations. I misread the notes. As an exercise, I'm trying to convert an existing project that currently uses Scriptindex and Omega to direct Xapian API calls. I did a (I think) complete dump of a document with delve -r 565 -d database and I see things like subject='A typical subject' with a corresponding set of terms like Sa Stypical Ssubject Which
2006 Jun 23
1
Can I get caller id passed to a phone connected to a Supura 2100?
I have a Uniden wireless phone connected into Linksys/Supura 2100. It works well, except I never see any caller ID information displayed on the phone. Is that a setting in the 2100 that I'm missing, or is it an Asterisk setting or isn't it possible? Thanks, Jim.
2006 Jun 27
2
trunk rollover
I was hoping that rolling over to the next trunk would be simple, but it doesn't appear to be so, especially for a newbie. So I'm looking for a simple way where if I get a busy on the first outgoing trunk, I can do something to get connected to the next one. Perhaps something like the big boys do and dial 9 first? I'm guessing a custom dial plan might do that but I haven't
2006 May 26
3
Two questions about Asterisk@home and backups.
First question, is there a forum for asterisk@home specific questions? I've asked what must have been questions about asterisk@home here and gotten some indication they weren't welcome. Second, does anyone know what files need to be backed up? I don't need to back up the entire system since I can reinstall from the CD in fairly quick order, however, other than the files in
2006 Apr 21
2
omega on debian 0.9.5
Hi, I've tested omega (cgi) on several sql databases on my local machine in which runs Ubuntu, using the version 0.9.4 (installed using apt), and I was really satisfied for the results I obtained. I customized a bit the "query" template. But once I installed omega on the server (using apt for Debian, and omega version 0.9.5), I discovered that the relevances didn't work, as
2006 Jan 03
2
Debian Package Installation
Hi: I've successfully installed Xapian under Ubuntu Linux using APT but when I tried it on an older Debian machine I got a broken package error: ------------------------------------------ # apt-get install libxapian8 Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are
2007 Feb 17
0
Ubuntu dom0 crashes hen I run centos guest.
I know I''ve heard about a second guest causing Ubuntu to crash, but this it the first guest. It used to run but I added another logical volume to the disk line for additional disk space and it now crashes. Here''s the difference between the good and bad files: diff newcentos44 centos44 5c5 < disk = [
2006 Apr 14
1
Suggestion
I have a suggestion. Put a link to the wiki on the home page of xapian.org so folks will know about it. I did a search and found it only referenced once on xapian.org. Seems it should be more available. Thanks, Jim.
2006 Jul 17
1
How would I go about translating this patch to 0.9.6?
//http://search.gmane.org/~xapian/xapian-qp-utf8-0.9.2.patch <http://search.gmane.org/%7Exapian/xapian-qp-utf8-0.9.2.patch> Or is there a new o/ne? Thanks, Jim. /
2008 Aug 17
1
Where is the interface file for java swig files?
There doesn't seem to be any *.i files in the tree. I downloaded the most recent sources via svn. Did a ./bootstrap. Created a build directory and did the ../configure --without-documentation. I could never find the right packages to load to get tex working right, but that's a different problem. I also did a make from the .../build directory. Anyway I'm trying to package the
2010 Oct 09
1
cron.daily is tossing this strange message about xapian:
/etc/cron.daily/apt: Traceback (most recent call last): File "/usr/sbin/update-apt-xapian-index", line 581, in <module> import os.path, re, imp, glob, xapian, textwrap, shutil, fcntl, errno, itertools, time File "/usr/lib/python2.6/dist-packages/xapian.py", line 6, in <module> import _xapian ImportError: /usr/lib/python2.6/dist-packages/_xapian.so:
2011 Jun 10
2
Problem with a web page at gmane.
http://permalink.gmane.org/gmane.comp.search.xapian.general/6933 For some reason the links on that page include the trailing periods so clicking on them will give you a 404 error. Can this be fixed? Thanks, Jim.
2006 Jun 08
1
Anyone with GSM488 experience?
I need another fxo line. Has anyone had any experience with connecting the gsm488 into asterisk? Thanks, Jim.
2006 Oct 29
2
No zap* commands?
I've compiled and installed the zap modules but asterisk still doesn't show any zap commands when I do a help. Any suggestions as to why?
2006 Oct 29
1
Something is trashing /var/run
For some reason, asterisk is changing ownership of all the files in /var/run to itself. /var/run/* now belongs to asterisk.asterisk after a reboot. I installed zaptel, wanpipe and asterisk on a fresh install of CentOS. I did the same thing on Friday and had the same problem, so I scrubbed the disk and tried again. Any ideas what's going on here ? Thanks, Jim.
2012 Jan 15
1
Wiki broken link
There's a broken link on the wiki at http://trac.xapian.org/wiki/SampleCode. The first Perl example points to http://svn.xapian.org/examples/?root=Search-Xapian but that url gives a 404 error. I'd fix it but I don't know where the examples are kept these days. Jim.
2012 Jan 15
1
Another broken link
At page http://getting-started-with-xapian.readthedocs.org/en/latest/overview.html#datasets-and-example-code <http://getting-started-with-xapian.readthedocs.org/en/latest/overview.html#datasets-and-example-code>the python examples file, http://xapian.org/docs/examples/python.tgz <http://getting-started-with-xapian.readthedocs.org/en/latest/overview.html#datasets-and-example-code>
2012 Jun 04
1
Search not finding queries with stop words.
I have a search in perl that looks a bit like: my $qp = new Search::Xapian::QueryParser(); $qp->set_stemmer(new Search::Xapian::Stem("english")); $qp->set_stemming_strategy(STEM_SOME); $qp->set_default_op($defaultop); ... my $par = $qp->parse_query($query); my $enq = $xDatabase->enquire( $par ); and in the db create script: my $stopper =
2013 Feb 21
1
Parsing fields with phrases.
I have the following code: my $par = $qp->parse_query($query,Search::Xapian::FLAG_SPELLING_CORRECTION); print LOG "Query $query, par $par\n"; my $enq = $xDatabase->enquire( $par ); The output from the LOG file is: Query title:"new dolphin", par Xapian::Query(0 * Snew dolphin) No results are returned. If I change the search to title:dolphin it finds a
2013 Aug 21
2
Perl interface isn't working in 1.2.x
At least it isn't working the way it used to. Code: $db = Search::Xapian::Database->new( $dx ); my $qp = Search::Xapian::QueryParser->new(); my $dbSize=$db->get_doccount(); # $qp->set_stemmer(new Search::Xapian::Stem("english")); # $qp->set_stemming_strategy(STEM_SOME); # $qp->set_default_op($defaultop); my $par =