Re: [Asterisk-Users] Surveys

2004-02-19 Thread Heison Chak
Yes, look at /usr/src/asterisk/sample.call, put it in /var/spool/asterisk/outgoing and 
have it connected to an extension that does the survey.

-Heison

On Thu, Feb 19, 2004 at 02:15:28PM -0700, PBXtech wrote:
> Is it possible to have the system outdial and take surveys. either by 
> receiving DTMF or voice?
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Surveys

2004-02-19 Thread James Sharp
> Is it possible to have the system outdial and take surveys. either by
> receiving DTMF or voice?

Yup.  Just have the system use the outgoing queue (see sample.call) and
have  it call an AGI script upon answering.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Surveys

2004-02-19 Thread Nick Bachmann
>> Is it possible to have the system outdial and take surveys. either by
>> receiving DTMF or voice?
>
> Yup.  Just have the system use the outgoing queue (see sample.call) and
> have  it call an AGI script upon answering.

If you want CDR data, be sure you connect to an extension that starts the
AGI.  Directly connecting to an application, like agi, will result in no
CDR being collected.
Look at:
http://www.voip-info.org/tiki-index.php?page=Asterisk%20auto-dial%20out

I used this as a guide when creating an application that did auto-dial out.

Nick


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users