similar to: Trying to set up automatic announcement upon

Displaying 20 results from an estimated 10000 matches similar to: "Trying to set up automatic announcement upon"

2006 Apr 25
0
Trying to set up automatic announcement upon transfer for IVR in AAH 2.8
I am running AAH 2.8. I have an IVR for our main phone number that allows users to dial an extension directly. I would like to have a "this call may be recorded" announcement played before the call gets transferred. There is not a built-in option for this in the IVR web interface, but one way I can do this is to create ring groups for each user with announcements and modify the
2006 May 12
1
Cell phone dialed digits too short to be recognized by asterisk
I'm having a big problem where digits dialed from certain cell phones are too short to be recognized by my asterisk server. I'm running AAH 2.8. Some cell phones don't allow the caller to hold down the digits and have the tones play as long as they hold them down for. They just play a short tone no matter how long you hold down the digits for. Has anyone run into this before, and if
2006 Feb 07
1
setting of :key to :id in cFerret
Hi Dave, I''ve been reading this post below back in December 2005. Is it possible to set :key to :id in cFerret like suggested below? Thanks, Mac On 12/3/05, Carl Youngblood <carl at youngbloods.org <http://rubyforge.org/mailman/listinfo/ferret-talk>> wrote: >* I seem to be getting the same document multiple times in my search *>* results. I''m wondering if
2005 Dec 02
1
Compile error on FreeBSD 4.10 gcc 2.95.4
FYI, I tried installing ferret on my freebsd virtual server and got this: retango# gem install ferret --include-dependencies Attempting local installation of ''ferret'' Local gem file not found: ferret*.gem Attempting remote installation of ''ferret'' Updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while...
2005 Dec 02
4
How to get the count of matching documents
I''m trying to generate a rails pagination helper for some ferret search results, and I need to know how many total matches there are to my search query. I don''t see an obvious way of finding this. Any help would be appreciated. Thanks, Carl Youngblood
2006 Mar 29
2
AAH lost my IVR phrases
Hello- I have a low traffic AAH setup, a few hardphones, a few softphones, 50 calls per day max. I used the AMP Digital Receptionist to make a simple voice menu: "Thank you for calling xxxx". I did this for both Normal times and After Hours times. It worked fine. I then went to the AMP Maintenance window, Config Edit, got the "phpconfig for Asterisk PBX" page, and selected
2008 Apr 24
2
Dynamic finders in has_many associations
I have these 3 models. class Ivr < ActiveRecord::Base has_many :klusterings, :dependent => :destroy has_many :klusters, :through => :klusterings, :uniq => true end class Kluster < ActiveRecord::Base has_many :klusterings, :dependent => :destroy has_many :ivrs, :through => :klusterings, :uniq => true end class Klustering < ActiveRecord::Base belongs_to :kluster
2006 Apr 05
0
IT Manager/Rails Developer position in SLC
Construction Capital Source is seeking to hire a system administrator to manage our rapidly growing IT infrastructure. We are looking for an individual with the following capabilities: - Linux system adminstration experience, including web technologies such as Apache, SSL, PHP, MySQL and Ruby on Rails. - Desire to learn about Asterisk and help deploy an Asterisk-based PBX system. - Experience
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US cities and their longitude/latitude coordinates? I''d like to provide a search option on a website that allows users to search by city but include cities in the surrounding area. Thanks, Carl Youngblood _______________________________________________ Rails mailing list
2003 Nov 27
4
Multi-line TTS Outbound Dialer
Hello, I've been lurking around the mailing list and browsing around on Asterisk-related links while I wait for my X100P to come in the mail. So far I haven't found very much information related to what I want to do with Asterisk. I was wondering if someone could point me in the direction of any work that may already have been done on a project similar to the one I'm trying to
2006 Jun 15
3
Problem trying to SayDigits when an invalid extension is dialed
I am trying to modify a fairly complex digital receptionist dialplan that has a number of included contexts. Right now the system is not announcing the extension that the caller attempted to dial, so callers get confused when they think they dialed a valid extension but asterisk didn't pick everything up. I would like to have the system announce the entension that they attempted to dial in
2005 Dec 03
3
How to avoid duplicate search results
I seem to be getting the same document multiple times in my search results. I''m wondering if this is because by default a document is placed in the search results every time the word you''re looking for shows up. Is that the way it works? Thanks, Carl
2005 Apr 26
2
SQLite error
I have an app that seems to run fine when I develop on windows, but in my linux deployment environment I get this error: uninitialized constant SQLite Here is the stack trace: /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/dependencies.rb:183:in `const_missing''
2006 May 03
2
Is it safe to delete ferret-write.lck if it is stale?
I''m noticing that ferret-write.lck sometimes stays in my index directory and throws exceptions whenever someone tries to do a search. Apparently there are some cases where ferret doesn''t realize that the file is old and can be deleted. I''m wondering what the best way to recover from this error is. Am I safe just writing a cron job that deletes this file if it is over
2005 Dec 16
5
Ordering results by something other than relevance
Along with the contents of the documents in my index, I have stored the date they were added. I want to search for keywords in the index but have the results be sorted by their date rather than their relevance to the keywords. How would I do this in ferret? Thanks, Carl
2006 Apr 30
3
Locale not set error when trying to use C version in a rails app
I''m getting a locale not set error. Does anyone know how I should set my locale in my rails environment so that ferret knows what to do? Why isn''t this a problem in the ruby version of ferret? Thanks, Carl
2005 Jul 07
2
Extension Problems
Better read up on why a sip phone should register with asterisk. Do a 'sip show peers' and that will be the list of phones that can "receive" calls. ------------------- I've double checked this. Everything is logging in fine, because I can make calls, check my voicemail, everything except recieve calls on the SIP devices. David Phelan wrote:
2003 Dec 14
0
Re: FAX, IAX and *....Maybe I'm dreaming...:-) (Carl Youngblood)
Carl Wrote: >Hi Jeff, >I live in Provo and I think I understand the application you're >referring to. Some folks in my neighborhood have been getting to be the >beta testers for these cool new fiber links that the city is supposed to >be laying out. If I only lived a few blocks over, I would be able to >get one too. Darn. Anyway, I've been following this thread,
2005 Dec 14
5
Query question
I have an index in which I want different records to be accessible to different users. I think I can do this by adding a "users" field to each record in the index and narrow down my queries to only those records matching the current user''s userid. I have the userids separated by commas. What would be the right way to query for a certain user? I have to make sure that I
2010 Feb 08
1
Strange Problem
Hello list! I've run into a strange problem today and I was hoping that someone here has seen this before and maybe can give me a hand: I'm using asterisk 1.6.0.22 in this config: (A)PATTON ISDN ->(B) ASTERISK -> (C)PATTON PRI -> PSTN -> (D)OTHER PBX Strange Problem: USER A calls makes a call to a PBX over the PSTN and ends into an IVR. When the user makes a selection and