Hi,<br><br>I tried to avoid Freeswitch from playing moh when the meta_app is executed by setting hold_music=silence:<br><br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>&nbsp;&lt;action application=&quot;set&quot; data=&quot;hold_music=silence&quot; /&gt;<br>
&nbsp;&lt;action application=&quot;set&quot; data=&quot;call_timeout=120&quot; /&gt;<br>&nbsp;&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>&nbsp;&lt;action application=&quot;set&quot; data=&quot;language=zh&quot; /&gt;<br>
&nbsp;&lt;action application=&quot;set&quot; data=&quot;ringback=$${us-ring}&quot; /&gt;<br>&lt;action application=&quot;bind_meta_app&quot; data=&quot;1 a s&nbsp; execute_extension::record XML features&quot;/&gt;<br>&lt;action application=&quot;bind_meta_app&quot; data=&quot;2 a a&nbsp; execute_extension::stoprecord XML features&quot;/&gt;<br>
&lt;action application=&quot;bind_meta_app&quot; data=&quot;3 a s&nbsp; execute_extension::att_xfer XML features&quot;/&gt;<br>&nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/openser/1000&quot; /&gt;<br>&lt;action application=&quot;phrase&quot; data=&quot;user_not_reg&quot; /&gt;<br>
<br>However, when #1 is pressed, Freeswitch still attempts to play moh:<br><br><span style="color: rgb(255, 0, 0);"><a href="http://92.168.1.101">92.168.1.101</a> Processing meta digit &#39;1&#39; [execute_extension::record XML features]</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">2008-11-07 05:18:30 [DEBUG] switch_core_session.c:616 </span>switch_core_session_queue_private_event() Kill sofia/internal/<a href="mailto:1001@192.168.1.101">1001@192.168.1.101</a> [BREAK]<br>
2008-11-07 05:18:30 [DEBUG] switch_core_session.c:435 switch_core_session_receive_message() Kill sofia/internal/<a href="mailto:1001@192.168.1.101">1001@192.168.1.101</a> [BREAK]<br>2008-11-07 05:18:30 [DEBUG] switch_core_session.c:616 switch_core_session_queue_private_event() Kill sofia/external/1000 [BREAK]<br>
2008-11-07 05:18:30 [DEBUG] switch_core_session.c:435 <span style="color: rgb(255, 0, 0);">switch_core_session_receive_message() Kill sofia/external/1000 [BREAK]</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">2008-11-07 05:18:30 [DEBUG] switch_ivr.c:382 switch_ivr_parse_event() sofia/external/1000 Command Execute playback(local_stream://moh)</span><br>
2008-11-07 05:18:30 [DEBUG] mod_local_stream.c:320 local_stream_file_open() Opening Stream [moh/8000] 8000hz<br><br>How can I fix this problem?<br><br>Thanks alot in advance for your help.<br><br>Woody<br><br><br><br>