]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
config tweak
authorBrian West <brian@freeswitch.org>
Sun, 5 Oct 2008 22:04:01 +0000 (22:04 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 5 Oct 2008 22:04:01 +0000 (22:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9849 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml
conf/dialplan/features.xml

index 3507b978e057ffc0cfcbde2dfb9ef69d4c1fc858..184fcf8a63777109c922122919c3be9d2cb73a2c 100644 (file)
        <anti-action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>
        <anti-action application="bind_meta_app" data="2 b s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
        <anti-action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/>
-       <anti-action application="set" data="transfer_ringback=$${hold_music}"/>
+       <anti-action application="set" data="transfer_ringback=${us-ring}"/>
        <anti-action application="set" data="call_timeout=30"/>
        <!-- <anti-action application="set" data="sip_exclude_contact=${network_addr}"/> -->
        <anti-action application="set" data="hangup_after_bridge=true"/>
index 81fd2fdf963d5e7524b1b52d6c649d3de74c48b5..4ec326c6ecc11c3e40420062228afb4bcce11631 100644 (file)
@@ -31,6 +31,7 @@
 
     <extension name="please_hold">
       <condition field="destination_number" expression="^(10[01][0-9])$">
+       <action application="set" data="transfer_ringback="$${hold_music}"/>
        <action application="answer"/>
        <action application="playback" data="ivr/ivr-hold_connect_call.wav"/>
        <action application="transfer" data="$1 XML default"/>