Displaying 20 results from an estimated 100000 matches similar to: "WaitExten?"
2009 Sep 02
2
DISA() fails to recognize dtmf where WaitExten() succeeds (DAHDI-PRI)
Is there any known reason that the DISA() routine should behave
differently than WaitExten() as far as recognizing DTMF tones? If
not, I suspect there's a bug here.
Try it yourself--two DID's on our PRI, numbers below let you test each routine:
It is my observation that some setups/phones DO and some DO NOT
express this variance.
--I could not show any variance on a sprint mobile phone
2005 Sep 22
1
WaitExten
Hi,
In my dialplan I'm using a WaitExten() command. It works only with Zap
phones. When I dial this command with Sip phone asterisk do nothing.
Should I put extra definition in sip.conf to make this work with Sip
phones?
Thanks in advance
Cheers
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
I need to change the sip port from 5060 to 5061 actually we already
used 5060 for proxy to sip any idea to change 5060 to 5061 so all can
acces the sip using this port please help........................
On 4/8/11, asterisk-users-request at lists.digium.com
<asterisk-users-request at lists.digium.com> wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users at
2005 Sep 02
3
DTMF and "breaking through" voice prompts
Has anyone else had problems with users being able to press key tones during
a voice prompt? I have a few users complaining that some systems will not
recognize key presses during them.
using current CVS-HEAD, linksys PAP2 UA's, rfc2833 dtmf mode.
Thanks
Sherwood McGowan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 16
0
Need help with Dial M option and destination context
I would appreciate hearing from anyone who has figured this one out.
Here's the scenario:
I have a context wherein I give the called party the option to dial the
digit 9. If he does so, he is transferred a la this extension entry:
exten => 9,1,Playback(pls-hold-while-try)
exten => 9,n,Noop(Attempting to bridge to ${agentext})
exten =>
2011 Feb 12
1
Variables losing their value????
Alrighty Gents, let's see if any of you have encountered this
one...Variables losing their value...I'm setting a variable with four
underscores (used to be two, had same issue) so it can be inherited by child
channels, and then the next line in the dialplan I use it but it appears to
be empty...I've googled and found nothing stating this kind of weirdness..
Asterisk 1.8.2.2 (upgrading
2007 Jul 12
0
No subject
managed without Realtime and I see no way how to put AEL into DB. Maybe it's
possible?
We are storing "exact-match" info into DB and all _X., etc stuff we have in
extensions.conf. So no speed issues with large systems.
Also: Any reason to "not" use extensions.conf?
What AEL can do better then extensions.conf?
Many people still use vi. Because it can do everything what
2007 Aug 03
5
Difference between WaitExten and TIMEOUT (response)
Hi List;
What is the difference between WaitExten function and
TIMEOUT (response)? As I see that both are used to
determine the allowed time to enter the digits, any
one can advise?
Regards
Bilal
____________________________________________________________________________________
Shape Yahoo! in your own image. Join our Network Research Panel today!
2006 Mar 03
9
Preferred editor(s) dialplan coding?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey all,
First of all, hello again! Been a while since I've posted to the
list, but I've been here lurking and watching ;-)
Anyway, I wanted to pose a general question to the list to see
if it turns up new suggestions for everyone/me.
What is your preferred editor when coding in the dialplan? This
is mainly aimed at those of you who write
2006 Nov 19
2
WaitExten only reading 1 digit.
I am trying to setup an interactive menu where a caller hits the main
menu and can then dial an extension. As far as I can tell the
"Waitexten" app is failing to read 3 digits and just reading the first
and then announcing that it is invalid since all extensions are 3 digits.
How do I make Waitexten wait for 3 digits?
I have setup the extension "100" for users to reach the
2006 Dec 31
0
IAX & WaitExten
Hello list,
I've got a problem (maybe only a problem of understanding how * works) with IAX and WaitExten.
To simplify the problem I've brought it down to the following scenario:
- 3 Asterisk Server A,B and C (central).
- A and B both register with C.
Now I want to be able to dial an extension at A to become connected to C and there I want to dial an extension to become connected to B.
2005 Mar 25
2
WaitExten question
I'm a bit confused about how WaitExten works. I assumed that when it
returns 0, the next priority in the extension would be executed, but
that doesn't seem to be the case. When I get to WaitExten and enter
extension 8, it plays the message, then Waits another 10 seconds and
times out.
[local]
exten => s,1,Wait,1 ; Wait a second, just for fun
exten =>
2005 Oct 17
1
Problem with incoming calls
Gents, this concerns a CVS-HEAD downloaded today.
I configured my system as I usually do, including using allowguest=yes
to attempt to correct the following problem, but to no avail. When any
call comes in from an external server I get this:
Oct 1715:36:43 NOTICE[4040]: chan_sip.c:10774 handle_request_register:
Failed to authenticate user "+16143691415" /(this is the number making
the
2011 Mar 23
2
using ${EXTEN} with waitexten
All:
Some of the people who dial into to our system will press the pound key
when entering an extension for the directory key. When waitexten gets
that, I get an error messages as, for example 123# doesn't match any
extension.
I was going to use ${EXTEN} to just use the first three numbers, but I'm
not sure how to use this with WaitExten.
so I have
exten =>
2007 May 16
1
WaitExten not responding on key presses
Hi,
I have the problem that WaitExten is not responding to key presses. Here
are the sections from my extensions.conf:
[globals]
incoming_call=0
menu=0
announce=0
[internal]
exten => 777,1,Goto(hotline,${EXTEN},1)
[hotline]
exten => _X.,1,Set(CALLERID(name)=Hotline)
exten => _X.,n,Set(original_extension=${EXTEN})
exten => _X.,n,GotoIf($[${announce}=1]?4:10)
exten =>
2008 Jun 03
8
Any reason to *not* use AEL? (Also, MixMonitor q)
I am building a new Asterisk server here at the office, and I'm
wondering if there are any downsides to creating my dialplan with AEL.
It seems more intuitive (to me), but I'm not sure if there are any
pitfalls I need to be aware of first.
We use this for internal extensions, 8 pots lines, and our answering
service which gets about 500 incoming calls a day down our T1.
Also, one more
2005 Aug 23
0
FW: SIP DEADLOCK
Sorry, sent with wrong account....read below
_____
From: Sherwood McGowan [mailto:sherwood@viatalk.com]
Sent: Tuesday, August 23, 2005 8:34 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: SIP DEADLOCK
Anyone using a CVS-HEAD pulled later than 8/13? We're runnign a downloaded
CVS-HEAD from 8/13/2005 and getting SIP Deadlocks like crazy.....
2005 Sep 12
1
Other Voicemail systems
Since I can't seem to get anything figured out for the Comedian system, are
there any other systems out there that we can hook asterisk into?
Sherwood McGowan
ViaTalk
Level 2 Support
VOIP System Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050912/32ae9d25/attachment.htm
2005 Sep 06
1
Routing depending on sip response code?
Hey all,
I'm trying to create redial on busy for my users, but haven't the foggiest
on how to make asterisk route depending on the status code returned over SIP
(483, Busy Here?). . . anyone know how to do this?
Thanks
Sherwood McGowan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 09
3
WaitExten and Macros
I am trying to use a WaitExten in a Macro, and I am finding that the extension which is pressed ends up in context of the calling context and not in the Macro.
How do you do a WaitExten in a Macro?
Tony Plack