[asterisk-users] IVR Survey

James A. Shigley jas at answeringserv.com
Fri Apr 10 12:33:26 CDT 2009


Well considering php is the only language I know and even that not much. I'm not sure how I would accomplish the recordings and combination from within the php agi script.

Better question might be, how would you do it (bear in mind if AGI it would have to be php) and do you have a code example(s) to share..

James Shigley
Monroe Telephone Answering Service
409-981-9213
Infinity 5.5,UC 4.02.3803, Blink 3.0.104
Ecreator:2.21, eResponse 1.1.7
Webportal,WebApps,
 
CONFIDENTIALITY NOTICE: This email, including any attachments, contains information which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this email in error, please notify the sender immediately by "reply to sender only" message and destroy all electronic and hard copies of the communication, including attachments. 

"Common sense is the collection of prejudices acquired by age eighteen." -- Albert Einstein 
"Once you can accept the universe as matter expanding into nothing that is something,wearing stripes with plaid comes easy." -- Albert Einstein
"I know a little of everything, but a lot of nothing"

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jared Smith
Sent: Friday, April 10, 2009 12:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] IVR Survey

On Fri, 2009-04-10 at 11:04 -0500, James A. Shigley wrote:
> But I’m clueless as to how to combined the recordings into one file. I
> don’t want the questions in the recordings, Only the caller’s side of
> the conversation without the dead space while they listen to the
> Qs/Think on their response.

I'd use the Monitor() application to record the conversation (it records
both inbound and outbound audio, but you'll just throw the one away).
You can then use the PauseMonitor() application to pause the recording
before playing a prompt, and UnPauseMonitor() to start the recording
again after the prompt.

> And since this isn’t a vmail account and trying to avoid an AGI script
> if possible I’m not sure how to email the recording(s).  I also want
> to be able to structure the body of the email so that it reads
> something like

If you don't want to use AGI to do this, you're pretty much limited to
using the System() application and finding a way to send your email from
the system command line.  Not impossible by any stretch of the
imagination... it just takes a bit more work.



-- 
Jared Smith
Training Manager
Digium, Inc.


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


More information about the asterisk-users mailing list