Hi, I'm interested in developing an automated phone survey and am curious if Asterisk could be configured to run such a system.. My idea is to record a message and a series of sub-questions. The system would call each number on a list and play the message, Depending on the touch tone response another message would be played. Is it possible for asterisk to manage a survey like this? If so can the responses from the listeners be recorded. If someone else has done this I'd be interested in details. TIA , TV JOE --------------------------------- Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060426/ef409dc4/attachment.htm
Asterisk is simply a telephony toolkit, so the simple answer is yes, Asterisk can do this. Also, being a toolkit means there are a number of ways to accomplish it. You could right PERL, Python, TCL, C, PHP or numerous other types of scripts that can manage this for you. To see how to do some of the basic functions, you can look at some of the scripts at Nerd Vittles (http://nerdvittles.com). Things like the TeleYapper will give you a basis to work from. Kerry Garrison Publisher - <http://geekgazette.com/> http://GeekGazette.com - <http://voipspeak.net/> http://VOIPSpeak.net (949) 502-7819 x200 - <mailto:kerryg@techdatapros.com> kerryg@techdatapros.com <http://www.techdatapros.com/> http://www.techdatapros.com _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of TV JOE Sent: Wednesday, April 26, 2006 7:31 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk as a phone survey system Hi, I'm interested in developing an automated phone survey and am curious if Asterisk could be configured to run such a system.. My idea is to record a message and a series of sub-questions. The system would call each number on a list and play the message, Depending on the touch tone response another message would be played. Is it possible for asterisk to manage a survey like this? If so can the responses from the listeners be recorded. If someone else has done this I'd be interested in details. TIA , TV JOE _____ Yahoo! <http://us.rd.yahoo.com/mail_us/taglines/postman3/*http://us.rd.yahoo.com/ev t=39666/*http://messenger.yahoo.com> Messenger with Voice. PC-to-Phone calls for ridiculously low rates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060426/1e53f02d/attachment.htm
> > Hi, > > I'm interested in developing an automated phone > survey and am curious > if Asterisk could be configured to run such a > system.. My idea is to > record a message and a series of sub-questions. The > system would > call each number on a list and play the message, > Depending on the > touch tone response another message would be > played. Is it possible > for asterisk to manage a survey like this? If so > can the responses from > the listeners be recorded. If someone else has done > this I'd be interested > in details. > > TIA , TV JOEYes you can create this. It may be a headache but it can be done. To do it the old fashioned way you can create lots of diffrent context's and have the user be sent from one to another based on what they press. You can also have the results dumped in to a db. Dovid __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.6/324 - Release Date: 4/25/2006
But code quickly, as the quality produced is inversly related to the amount of ${Insert_Your_Fav_Booz_bottle_brand_here} in your system.> Grab your fav. bottle of > ${Insert_Your_Fav_Booz_bottle_brand_here} and get > working on it. > > --- TV JOE <osastw@yahoo.com> wrote: >