Displaying 20 results from an estimated 5000 matches similar to: "Problem trying to SayDigits when an invalid extension is dialed"
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
2013 Feb 08
2
SayDigits
Hello
Is there a way to slow down or speed up the speed at which SayDigits
rattles off a series of digits?
Reagards
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys,
I'm somewhat of a newbie and am desperately seeking for some help...
I've managed to get asterisk up and running on my server, and signed up with a
broadvoice account...
I'm having no problem dialing and communicating between extensions, but whenever
anyone tries to call my broadvoice account, they are greeted by no ring or
anything, but rather simply a direct to
2003 May 27
13
SayDigits
Any chance of say digits being extended to recognise "*" & "# " ??
Heck these are digits on a normal keypad :-)
Gary
.
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
2005 Oct 14
7
validates_confirmation_of not working
Hello, I''m having a weird problem in my user model. For the
change_password method I have the following:
def change_password(oldpass, newpass, confirmation)
oldpass = self.class.myhash(oldpass)
reload
passhash = self.password
self.password = newpass
self.password_confirmation = confirmation
if valid? and oldpass == passhash
save!
else
# valid?
2007 Jan 12
4
FW: Get dialed numbers in AGI
On 1/11/07, Mike D'Ambrogia <miked@jamagination.com> wrote:
>
> Ralph
>
> Kind of new to asterisk, and really new to AGI but it looks like you were
> trying to have the AGI script tell asterisk to read and lay the results into
> my_var and then regain control in the AGI script, is that correct?
>
> If so I don't think that will work since the dialplan
2005 Dec 15
8
How to ensure deletes cascade to associated models?
I have the following models:
class Resume
belongs_to :resume_assignments
end
class User
belongs_to :resume_assignments
end
class ResumeAssignment
has_one :resume
has_one :user
end
When I delete a resume, I want to make sure that its associated
ResumeAssignment gets deleted also. Calling destroy_all to delete
some resumes doesn''t seem to do this. Is there an option that will
2005 Jul 23
11
Validation without ActiveRecord
Hello, I followed the instructions at
http://wiki.rubyonrails.com/rails/show/HowToUseValidationsWithoutExtendingActiveRecord
But now I''m having trouble trying to create my form view. Here''s a
brief rundown of what I''ve done:
- Created a class called SearchRequest that extends ValidatingBase and
saved it in a file called search_request.rb and put it in my models
2005 Jan 15
1
SayDigits -- ToneDigits??
I have a user who wants to receive an ANI spitback in DTMF. Right now,
the "SayDigits(${CALLERIDNUM})" command works fine with voice. But I'd
like to end up doing both. Something along the lines of:
exten => 34,1,Answer
exten => 34,2,Wait(1)
exten => 34,3,Playback(vm-extension)
exten => 34,4,SayDigits(${CALLERIDNUM})
exten => 34,5,Wait(2)
exten =>
2007 Apr 15
1
saydigits in another "language"
I want to rerecord the "1" "2" "3" ... "0" sounds, but not overwrite the
defaults. So, I've recorded them into a custom directory
/var/lib/asterisk/sounds/custom
I was hoping to be able to do the following:
exten => foo,1,Set(CHANNEL(language)=custom)
exten => foo,2,SayDigits(1234567890)
however, I get no errors, but still get the default
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
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
2007 Oct 06
1
DUNDi, regcontext, softphones.. fail.
> I'm having an issue deploying softphones into my DUNDi/regcontext
> setup. My current design is that all SIP users get registered into a
> sipregistration context in the sip.conf. I then have a dialplan
> function that includes that and does the dial:
>
> include => sipregistration
> exten => _XXXX,2,Answer()
> exten => _XXXX,3,Wait(1)
> exten =>
2007 May 15
3
Mr. Spencer Written
Hi,
Mr. Spencer written the article "Using DUNDi with a Cluster of Asterisk
Servers <http://www.voip-magazine.com/content/view/3644/0/1/0/> " in the
VoIP Magazine and the piece follow:
[lookupdundi]
exten => _X,1,Goto(${ARG1},1)
switch => DUNDi/priv
exten => i,1,Goto(lookupmysql,${INVALID_EXTEN},1)
I didn't get understand the usage ARG1 argument in the context.
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
2007 Apr 02
1
Asterisk realtime
Hello,
I'm using Realtime to select extensions out of a database so that we can
provision inbound tollfree on the fly. Once I 'catch' the inbound, I
want to "get out" of realtime and use the regular extensions again. I
thought I could just use the goto statement and go to another
context/entension in the 'non-realtime world'. Is this not possible? Is
it all or
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 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