similar to: using ${EXTEN} with waitexten

Displaying 20 results from an estimated 120 matches similar to: "using ${EXTEN} with waitexten"

2013 Aug 20
2
Cut off last character of EXTEN
Hello, how can I cut off the last character of the EXTEN-variable with variating length ? So I have : 112233# 123# 123456789# I want to cut off the last character. ${EXTEN:-1} gives me #, but that is the character I want to cut off. Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
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
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?
Hi, 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
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 include => speeddials
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.
2014 Jan 21
3
Asterisk Fax detection *11.7
Hello everybody I'm trying to enable the Digium res_fax app at my *11.7 Server. a fax show stats comes up with FAX Statistics: --------------- Current Sessions : 0 Reserved Sessions : 0 Transmit Attempts : 0 Receive Attempts : 1 Completed FAXes : 1 Failed FAXes : 1 Digium G.711 Licensed Channels : 1 Max Concurrent : 0 Success : 0 Switched to
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
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
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!
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 =>
2009 Aug 25
0
DTMF duplicated when Waitexten
Hello, I have a problem of DTMF duplication. I receive call from my provider with SIP protocol. These calls pass through an interactive voice menu, using the application Waitexten to enter a client code. The menu works fine, but sometimes I have DTMF duplication that prevent proper code entry. All DTMF come twice. my sip.conf ----------- [general] context=default allowguest=no
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 =>
2006 Dec 15
1
Page + ParkAndAnnounce
[Sorry it's the third time I send this message as I couldn't see it in the list. I hope it will not come three times]. Hi everybody. It is possible to announce the parking position through a paging to a group of extensions? I would like that when someone parks a call, some phones will announce with the speaker the position. Something like: exten =>
2015 Mar 23
1
Auto Answer
Hi , I'm having some problems with functions enable auto answer in some Grandstream GXP 1405 , I have enabled this feature in the snom 821 phone and work gr8 , in the gandstream not work, I enable the function on the phone "Allow Auto Answer by Call-Info: yes Dialplan: exten => 501,1,SIPAddHeader(Call-Info: answer-after=2) exten => 501,n,Page(SIP/140&SIP/110,d) exten
2018 Dec 03
4
[supermin PATCH 0/2] Create a really empty base.tar.gz
See patch #2 for more explanation. Pino Toscano (2): prepare: keep config_files available for longer prepare: create a really empty base.tar.gz with no config files src/mode_prepare.ml | 87 +++++++++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 35 deletions(-) -- 2.17.2
2004 May 14
4
Nufone.net?
Hi, Is anyone else having trouble with their numbers associated with Nufone.net? Our IAX registration with them started failing about two days ago and they have been unresponsive to both emails and phone calls. If one rings the number, one gets a "number is unreachable, please try again" recording... Michael Swan Neon Software, Inc.
2003 Nov 09
4
Multi phone presentation
Hi, Does anyone have sample * configuration on how I can get an incoming call to ring all SIP phones (small setup, say 4 phones) at the same time. 1) I would like to pickup up any phone and the ringing should stop (of course) 2) Put on hold and pick up on a different phone set. Do I need special phone features to achieve this? E.g. would the Grandstream 100 do it? Thanks -- Costas Menico
2005 Aug 22
2
Shared Call and Bridged Line appearances on Polycom IP501
Greetings, I am trying to get either of the above features to work with *, but can't seem to get it quite right. If anyone has them working, I'd sure appreciate an extract from the relevant config files. Or, maybe I'm tilting at windmills, and * doesn't support them - in which case, the underlying business need is to provide the one incoming call on more than one