Can you paste these dialplan snippets into pastebin? I don&#39;t know if my mail reader is messing them up, but I&#39;m seeing what appear to be really weird lines, like this:<br><br>&lt;action application=&quot;playback&quot; data=&quot;/usr/local/freeswitch/conf/mvsounds/jerry.wav break=&quot;on_true&quot;&quot;/&gt;<br>
<br>That line doesn&#39;t look valid to me and I want to make sure that it is (or isn&#39;t) what you are actually using.<br><br>Thanks,<br>MC<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 3:27 PM, Mario <span dir="ltr">&lt;<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I am struggling with the extension below which is a snippet of a larger<br>
one that simply says &quot;Hi&quot; followed by a name based on the caller id. I<br>
have looked at the book/wiki but the samples didn&#39;t work for me. I tried<br>
various options but this is as close as I can get. What is happening is<br>
that the first action (hi) does not play, and then only extension 100<br>
will work. As if the break=true is not honored. BTW I looked at macros<br>
but wanted to keep the numbers and file names close together. I thought<br>
this was easier. Thanks!<br>
<br>
   &lt;extension name=&quot;mvhi&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^2921$&quot;/&gt;<br>
        &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/hi.wav&quot;/&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^100&quot;<br>
break=&quot;on_true&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/danny.wav&quot;/&gt;<br>
        &lt;/condition&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^200&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/pam.wav break=&quot;on_true&quot;&quot;/&gt;<br>
        &lt;/condition&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^300&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/jerry.wav break=&quot;on_true&quot;&quot;/&gt;<br>
        &lt;/condition&gt;<br>
   &lt;/extension&gt;<br>
<br>
I also tried this which plays the &quot;hi&quot; but will not go beyond ext 100.<br>
   &lt;extension name=&quot;mvhi&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^2921$&quot;&gt;<br>
        &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/hi.wav&quot;/&gt;<br>
     &lt;/condition&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^100&quot;<br>
break=&quot;on_true&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/danny.wav&quot;/&gt;<br>
        &lt;/condition&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^200&quot;<br>
break=&quot;on_true&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/pam.wav&quot;/&gt;<br>
        &lt;/condition&gt;<br>
        &lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^300&quot;&gt;<br>
          &lt;action application=&quot;playback&quot;<br>
data=&quot;/usr/local/freeswitch/conf/mvsounds/jerry.wav&quot;/&gt;<br>
        &lt;/condition&gt;<br>
   &lt;/extension&gt;<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>