Displaying 20 results from an estimated 4000 matches similar to: "Enter Pin followed by Pound key"
2004 Jun 02
4
Splicing audio clips into one stream
Is there a Linux tool that will splice several gsm sound clips together
into one clip?
In my agi script, I would like to use 'get_data' with one clip instead
of multiple 'stream_file' so the user doesn't have to listen to the
entire spiel before responding.
Thanks,
--
Michael Welter
Introspect Telephony Corp.
Denver, Colorado
+1 303 674 2575
mike@introspect.com
2003 Nov 27
1
AGI (IF/ELSE)
I need some help with some statements.....
#!/usr/bin/perl
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();
my $callerid = $input{'callerid'};
if ($optemp != 1) {
my $empid = $AGI->get_data('employee',-1,5);
$AGI->stream_file(entered);
$AGI->say_digits($empid);
my $optemp =
2008 Jul 23
3
Trouble Playing message file via Perl AGI
Hi all,
I'm trying to build an IVR using the Perl AGI module at
http://search.cpan.org/~jamesgol/asterisk-perl-0.10/lib/Asterisk/AGI.pm
But, I'm having trouble getting my program to play a message and wait for a
keystroke.
I am able to use this code to play the file, so I know that the $msg variable
points to a valid sound file:
$result = $agi->exec("background $msg");
2006 May 11
10
MeetME Conferencing
Can anyone point me to a sample or information on using MeetMe like
this?
Conference room is set up with 2 PINs, one for the moderator and one for
the participants.
Participants get music until the moderator joins (to avoid wild,
un-moderated tangents).
Call is ended and all participants are kicked out when the moderator
leaves (or the moderator can kick everyone out via phone keypad).
2004 Mar 30
2
Asterisk server lockup
Hello,
We are trying to deploy a new asterisk server with a Wildcard T400P (quad
T1) card. It uses a custom voice recording app written in the perl AGI.
Now that the machine has been in production, it seems to lock up within 24
hours of reboot! When it locks, we can ping the machine, but we cannot log
in using telnet or ssh. Asterisk stops answering the phone and our Big
Brother monitoring
2003 Jul 24
4
the 'pound' and '#' are the same?
Hi,
I am translating the voice files of voicemail now. I don't know if the POUND and # are the same key in the telephone's keypad. If they are same, how could we understand the following message:
%vm-msginstruct.gsm%To hear the next message press 6, to repeat this message press 5, to hear the previous message press 4, to delete or undelete this message press seven, to quite voicemail
2007 Aug 16
3
Sessions on Rails with Pound and Mongrel
Hi All,
I''m experiencing a problem when using pound with Rails. My set up is I
have a machine acting as a load balancer running Pound. This listens
on port 80 and directs requests with a particular URL to two backend
servers both of which are serving my rails app using mongrel cluster
on ports 9000,9001 and 9002. There is a problem with sessions even
though I am storing the session data
2006 Aug 23
2
Excessive CLOSE_WAIT sockets, pound
Hello,
I''m experiencing a strange, but very bad behavior with Mongrel
0.3.13.4 and Pound 1.8. Every 6 hours or so one of our nine (not
consistent on which one) application servers ( each one running
several mongrel processes ) will start leaving lots of socket
connections with pound open. This leads to "Too many open files"
errors. I''ve set pound to close connections
2005 Jan 17
4
Wait(n) -v- Background(silence/n) ?
Will Wait(n) still listen for DTMF input from the caller after there has
been a Background(some-message) prompt, or do I need to use
Background(silence/n) to still listen for DTMF?
--
Howard.
LANNet Computing Associates;
Your Linux people <http://www.lannetlinux.com>
------------------------------------------
"When you just want a system that works, you choose Linux;
when you want a
2006 Jul 18
6
Replace Pound/Pens/Balance with Ruby alternative
Right now you can use either Pens/Balance/Pound to put in front of some
Mongrels and it works really good (easy to setup too!). I got to
thinking, would it be possible to mimic what Pens/Balance/Pound does in
pure Ruby (yeah, I know the answer is yes)? I guess I''m looking for a
starting point. Does one simply write an HTTP listener that then
redirects the calls to Mongrel? Is
2006 Mar 17
2
British Pound character in error messages
some of my validation error messages contain a pound sign (the British
currency, not #)
however, this get''s shown as a question mark in the view. i can get round it
by using the html reference (£) instead of the literal character, but
it seems a little counter-intuitive to handle this in the model... isn''t it
view related?
any suggestions? I''m developing
2006 Jul 08
8
Mongrel, lighty, pound, and request.remote_ip
Is anyone using the setup described at the Rails blog?
http://weblog.rubyonrails.org/2006/7/3/pound-makes-lighty-and-mongrel-
play-nice
I''m using it in production, and the only problem I have is the same
as people have described in the comments over there, namely that
Rails thinks all requests come from localhost.
See http://isabont.com/requestinfo for the headers.
Any
2004 Jul 25
1
pound key tone generated after call answered?
Hello,
I've been working on an * dialer application, whereby a requirement is that if no one answers the call, a message must be left on voicemail. I've been using the record(tmp.gsm) function with silence detection enabled to wait for the greeting to finish before speaking.
However, on voicemail systems where you can interrupt the greeting with a pound (#) key to access your voicemail
2007 Jan 10
7
ultramonkey vs pound?
I know most people use pound, but has anyone tried using ultramonkey as
a load balancing solution between a cluster of mongrels and lighttpd?
Thanks,
Ray
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2006 Oct 20
5
OT: Problems with Pound Signs and Apache
Hi list,
I have 2 Centos 4 servers running the Horde system, apparently identical
in configuration, but they are behaving differently...
On one, when emails containing a Pound Sign (?) are displayed it shows
as ?? (not sure if this will come through right, but it's a capital A
with a 'hat' accent over it followed by the pound sign).
On the other, the Pound sign displays
2007 Aug 23
6
mongrel + pound + ziya problems
Hi,
i''m using to ziya to display some graph.
If i use it running mongrel as single instance all work good (very slow
but work).
If i try to use it with pound as htto proxy ziya charts wait forever for
data...that never arrive.
If i check the mongrel log it seemes to make queries on the database and
retrieve data,but nothin appera.
Anyone have an idea on how i can solve this problem?
2004 Jan 15
2
Disturbing trend of * production boxes that shouldn't be
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of
> Gary Franczyk
> Sent: Thursday, January 15, 2004 10:37 AM
> To: asterisk-users@lists.digium.com
> Subject: RE: [Asterisk-Users] Basic Asterisk capabilities question
>
>
> Whaaa?? So, to allow 24+ lines of dial in access, how
2008 Sep 11
1
IVR response of the pound key
Dear all,
I've used trixbox to compose a custom IVR, and I've defined the input
of pound key(#) leading to the repetition of the parent announcement.
But each time the pound key is pressed, file "dir-intro.gsm" will
always be played. Can any one tell me the reason?
By the way,if I want to modify the build-in IVR, which configuration
file should be edited? Thanks in advance.
2007 Oct 03
1
Resolving digit strings using pound/hash.
Hi all,
The thing that has bugged me about Asterisk since I first started
playing with it, is the fact that the pound sign/hash/octothorp doesn't
resolve digit conflicts or cancel timing on a variable length string such
as a tie line code or when you call numbers in a country whose length can
be different between numbers in the same plan. In North America, we see
this when calling
2013 Jun 19
1
Pound Sign # in password
Is there any way to use a pound sign # in my postfix user password in the
dovecot sql configuration file.