mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
b81ef0dcb5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9697 d0543943-73ff-0310-b7d9-9358b9ac24b2
9 lines
301 B
XML
9 lines
301 B
XML
<include>
|
|
<extension name="public_did">
|
|
<condition field="destination_number" expression="^(5551212)$">
|
|
<!-- This example maps the DID 5551212 to ring 1000 in the default context -->
|
|
<action application="transfer" data="1000 XML default"/>
|
|
</condition>
|
|
</extension>
|
|
</include>
|