Displaying 20 results from an estimated 273 matches for "waitexten".
2005 Aug 09
0
Random Zap Channel Resets
...p/20-1'
-- Starting simple switch on 'Zap/21-1'
-- Starting simple switch on 'Zap/22-1'
-- Starting simple switch on 'Zap/23-1'
-- Executing Set("Zap/1-1", "TIMEOUT(digit)=5") in new stack
-- Digit timeout set to 5
-- Executing WaitExten("Zap/1-1", "") in new stack
-- Executing Set("Zap/2-1", "TIMEOUT(digit)=5") in new stack
-- Digit timeout set to 5
-- Executing WaitExten("Zap/2-1", "") in new stack
-- Executing Set("Zap/3-1", "TIMEOUT(digit...
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...
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...
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 => 4349701010,1,Answer()
exten => 4349701010,2,ringing
exten =&g...
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
2004 Jun 18
3
WaitExten substitute
i am using the freebsd port, which seems to not yet have WaitExten(),
which i kinda want to use thusly
[ext-666]
exten => _.,1,SetVar(areacode=666)
exten => _.,2,Background(zz-in-who) ; give them list of extns
exten => _.,3,WaitExten(10) ; let them enter extn to call
include => extensions
include => applications...
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.
I've...
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 =&g...
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 mob...
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 switchboard as
they would from outside:
[interna...
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
2015 May 06
2
Phones don't stop ringing when queue is answered
...namic
type=friend
port=5060
call-limit=5
nat=force_rport,comedia
callcounter=yes
queues.conf:
[queue_level_1]
musiconhold=default
music=default
strategy=ringall
joinempty=yes
timeout=18
member => SIP/178
member => SIP/146
member => SIP/169
extensions.conf:
[test-queue]
exten => s,1,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,18)
same => n,Playback(transfer_exten)
same => n,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,18)
same => n,Playback(user_unavail)
same => n,Voicemail(169 at myvm,s)
same => n,WaitExten(2)
same => n,Hangup()
This rings a group of ph...
2018 Jun 26
2
Asterisk not matching longest prefix with include
Hi,
My dialplan looks like this:
[from-external]
Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT)
Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)})
Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN})
Exten => _X.,n,Ringing
Exten => _X.,n,WaitExten(15)
Exten => _X.,n,Congestion()
Exten => _X.,n,Hangup()
include => test
[test]
Exten => 8282,1,Noop(--- WE GOT TO CONTEXT TEST!--------- )
If I dial 8282 I would thing that I would see in the CLI " --- WE GOT TO
CONTEXT TEST!---------" however when I make a test call I...
2006 May 16
0
Need help with Dial M option and destination context
...lplan context
"Macro-Connect_to_agent":
[macro-Connect_to_agent]
exten => s,1,DigitTimeout(180)
exten => s,n,Noop(Inside macro, ARG1 is '${ARG1}') ;ARG1 = dnum
exten => s,n,Set(AGENT_TRIES=1)
exten => s,n,Noop(Agent tries = ${AGENT_TRIES})
exten => s,n(repeat),WaitExten(.5)
exten => s,n,Background(your-account)
exten => s,n,Background(number)
exten => s,n,WaitExten(.5)
exten => s,n,SayDigits(${ARG1})
exten => s,n,WaitExten(1.5)
exten => s,n,Set(AGENT_TRIES=$[${AGENT_TRIES} + 1])
exten => s,n,GotoIf($[${AGENT_TRIES} > 40]?10:repeat)...
2005 Sep 12
0
WaitExten?
Is WaitExten working in current CVS-HEAD? I'm attempting to use it in some
new dialplan code but not getting anything....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050912/132b82c8/attachment.htm
2009 Mar 22
1
CID when using WaitExten?
...i, all. My "autoattendant" looks like this:
exten => s,1,Answer()
exten => s,n,Background(corporate-greeting)
exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds
exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds
exten => s,n,WaitExten(30)
When the call gets forwarded to the destination extension, however,
there's no caller ID (instead, calls are from "Asterisk"). What am I
doing wrong?
Thanks!
-Ken
P.S. Apologies if this is a duplicate; sent originally from an account the
Asterisk mailing doesn't/shouldn&...
2016 May 09
3
Switching between Music on Hold streams. [13.8.2]
...all is answered, transfer the calling party to the
specified priority and the called party to the specified priority plus
one.
context
exten
priority
I think I have something almost there now, with the following:
[streamdemo]
exten => s,1,Answer
exten => s,2,BackGround(menu)
exten => s,3,WaitExten
exten => s,4,Goto(s,2)
exten => _[2,3,4,5],1,Dial(Local/${EXTEN}@play-radio,,G(play-radio^${EXTEN}^2))
exten => _[2,3,4,5],2,Goto(s,2)
[play-radio]
Exten => _[2,3,4,5],1,Answer
exten => _[2,3,4,5],2,MusicOnHold(${CALLERID(name)}${EXTEN})
exten => _[2,3,4,5],3,Set(CHANNEL(language...
2013 Nov 27
3
issue with speech in IVR
...xten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)
[home]
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}music1)
exten => s,n,Background(${sounds_path}music2)
exten => s,n,Background(${sounds_path}music3)
exten => s,n,WaitExten(5)
exten => s,n,goto(home,s,1)
exten => i,1,Playback(${sounds_path}error)
exten => i,n,WaitExten(5)
exten => i,n,goto(home,s,1)
exten => 1,1,Goto(project,s,1)
[project]
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}my...
2008 Mar 12
3
DTMF problems while greeting is playing (Background())
...E410p T1 card and I've noticed that under asterisk
1.4.17/18 I have problems detecting DTMF in IVRs. I think I've
narrowed the problem down to some sort of interference between the
greeting that is playing and the DTMF tones. DTMF detection seems to
work very reliably when I am in Read() or WaitExten(), but is
absolutely unusable while in Background().
I hope someone has some ideas for a workaround or solution to this
problem. Having users wait until the end of a greeting to make a menu
selection is pretty much unacceptable.
Thank you.
-- James
2006 Nov 03
4
some simple newbie help with dialplan needed...
Hi all!
I need a simple plan for the following:
*answer call
*wait for 4 digit extension
*send call to 4-digit extension entered.
I tried the following, but that doesn't work...
exten => 998,1,Answer()
exten => 998,2,Background(agent-newlocation)
exten => 998,n,WaitExten(20)
exten => 998,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr)
WaitExten obviously does not fill EXTEN with its value...
Anyone any suggestions?
Regards,
Evert