similar to: VoIP providers -- California, U.S.

Displaying 20 results from an estimated 4000 matches similar to: "VoIP providers -- California, U.S."

2006 Feb 17
7
FCGI hanging w/ lighttpd and RoR 1.0 (need to kill -9)
Hi, everyone, I''m currently running a Rails 1.0 project using lighttpd-1.4.9 behind Apache 2 on RHEL 3. My fcgi process (I''m only using one right now) always hangs after some time, which is something I haven''t experienced before (e.g., I''ve run this same app. on a TextDrive account and it works fine there). So ... any ideas on what could be causing this?
2001 Nov 28
2
Can't connect from Windows 2000
I recently upgraded my Linux install (Debian potato to woody) and now Samba is no longer playing nice with Windows 2000. I can use smbclient on the samba machine to connect to itself, so at least that's working. The error from Windows is: "The semaphore timeout period has expired.". I deleted the smb.log file at one point in an effort to reset it. I figured it'd be created
2005 Aug 24
3
Motherboards and IRQs
Someone mentioned earlier (I can't find the message now) that they had a motherboard that allowed you to change IRQ assignments in BIOS. Does anyone happen to know how to identify motherboards that can do this? I'm going to put together a new machine now and I'm having trouble picking a motherboard for it (ordering from Dell or other online vendor is not an option, since I need
2006 Mar 28
3
(slightly OT) Reporting tools (Jasper, DataVision, etc.)
We''re evaluating reporting tools right now, both open source and closed. I saw that a bunch of people on this list have considered Jasper/iReport -- is this coincidence, or is this the best open source report writer right now? The proprietary tool we''re comparing them to is Crystal Reports. Reports will need to be editable by end users, and they''re running Mac OS
2006 Mar 15
3
Special characters in ERB
I''m pulling text out of a database that contains special characters, like the trademark sign. For example, a typical string might be like this: string_from_database => "Some Special Brand\231 is for sale this Thursday through Friday." The \231 is the trademark sign (TM). ERB converts this to question marks. So, my question is -- how can I get it to display the trademark
2005 Dec 17
2
Alternative to nested form tags
You can''t nest HTML forms, so I was wondering ... I have an HTML form, and I have one element where I want to use Ajax inside the form (e.g., a pop-up that contains a search box when there are too many items for a selection list) ... how would I accomplish that? If I could use nested form tags, I could put a small, one-field search form inside the larger form. Thanks! Jen
2006 Jul 18
4
Some basic questions
Hi, David and everyone, I''ve had Ferret running fine in a production Rails application for a while now. I haven''t updated Ferret or really looked at the Ferret-related code since probably January, but I recently started thinking about trying out the latest version (we were using 0.3.2, I think). I got the latest (0.9.4) and have noticed things break. In particular, I used to
2005 Dec 19
2
Parentheses for precedence?
I''m not sure whether this is a bug or whether I''m simply expecting Ferret queries to work in a way other than they''re intended. I notice that if use a query like: (other_text:"Collaborative tools") AND NOT other_text:podcasts I''ll get correct search results. However, if I put parentheses around the second part, like:
2006 Jan 12
1
Saving habtm relationships and Rails 1.0
I know there''s a problem saving has_and_belongs_to_many relationships w/ Rails 1.0 in that only the first association is saved (http://dev.rubyonrails.org/ticket/3213). What are people doing about this? I guess I could move to using the trunk release, but I''m hesitant because that might introduce a bunch of unknowns. Is there a workaround? For example, a way to explicitly
2006 Jan 10
18
Ferret with IMAP dirs
I''d like to use ferret to build an imap indexer and search utility, but want to check first to see if anyone else is working on this and offer my help. Anyone? Also, if you could provide any helpful pointers on indexing directories via ferret, it''ll be very much appreciated. I''m a lucene nuby. Thanks! John -- Posted via http://www.ruby-forum.com/.
2005 Aug 12
10
Anyone using Firebird w/ Rails?
I saw that there''s a patch in the queue (http://dev.rubyonrails.com/ticket/1874) for a Firebird adapter. Just wondering if anyone is using this, the other Firebird adapter, or something else w/ Rails. My main interest is that sometimes Windows is a target platform, and Firebird is stable on Windows, whereas I''ve heard that the Windows version of PostgreSQL isn''t
2005 Dec 14
4
Fuzzy search on a phrase
I''m trying to use Ferret to do fuzzy searches. If I use fuzzy search for just one word, it works fine: index.search(''name:gogle~0.4'') However, if I try to use a phrase, it doesn''t work: index.search(''name:"gogle search engine"~0.4'') On the other hand, I could do: index.search(''name:gogle~0.4 AND
2005 Aug 20
8
Small office setup/using analog lines w/ Asterisk
Hi, We recently tried installing Asterisk for a small office. We figured the safest way to go would be to buy from someone who sold equipment specifically for Asterisk and to use a consultant that they recommended. However ... it didn't turn out so great. Sound quality is terrible -- the echo is pretty bad, and there are popping noises, too. Callers say that people on the Asterisk end
2005 Sep 29
1
Meet me conferencing without blind transfers (Asterisk@home)
Hi, I'm using Asterisk@home and am having trouble using the conference bridge that comes built in. We're using Polycom phones. When we transfer the first person into the conference room (e.g. 8101) , they get into the room fine. When we try to transfer a second person into the conference room, they get dropped as soon as we finish the transfer. This is using Polycom SoundPoint 301
2014 May 22
1
Xen and Centos 6.5
What exactly is the status of Xen and Centos 6.5? Is it available to install and run on production machines? I find a lot of how-to methods for installation on google, but is there a standard recommended way to install this according to the Centos folk? steve campbell
2003 Nov 17
1
Voip providers U.S (eastern) ??
Hello, can anyone out there recommend any voip companies in the US that can provide D.I.D lines that ring in to you SIP/IAX connection? I am aware of getting a T1 hooked up with D.I.D lines and a bank ofr lets say 20 numbers.. But is there any way around this using mostly VOIP ?? Thanks...
2005 Nov 26
6
Fuzzy searching
Hi, everyone, Just wondering if someone had come up with a good way to do fuzzy searches if you use MySQL as your database (we tried switching to PostgreSQL, but that ended up adding even more problems). Ferret sounds great, but reading through the discussion it looks like we need to solve the problem of write conflicts. I just wrote a post in ruby-talk about using KirbyBase maybe to solve
2005 Dec 17
4
Rake migrate and creating join tables
Just wondering if there''s a way to use migrations to generate join tables (where the table columns comprise only of foreign keys to other tables, and where the primary key is all the foreign keys taken together). I made the changes manually in MySQL, then did rake db_schema_dump and it gave something like this: create_table "apples_oranges", :id => false, :force
2005 Dec 29
5
Short words not indexed?
I noticed that if I have a field that contains something like "Institute for medicine", that if I search using nay of these queries: for *for* for~ Nothing shows up. If I search for either of the other two words, though, that term would show up in the result set. Does this indicate that short words like "for" are not indexed? Thanks! Jen
2015 Aug 05
2
[BUG] Incorrect ASCII escape characters on Mac
On Wed, 2015-08-05 at 10:02 -0400, Ramkumar Ramachandra wrote: > > - at 5 = internal global [10 x i8] c"\22\D0\12\F4!\00\15\F9\EC\E1" > - at 6 = internal global [10 x i8] c"\D0\19\FB+\FD\F8#\03\E2\11" > + at 5 = internal global [10 x i8] c"\22Ð\12ô!\00\15ùìá" > + at 6 = internal global [10 x i8] c"Ð\19û+ýø#\03â\11" > > The diff