search for: saydigit

Displaying 20 results from an estimated 199 matches for "saydigit".

Did you mean: saydigits
2007 Jun 07
3
getting at ${CALLERIDNUM}
...o me. Do I need to do something to have this sent across in the sip.conf? Or is there something I need to do somewhere to enable the reading of this data? Thank you! Matt Here is my extensions.conf exten => _XX.,1,Answer() exten => _XX.,n,Playback(hello-world) exten => _XX.,n,SayDigits(${CALLERIDNUM}) exten => _XX.,n,SayDigits(${LEN(${CALLERIDNUM})}) exten => _XX.,n,SayDigits(1234) exten => _XX.,n,Hangup() exten => _XX.,n,SayDigits(${LEN(${CALLERIDNUM})}) says "zero" and exten => _XX.,n,SayDigits(${CALLERIDNUM}) says nothing at all.
2003 May 27
13
SayDigits
Any chance of say digits being extended to recognise "*" & "# " ?? Heck these are digits on a normal keypad :-) Gary .
2013 Feb 08
2
SayDigits
Hello Is there a way to slow down or speed up the speed at which SayDigits rattles off a series of digits? Reagards
2006 Jan 18
1
bug in Authenticate application ?
...t so understood,Please let me question by items. In Asterisk-1.2.1 and 1.2.2,I cannnot understand the operation of Authenticate application's 'j' option. exten => 123,1,Answer() exten => 123,2,Authenticate(789,j) exten => 123,3,Playback(pin-number-accepted) exten => 123,4,SayDigits(111) exten => 123,103,SayDigits(999) In this case,When I fail in the authentication ,priority is '1 ?2'. exten => 123,1,Answer() exten => 123,2,Authenticate(789,j) exten => 123,3,Playback(pin-number-accepted) exten => 123,4,SayDigits(111) In this case,When I fail in the a...
2005 Jan 15
1
SayDigits -- ToneDigits??
I have a user who wants to receive an ANI spitback in DTMF. Right now, the "SayDigits(${CALLERIDNUM})" command works fine with voice. But I'd like to end up doing both. Something along the lines of: exten => 34,1,Answer exten => 34,2,Wait(1) exten => 34,3,Playback(vm-extension) exten => 34,4,SayDigits(${CALLERIDNUM}) exten => 34,5,Wait(2) exten => 34...
2007 Apr 15
1
saydigits in another "language"
...e "1" "2" "3" ... "0" sounds, but not overwrite the defaults. So, I've recorded them into a custom directory /var/lib/asterisk/sounds/custom I was hoping to be able to do the following: exten => foo,1,Set(CHANNEL(language)=custom) exten => foo,2,SayDigits(1234567890) however, I get no errors, but still get the default Allison sounds for the digits. Anyone got any clues on what I'm doing wrong ? TIA Julian.
2004 May 14
4
How to Echo extension number to caller?
I need to dial an extension that tells me what extension I'm dialing from. I'm running a bunch of analog phones off a channel bank to * over a T1. I have the following in extensions.conf. exten => 98,1,SayDigits(${EXTEN}) This says the digits the caller enters on the keypad, not the extension they are calling from. Thanks Guys!!!!!!!! Paul Paul Mahler pmahler@signate.com <mailto:pmahler@signate.com> <http://www.signate.com/> Signate, LLC PO Box 60430 Palo Alto, CA 94306 VoIP Syst...
2007 Jan 12
4
FW: Get dialed numbers in AGI
...ead) Options: (my_var|sound-file|5|||15) -- Accepting a maximum of 5 digits. -- Playing 'sound-file' (language 'en') -- User entered '85214' AGI Tx >> 200 result=0 AGI Rx << get variable my_var AGI Tx >> 200 result=1 (85214) AGI Rx << exec saydigits Resource id #1 // (this is the result of my_var) All the variables here was my_var, it worked for GET VARIABLE but didn't for SAYDIGITS and odbc connection. How can I SAYDIGITS of my_var or insert my_var value into a db? - What I need more to use WAIT FOR DIGIT? Because it didn't stop...
2004 May 25
0
No sound for MusicOnHold and SayDigits
Hi, I am unable to get any music or sounds played with the MusicOnHold or SayDigits commands. I do get sound from the Playback and Background commands. I have gone through the process of installing mpg123 and putting the link in usr/bin (and usr/local/bin). For the MusicOnHold command I can see the call come into * and the command get executed I just get no sound on the phone. T...
2008 Oct 09
0
Interrupt Asterisk's SayDigits()
Has anyone done a modification where you can Interrupt Asterisk's SayDigits(). This will be helpful in order to be able to interrupt an announce and dial digits without waiting to hear all the announcements. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081009/06185059/attachm...
2013 Feb 21
2
Playback on h exten
...0-00000045' status is 'ANSWER' -- Executing [h at from-test:1] Goto("SIP/300-00000045", "play,s,1") in new stack -- Goto (play,s,1) -- Executing [s at play:1] NoOp("SIP/300-00000045", "play") in new stack -- Executing [s at play:2] SayDigits("SIP/300-00000045", "123579") in new stack [Feb 21 10:35:00] WARNING[31945]: file.c:833 ast_readaudio_callback: Failed to write frame -- <SIP/300-00000045> Playing 'digits/1.ulaw' (language 'en') == Spawn extension (play, s, 2) exited non-zero on ...
2006 Jun 15
3
Problem trying to SayDigits when an invalid extension is dialed
I am trying to modify a fairly complex digital receptionist dialplan that has a number of included contexts. Right now the system is not announcing the extension that the caller attempted to dial, so callers get confused when they think they dialed a valid extension but asterisk didn't pick everything up. I would like to have the system announce the entension that they attempted to dial in
2005 May 23
1
SendDTMF into a conference room
...ontext is to put the channel into the conference number equal to the extension that the pass in. [conferencescont] exten => _[A-Za-z0-9].,1,MeetMe(${EXTEN}|mdxAq) [senddtmftones] exten => _.,1,Answer ; I have tried with and without the Answer here. exten => _.,2,SayDigits(${EXTEN}) ;I hear the digits spoken exten => _.,3,SendDTMF(${EXTEN}) ;I dont hear the DTMF tones I can hear the SayDigits but then I never hear the SendDTMF. I originally thought that the tones are sent the wrong way on the channel? So I tried. Exten: Conf28 Priority: 1 Ac...
2003 Jul 28
1
Call Forwarding and DND conf
.... ; dnd Could add some nice audio in here to confirm these. exten => _74,1,DBput(DND/${CALLERIDNUM}=YES}) exten => _74,2,Hangup exten => 73,1,DBdel(DND/${CALLERIDNUM}) exten => 73,2,Hangup ; call forwarding exten => _72X.,1,DBput(SIP/${CALLERIDNUM}=${EXTEN:2}) exten => _72X.,2,SayDigits,${CALLERIDNUM} exten => _72X.,3,SayDigits,${EXTEN:2} exten => _72X.,4,Hangup exten => 71,1,DBdel(SIP/${CALLERIDNUM}) exten => 71,2,Hangup ; i'm sure we can do this with macro's exten => 2000,1,DBget(temp=SIP/2000) exten => 2000,2,Goto(${temp}|1) exten => 2000,102,Goto...
2007 Feb 13
3
AgentCallBackLogin vs AddQueueMember
I am developing an ACD front end using Asterisk 1.2.14. I heard that AgentCallBackLogin will be deprecated in future version of *. Is this true? If it is, how can I use AddQueueMember to replace AgentCallBackLogin? I mean to login an agent in multiple queues at once. I have multiple queues and a lot of agents defined in queues.conf and agents.conf. Each agent may login more than one queue. It
2006 Feb 17
3
MixMonitor and command
...run a macro on hangup, current method I am using seems to miss some calls 5% of calls fail to mix / convert to mp3 etc. Was hoping that MixMonitor would fix this. exten => s,n,MixMonitor(${CALLDIR}${CALLFILENAME}.wav||System(touch /tmp/test${UNIQUEID})) exten => s,n,Answer exten => s,n,SayDigits(1234) exten => s,n,StopMonitor() exten => s,n,Hangup() Output: -- Executing MixMonitor("Zap/1-1", "/tmp/callrec/20060217-212722-1-IN.wav||System(touch /tmp/test1140211642.11373)") in new stack -- Executing Answer("Zap/1-1", "") in new stack...
2005 Feb 22
2
Custom Menu Not Working
...sing 'custom-myapp,s,1', and if I go to 'extensions_additional.conf' I see the following line under the rest of menu item info that was created : "exten => 3,1,Goto(custom-myapp,s,1) ;" and in the extensions_custom.conf file I have [custom-myapp] exten => 3,1,SayDigits(1234) exten => 3,2,Hangup() But when you call and press option 3, it hangs up immediately. I have followed examples from the documentation, and this should be working. Any other places I can check where something is perhaps missing ? Regards -- Chris Blake Cell: 082 775 1492 Work: +27 11 7...
2003 Jun 24
1
Problems with # and extensions.
...1#,1,Background(${MYSOUNDS}/speedhelp) exten => 1#,2,Goto(s,1) exten => _[2-9]#,1,SetVar(SPEEDCODE=${EXTEN}) exten => _[2-9]#,2,Background(${MYSOUNDS}/enterspeednumber) exten => _X.#,1,SetVar(SPEEDNUMBER=${EXTEN}) exten => _X.#,2,Background(${MYSOUNDS}/speedcode) exten => _X.#,3,SayDigits(${SPEEDCODE}) exten => _X.#,4,Background(${MYSOUNDS}/assignedto) exten => _X.#,5,SayDigits(${SPEEDNUMBER}) -- BTEL Consulting 850-484-4535 x2111 (Office) 504-595-3916 x2111 (Experimental) 877-552-0838 (Backup Phone)
2003 Oct 23
0
GotoIf Problems
...ayback(/etc/asterisk/interactive-services/no-callerid) exten => 21,5,Wait(1) exten => 21,6,Playback(/etc/asterisk/interactive-services/no-callerid) exten => 21,7,Wait(1) exten => 21,8,Goto(10,4) exten => 21,9,Playback(/etc/asterisk/interactive-services/calling-from) exten => 21,10,SayDigits(${CALLERIDNUM}) exten => 21,11,Wait(1) exten => 21,12,Playback(/etc/asterisk/interactive-services/calling-from) exten => 21,13,SayDigits(${CALLERIDNUM}) exten => 21,14,Wait(1) exten => 21,15,Goto(10,4) When I call from a phone with Caller*ID I get this on the console: -- Execu...
2007 Aug 23
0
How to get callee extension in applicationmap(features.conf)
...: [macro-vote] exten => s,1,Noop('Macro-vote') exten => s,2,BackGround(custom/0703) ;exten => s,3, exten => s,3,goto(voting,s,1) [voting] ;exten => s,1,Background(custom/0703) exten => s,1,Noop('Now Let's voting!') exten => 1,1,Set(Rate=100) exten => 1,2,SayDigits(${Rate}) exten => 2,1,Set(Rate=80) exten => 2,2,SayDigits(${Rate}) exten => 3,1,Set(Rate=60) exten => 3,2,SayDigits(${Rate}) exten => 4,1,Set(Rate=0) exten => 4,2,SayDigits(${Rate}) exten => t,1,goto(s,1) exten => i,1,Playback(invalid) exten => i,2,goto(s,1) That is tw...