similar to: [1.4 - Record] How to tell if user did leave a msg?

Displaying 20 results from an estimated 200 matches similar to: "[1.4 - Record] How to tell if user did leave a msg?"

2007 Nov 10
2
Record() : How to get filename created with %d?
Hello About Record(), ATFT 2nd Edition says that "if the filename contains %d, these characters will be replaced with a number incremented by one each time the file is recorded." Problem is, the documentation doesn't explain how to refer to this filename later in the dialplan :-/ In this particular example, I want to move the file to the web server's /htdocs so users can
2007 Nov 26
3
Correct syntax for IF()?
Hello I've tried a bunch of things, but still get errors/warnings when using the IF() function: ============== TEST #1 exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)} ]?${CALLTIME}.wav)}) [Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax IF(<expr>?[<true>][:<false>]) ============== TEST #2 exten =>
2007 Nov 09
3
How to get ten-digit number?
Hello Instead of using PrivacyManager, I'd rather use my own dialplan to prompt the user for a ten-digit number if they called while blocking CID. This code does prompt the user, but 1) hangs up if the user didn't type the ten digits before the timeout 2) if the user did type the right number of digits, it still hangs up instead of Returning and then jumping forth to the "cid"
2009 Feb 12
4
Asterisk Queue and URL Calling
Dear All I want to integrate sugarcrm and asterisk , so when customer call the call center the agent or extension which answers the call , before pickup the phone and talk to customer , view his/her information if it is available. I do this as described below : 1-Setup login username for sugarcrm for each extension 2-Extension Users will login to the sugarcrm. 3-Develop php script to handle new
2009 Feb 21
2
DIAL() application 'g' option
Hi All, Asterisk 1.4.12 on CentOS 5 I'm trying to increment an AstDB key with the length of the last outgoing call. Here's what I've got for "01" UK geographical numbers: exten => _01.,1,Dial(${UKGeographical}/${EXTEN},,g) exten => _01.,n,Log(NOTICE,Call to ${EXTEN} lasted ${DIALEDTIME}) exten => _01.,n,Set(CALLTIME=${DIALEDTIME}) exten =>
2017 Jun 08
2
Rainbow in loop
Hi R folk I have a distance time graph for a locomotive and at various times different events occur on board the loco. I want to put a vertical line on the speed time graph for each event, but I want to colour each different kind of event differently to see visually whether there's any pattern to these events happening. I could just create a vector of colours and use abline which is easy
2005 Sep 26
1
system() app changed drastically! How do I use it now?
We upgraded to the latest version of asterisk (because we needed some newer features), only to find all our PIN applications accepting any number the caller makes up! I traced this to the System application completely changing the way it deals with success or failure of the program it calls. Previously, if the PIN was completely bogus, we exited with -1, which caused asterisk to jump to priority
2017 Jun 08
0
Rainbow in loop
Does: rainbow(3)[1] rainbow(3)[2] rainbow(3)[3] ... solve your issue? B. > On Jun 8, 2017, at 8:20 AM, WRAY NICHOLAS <nicholas.wray at ntlworld.com> wrote: > > Hi R folk I have a distance time graph for a locomotive and at various times > different events occur on board the loco. I want to put a vertical line on the > speed time graph for each event, but I
2006 Dec 22
2
System Application with java
Hi, I created a script named example2.sh which goal is read some text from my HP Service Desk using an application in java and send this text to the text2wave application for TTS. example2.sh java -Xbatch Example10 | text2wave -f 8000 -o /var/lib/asterisk/sounds/my-sd.wav When I execute the script in prompt, everything is ok, but when I use the system() command in my extensions.conf it isn?t
2009 Jun 23
1
[extensions.conf] Any idea why not working as it should?
Hello I noticed a small bug in the way my extensions.conf work: Users can choose extensions 1-4 or 9 to tell why they're calling, and I'll send an e-mail to the person(s) to whom is involved. Extension 4 is actually for personal messages for User1, and extension 9 is for everyone (User1, User2, and User3). => For some reason, when the caller chooses extension 4, both User1 and User2
2008 Oct 10
1
Asterisk CDR Analyser
Hi All, I'm stuck and need some help. I have installed the Asterisk CDR Analyser Version 2.0.1. It mostly works except for the CDR Report. I get the following error even though it lists the CDR details. Database error: Invalid SQL: SELECT substring(calldate,1,10) AS day, sum(duration) AS calltime, count(*) as nbcall FROM cdr WHERE UNIX_TIMESTAMP(calldate) >=
2007 Oct 21
2
Prompting for number when CID number not sent?
Hi The first step I have to go through when users call into our IVR is to handle the case where users' PBX hides their CID number. In that case, I need to have them type their phone number (ten digits). OTOH, those who call without hiding their CID number are sent directly to the main menu. How would I go about prompting users for their phone number? Here's what I have at this point:
2010 Jul 12
0
Inconsistent Behavior in SYSTEMSTATUS After System() Call
Hi all, I'm running into a easily replicated problem at the moment, with Asterisk 1.6.0.28 (built from source, no special configure parameters, other than a path) running on top of a fully up-to-date CentOS 5.5, and I'm looking for suggestions as to why this is occurring. I've spent some time looking into the issue, and really haven't been able to come up with much. We have the
2013 Dec 06
1
Paging in waves.
I've been working on writing a subroutine to page groups of phones at once and I'm having some difficulty. My goal is to have a user call an extension, I record the page they wish to play, I then page out that recorded file to the phones in groups. [sub-masspage] exten => s,1,NoOP same => n,Answer same => n,Set(filename=$PAGE) same => n,Wait(1) same =>
2005 Sep 26
0
system() app changed drastically! How do I useit now?
It would be prudent the test for success and continue rather than failure and drop. For example: exten => s,5,GotoIf($["${SYSTEMSTATUS}" != "SUCCESS"]?105:6) That way only the result that you know is good, Will continue a call.. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On
2010 Apr 08
3
long return times from System() calls with 1.6.2.6?
I've just upgraded to 1.6.2.6 on one of my test systems. I started out happy, with some improvements in transfers to Local() channels from a SIP channel, and much nicer verbose fax handling. However, something is really weird when I need to do System() calls. It was really, really weird. This was also affecting AGI, when I needed to read system variables from asterisk into an AGI Perl script.
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
Hi all, I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P (EuroISDN cpe) connected to another similar asterisk box B acting as EuroISDN master. I'm performing some load tests by contiously feeding up to concurrent 30 call files to /var/spool/asterisk/outgoing/ on box A which inititate via a dialplan context/extension a outbound call (redirected via chan_local) to
2010 Mar 04
1
No Audio on pstn call
Hello, I'm facing problem where as whenever there are incoming call from pstn, there will be no audio coming in. User at the other end also could not hear my voice. This happens few days back. Im using asterisk 1.6.1.2 with dahdi tool 2.2.0. I thought it was time to upgrade, so upgraded to dahdi 2.2.1 and asterisk 1.6.2.5. However, it does not help at all. My current config as follows :-
2009 Jan 19
0
How to add SipAddHeader in outgoing call file.
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite. How can I achieve this? Please help me, where can I add SipAddHeader() in
2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
Don't be afraid about the info that I'm going to post in this mail, but I want you to give as much info as possible. Also I want to show you what I've tried. What do I want When a voicemail-message is left via the Voicemail()-application, I want the .wav-file send to my mail-address as an attachment. My mail-setup I'm not using sendmail as MTA. I have msmtp as MTA and mutt as