[Freeswitch-users] Getting something to run after voicemail app

Alex Lake alex at digitalmail.com
Thu Oct 17 15:45:30 MSD 2013


Is there a way to get some lua script to execute after voicemail app has 
terminated (eg. by a hangup)?

The code below won't work, as the lua action will be skipped if the 
caller hung up in the vm menu

  <extension name="0095_901_My-Voicemail-Access">
   <condition field="destination_number" expression="^(901)$"/>
    <action application="voicemail" data="check default ${domain_name} 
${mailbox}"/>
    <action application="lua" data="post_vm.lua"/>
   </condition>
  </extension>




Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list