Displaying 20 results from an estimated 10000 matches similar to: "pound/hash key not recognized"
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
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.
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
2004 Jan 20
3
Enter Pin followed by Pound key
Im trying to create a custom application via the AGI. I want to
authenticate the users that dial in with a userid and pin. However, the
number of digits in the PIN and userid are variable, and therefore I need to
allow the user to "press enter" by hitting the pound key. How would I
accomplish this in the AGI?
stream_file doesnt seem to work, since it only allows one digit to be
2006 Jun 09
1
RE: Digium pound key software appliance opinions
So what are peoples thoughts about the new Digium software which appears to
combines Asterisk, FreePBX(?), and Linux into one release to eliminate inter
dependency issues and emphasizes stability. Seems like a much more
professional way to go compared to Trixbox.
Anyone using/testing it. I am curious what sort of opinions people have
about it.
http://www.rpath.org/rbuilder/project/asterisk
2007 Apr 04
1
Pound # key not being handled
I am trying to use call parking. I have the following
in features.conf
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
When I try #700 from my softphone asterisk just passes it
and doesn't interpret it.
Can someone tell me what I am missing?
I am using asterisk-1.2.17
Thanks,
Alberto
2003 Aug 21
4
Asterisk + SNOM + Pound and star keys
How are people handling call transfer with SNOM phones? We are okay with
the "#" transfer workaround, but I worry about how that will work with
other systems that expect me to be able to "press # to return to the
previous menu" or similar.
Thanks,
--Ernest
2020 Jun 14
0
Any api (agi/ari/ami) equivalent of "core show calls"?
Just run ‘core show calls’ as a command from the AMI, and parse the results. I don’t think there is an equivalent pure AMI command.
From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonathan H
Sent: Sunday, June 14, 2020 5:45 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re:
2003 May 10
1
md5 hash request:
Hi
Does anybody have the md5 has value of /usr/bin/netstat
of a FreeBSD 4.4 RELEASE #0 which whas securely boxed?
Thank you
Arie
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Way back in the mists of time, I built my asterisk installation with SNMP support.
It's a bit tedious to get the sub-agent for snmpd set up but once you have it you can poll the OID for the asterisk sub-agent and it will tell you how many calls are up at that
moment in time.
That said, I actually prefer ARA/ARI to flat file configuration of endpoints and dialplans. Changes are more or less
2005 Jul 24
1
international version for number_to_currency ?
bryce benton wrote:
> number_to_currency(1234567890.506) => $1,234,567,890.51
BTW agile book does mention this ..
will this number_to_currency(x) be internationalized ? or i can set it
to Indonesian for example (or to any other languages rather than just
English) ?
--
Salam hangat,
<%= Arie %> | http://blog.riyari.com | Y!: riyari3
email: ariekusumaatmaja_at_riyari_dot_com
2008 Feb 01
0
Re: [Pound Mailing List] Status of Pound-2.3.2 X-SSL-certificate single-line patch ?
For those of you using Pound with Mongrel, the latest dev release allows for
the single line certificate behaviour that Jeff wrote the patch for
initially.
I''ll update the wiki to make mention of it once we''ve been able to do some
testing with it.
On Feb 1, 2008 9:03 AM, Robert Segall <roseg@apsis.ch> wrote:
>
> On Mon, 2008-01-28 at 13:28 -0800, Nigel Kersten
2003 May 22
2
Musiconhold and Parking crash
One problem I noticed when I was testing was that if I use the flash
button
twice in a conversation, asterisk will crash. Does anybody have no idea
why?
MusicOnHold Problem:
I'm really not understanding that feature. I know it works, because I
can set up an
Extension that plays the musiconhold music.
------------------------------------------------------------------------
-----
Somebody
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Wow! I've been *-ing for about 6 years and had literally no idea about
that!
I can see a way I could put it to a different use, but it seems to be a bit
of a sledgehammer to crack the walnut of "how many current callers"
compared to one line of (albeit hacky) dialplan.
That's making me sound ungrateful. I don't mean to be!
On Sun, 14 Jun 2020, 22:39 Steve Edwards,
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 05
0
mongrel_cluster and pound configuration
Hi,
I''ve noticed an issue (or what I think is an issue) with
mongrel_cluster: in the config file, I tell it to store pid files in /
tmp/ and when I start it they get saved there, but when I run restart
or stop, it says it can''t find pid files. Problem being: it looks for
pid files in /path/to/my/app/tmp/.
Is anyone else aware of this?
I have lighty forwarding to pound
2006 May 15
0
Mongrel and ssl? behind Pound
I was about to write a long post about how I couldn''t get request.ssl?to work in Rails behind Pound and Mongrel, but then I figured it out.
In your pound.cfg file, just add:
HTTPSHeaders 1 "X-Forwarded-Proto: https"
Assuming you''ve got Pound working correctly with SSL, this will giveRails the header it''s looking for.
If there''s any interest in a Debian
2006 Jul 03
0
[UPDATE] Pound Docs Wrong
Hi Folks,
There was an error in the Pound documentation at:
http://mongrel.rubyforge.org/docs/pound.html
Basically the documentation has a sample config that only configures one
backend for one service, which isn''t what people want. You actually
want *three* backends in *one* service.
Please go check that your configuration looks like the current
documentation.
Thanks.
--
Zed A.
2006 Jul 10
0
Deploying Rails with Pound in Front of Mongrel, Lighttpd, and Apache
Fyi, here''s a write-up I just posted on deploying Rails with Mongrel(s)
behind Pound:
http://blog.tupleshop.com/articles/2006/07/08/deploying-rails-with-
pound-in-front-of-mongrel-lighttpd-and-apache
Rob
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.