search for: finkelstein

Displaying 20 results from an estimated 29 matches for "finkelstein".

2005 Nov 27
2
pxelinux -> pxeboot load?
...oot vga=788 root=/dev/ram Everything is okay on the DHCP end, as I mentioned prior, that I can pxeboot without pxelinux, I just can't chainload the pxeboot or load a kernel. Any help at all would be GREATLY appreciated as this isn't a setup with a lot of documentation out there. -- Steve Finkelstein stevefink at gmail.com
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all, I have the following in my extensions.conf: exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" | "8585970327"]?15:5) The numbers listed above are known spammer numbers. However, when I call from any other CALLERID, it still directs me to s,15 which is the Hangup() application. Here are logs from the asterisk CLI: -- Executing
2007 May 01
3
Delay in Dial()
All, Is there any syntax I can use to put a delay in two lines being dialed? One is a SIP endpoint, the other is my cell phone. I'd like to have the SIP phone ring for some arbitrary number of seconds before it is sent off to the mobile phone. Using something like a Wait() within a Dial() would be ideal. Any suggestions? - sf
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all, I've compiled zaptel drivers and reconfigure asterisk afterwards from source --with-zaptel. Modules are loaded accordingly: asterisk-1.4.2 # lsmod |grep z Module Size Used by ztdummy 5472 0 zaptel 194504 5 ztdummy crc_ccitt 3521 1 zaptel my musiconhold.conf: asterisk-1.4.2 # grep -v '^;'
2005 Jul 28
3
MySQL authentication
Hi I am wanting to install : dovecot 1.0-stable I currently have dovecot 0.99.11-1 which came packaged on Fedora Core 3 It is doing auth off a MySQL db an working well I have downloaded the latest stable tarball and extracted ... I don't see how to enable mysql lookups at compile time... Help please ... I am getting a lot of pressure from the people at work ... Regards Andrew Andrew
2010 Feb 12
2
What happens to RJS in Rails 3
I know that Rails 3 ideal of unobtrusive javascript will result in the removal of all inline javascript. But where does that leave RJS? It looks like PrototypeGenerator is still a part of the Rails core, so I''m going to assume that RJS templates will remain unchanged. Still looks like gems/plugins such JRals will be necessary for use of other JS frameworks. Can anyone confirm or deny
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all, I'm looking for some rudimentary insight on GotoIf() which seems to be failing on me in my dial plan. All I basically wish to do is block a particular caller. Sounds easy enough, but my ternary operator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to the following macro: [macro-forward] ; arg1 = phone
2009 Dec 17
2
RFC: conflict_warnings plugin
Greetings, I was hoping to get some feedback on a plugin I wrote. The plugin is called conflict_warnings and is currently available from my github repository at http://github.com/EmFi/conflict_warnings The purpose of the plugin is to provide a simple methods of preventing data inconsistencies that could arise from multiple users interacting with the same resource. Under basic operation a
2011 Jul 28
1
Fwd: Re: Writing a Quick Start Guide to Xapian
Another tale of a forgotten CC, damn, so here it goes... -------- Original Message -------- Date: Thu, 28 Jul 2011 14:35:03 +0200 From: Chris <chris at s-4-u.net> To: Justin Finkelstein <justin at redwiredesign.com> Subject: Re: [Xapian-discuss] Writing a Quick Start Guide to Xapian Hey Xapian list, i (unfortunately) have to agree, that the current Xapian docs are 'really newbie unfriendly' as they seem to target experienced C++/OO coders mainly. I've read/p...
2003 Jul 21
2
[OT] Modeling strategies
I happened to look up Frank Harrell's book "Regression Modeling Strategies" on Amazon.com today. I was surprised to see that in addition to the typical links to related books they had sponsored links to sites about "How to become a model", "Try out for reality TV shows", ... There seems to be some confusion about the nature of the modeling that Frank describes.
2005 Oct 14
1
DoveCot 1.0a3 hangs at login
I've just upgraded to 1.0a3 via a freebsd port, and I've begun to notice odd behaviour from Dovecot. After converting my config file settings over to the new format, everything runs fine for an hour or so, then dovecot stops responding: oot at toejamfootball# telnet localhost 143 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost.
2011 May 16
2
Xapian.org design
Hi guys We were talking a little while ago about putting together some content to provide more examples of operations for first-time users. One of the other thoughts that's come up is about the design of the Xapian site; we've a bit of spare designer capacity at work and were wondering if we could do you a jazz-ed up site design (for free) and wondered if this'd be something the
2011 Jun 01
1
Relevance, weighting and searching by specifically weighted text
Hi guys In our implementation of Xapian for one of our sites, we index the title, subtitle, summary and table of contents of around 200,000 products on ReportBuyer.com. When we create each Xapian doc to index this information, we apply a weighting to each of these 'fields' and add these to the doc using index_text with the second parameter passing in a weighting. I've been asked if
2007 Dec 16
1
Reputable company for SIP/IAX2 trunking
Hi all, There's a myriad of options these days and I haven't been keeping up to date with what's respectable any longer. I essentially need a provider that will provide me with one DID to start and let me trunk over SIP or IAX2. I'd like to obviously trunk with Asterisk on my end and have full control over the dial plan. This way I can branch out my DID into extensions and have
2007 Dec 25
1
cdr_adaptive_odbc and custom rdms fields
Hi folks, I was recently made aware that the only way to currently set custom fields in a relational database for CDR is via the experimental cdr_adaptive_odbc drivers found here: http://svncommunity.digium.com/view/tilghman/branches/1.4/cdr_adaptive_odbc.c?view=log I had no problem compiling the driver, and copied the module to /usr/lib/asterisk/modules on my box and setup
2007 Dec 30
1
Looking for PSTN provider with unlimited inbound/outbound plan
Hi all, I have a budget to work with and was wondering if there are any folks providing SIP/IAX2 trunking for unlimited inbound/outbound for a flat rate? We're in the budget range of roughly $5,000 a month and we need multiple channels per DID. I'm not sure if something like this is feasible in the world of VoIP -- and I only need to be able to make domestic/USA calls. Thanks for any
2007 May 06
1
Using Yum for 4.4 FINAl to 5.0 FINAL upgrade
Hi all, Is it possible to do the above yet? I'd much prefer this method over doing a clean install (although I know this is the preferred method.) Thanks, - sf
2007 May 08
1
YUM grabbing two architectures
Afternoon all, Is there any particular reason why yum fetches rpms for two architectures on almost any update/install I'd like to perform? This includes both i386 and x86_64. Here's a small excerpt after performing a 'yum update' cups-libs i386 1:1.1.22-0.rc1.9.18 update 107 k cups-libs x86_64 1:1.1.22-0.rc1.9.18 update 112 k
2011 Jul 28
1
Xapian and Synonyms
Hi guys I've just had a thought about something we do with our search on ReportBuyer.com: we cater for both American and British English in our searches and we have had plans for a while now to implement something that allows users to find 'colour' and 'color', 'tap' and 'faucet' by doing some clever programming. Looking at the Xapian docs, though, it appears
2011 Jul 27
3
Searching using prefixes
Hi guys I'm trying to figure out how I can use probabilistic searching on a given field within a document; I've written to the list about this before, but haven't quite figured out what's required and, following a little research, I think I understand what I need to do but I'd like a clarification on this. o We have a database of a number of documents, with fields: title,