Last active
December 22, 2015 20:09
-
-
Save moos3/6524807 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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