Skip to content

Instantly share code, notes, and snippets.

@moos3
Last active December 22, 2015 20:09
Show Gist options
  • Select an option

  • Save moos3/6524807 to your computer and use it in GitHub Desktop.

Select an option

Save moos3/6524807 to your computer and use it in GitHub Desktop.
<include>
<extension name="test_inbound_fax">
<condition field="destination_number" expression="^(?:\+1|1)?(5551237890)$">
<action application="set" data="recipient=moose@example.com"/>
<action application="set" data="fax_enable_t38_request=true"/>
<action application="set" data="fax_enable_t38=true"/>
<action application="python" data="process-rxfax"/>
<action application="hangup"/>
</condition>
</extension>
</include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment