]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Ignore Early Media is required here
authorBrian West <brian@freeswitch.org>
Wed, 1 Sep 2010 16:05:35 +0000 (11:05 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 1 Sep 2010 16:05:49 +0000 (11:05 -0500)
conf/dialplan/default.xml

index f7a82ea966d205e8f1c3eb272b1a3abfc6920aed..cde80dd8a8307f0ccd43233ce7139a5b9d3abe2d 100644 (file)
     <!-- Demonstration of how to override the ringback in various situations -->
     <extension name="wait">
       <condition field="destination_number" expression="^wait$">
+       <action application="set" data="ignore_early_media=true"/>
        <action application="pre_answer"/>
        <action application="sleep" data="20000"/>
        <action application="answer"/>