Skip to content

Instantly share code, notes, and snippets.

@rdegges
Last active December 11, 2015 01:18
Show Gist options
  • Save rdegges/4522162 to your computer and use it in GitHub Desktop.
Save rdegges/4522162 to your computer and use it in GitHub Desktop.
OpenCNAM + Freeswitch Dialplan
<extension name="set_cnam" continue="true">
<condition field="context" expression="public" />
<condition field="caller_id_number" expression="^\+?(\d{10})">
<action application="set" data="effective_caller_id_name=${cidlookup(${caller_id_number})}" />
</condition>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment