cshore 0b1143e1b7 [packages]: net/freeswitch: Added UCI config of extensions and incoming DIDs (to extensions only)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 01:48:08 +00:00

7 lines
229 B
Plaintext

<extension name="did-[{FS_INCOMING_DID}]">
<condition field="destination_number" expression="[{FS_INCOMING_DID}]">
<action application="transfer" data="[{FS_EXTENSION_NUMBER}] XML default"/>
</condition>
</extension>