Skip to content

Instantly share code, notes, and snippets.

@danry25
Created June 24, 2019 23:37
Show Gist options
  • Save danry25/3984ea8ec6f8935889e0fd204c744353 to your computer and use it in GitHub Desktop.
Save danry25/3984ea8ec6f8935889e0fd204c744353 to your computer and use it in GitHub Desktop.
Pre-recorded Page (Freeswitch/FusionPBX)
<extension name="pre-recorded-page" continue="false" uuid="24adf0a7-b215-4083-9b35-c48c01ce3b08">
<condition field="destination_number" expression="^\*9222$" break="on-true">
// Need to call extension 1000 and connect/bridge it to recording 1 (called below)
<action application="lua" data="streamfile.lua recording1.wav"/>
</condition>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment