Page 1 of 1

Settings containers

PostPosted: Tue Jun 05, 2018 5:11 pm
by dspaan
I was reading about DISPO URL and settings containers here:
http://www.vicidial.org/docs/DISPO_SEND_EMAIL.txt

Is it also possible to use the settings container to send an e-mail during the call through the web form 1, 2, 3 buttons?

What are the INGROUP_LIST and CAMPAIGN_LIST container types used for?

Re: Settings containers

PostPosted: Tue Jun 05, 2018 5:28 pm
by mflorell
Yes, you can send emails with that script during an active call.

The LIST containers are used for other features, like the campaign feature "Inbound No-Agents No-Dial".

Re: Settings containers

PostPosted: Tue Jun 05, 2018 5:33 pm
by dspaan
Can you give me an example of what an URL would look like for sending an e-mail during the call? Is there a way to preview it before sending? Can i insert an inline image?

Re: Settings containers

PostPosted: Tue Jun 05, 2018 7:17 pm
by mflorell
I don't have any examples at the moment, but we have set it up that way a few times for a couple different clients. You have to set the user to "NOAGENTURL" and the pass to the --A--call_id--B-- for it to work.

The dispo_send_email.php does not offer any way to preview the email, it only sends it.

You can add an attachment using the email_attachment_1,2,3,etc... variables, but the files to attach must me on the webserver already.