Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

The document describes ways of configuring Dialplan to send an email.

Created: October 2023

Permalink: https://wildix.atlassian.net/wiki/x/AQCnEQ

...

  • email body: the the content of your email
  • email subject: the subject of your email
  • youremail@domain.com: replace with the email address where the email should be sent from
  • /path/to/some_attachment_file.wav: path to the file you want to attach to the email

Image Added

Option 2: Use HTML template file

...

Code Block
System(echo '<html><head></head><body> Missed call from ${CALLERID(name)} from the number <a href=\"tel:${CALLERID(num)}\">${CALLERID(num)}</a>.</body></html>' > /tmp/mail_${UNIQUEID})

...