]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove redundant 'set' in default.xml Local_Extension
authorMichael S Collins <msc@freeswitch.org>
Mon, 24 Oct 2011 20:58:21 +0000 (13:58 -0700)
committerMichael S Collins <msc@freeswitch.org>
Mon, 24 Oct 2011 20:58:21 +0000 (13:58 -0700)
conf/dialplan/default.xml

index b18faad8464aad38585d6b40f6908e61d5ddf579..af7344837ec73fafa18f65330c8af3e0d81c9697 100644 (file)
     -->
     <extension name="Local_Extension">
       <condition field="destination_number" expression="^(10[01][0-9])$">
-       <action application="set" data="dialed_extension=$1"/>
        <action application="export" data="dialed_extension=$1"/>
        <!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->
        <action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>