]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
lets set hold music to silence in this case it has special meaning ... it means SILENCE
authorBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 03:46:46 +0000 (03:46 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 03:46:46 +0000 (03:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11212 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index ef5505ff5afc5f45fda5dbddb69f00dfc994cced..36f3d1c0b050d20cd8804f8c3d7530adf31d9268 100644 (file)
     <!-- dial the freeswitch conference via SIP-->
     <extension name="freeswitch_public_conf_via_sip">
       <condition field="destination_number" expression="^9(888|1616|3232)$">
+       <action application="export" data="hold_music=silence"/>
        <action application="bridge" data="sofia/${use_profile}/$1@conference.freeswitch.org"/>
       </condition>
     </extension>