I think the parser is probably supposed to barf on consecutive &lt; chars but it doesn&#39;t. I learned that the hard way when I left the closing tag off of an action in the dp. Consider this dp snippet:<br><br>&lt;action application=&quot;log&quot; data=&quot;INFO Now you see me&quot;<br>
&lt;action application=&quot;log&quot; data=&quot;INFO Now you don&#39;t&quot;/&gt;<br>
&lt;action application=&quot;log&quot; data=&quot;INFO Now you see me&quot;/&gt;<br>
<br>The above works but the 2nd log does not display. Just an FYI.<br>-MC<br><br><div class="gmail_quote">On Thu, Jul 16, 2009 at 12:42 PM, Dale <span dir="ltr">&lt;<a href="mailto:fdhege@gmail.com">fdhege@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hmm, it seems to work on a copy of trunk from a few days ago. :) Both<br>
in the dialplan and the gateway config.<br>
<br>
But I could see how that might cause a problem with the xml.<br>
<br>
-Dale<br>
<br>
On Jul 16, 2009, at 3:27 PM, Brian West wrote:<br>
<br>
&gt; Not sure how you were able to set the variable with &lt; and &gt; in it at<br>
&gt; all thats not been possible cuz the XML parser will barf on it<br>
&gt; usually.<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt; On Jul 16, 2009, at 2:20 PM, David Knell wrote:<br>
&gt;<br>
&gt;&gt; Really?  That line (+/- the IP address) came directly out of a<br>
&gt;&gt; working<br>
&gt;&gt; dialplan.  To be fair, the box is running a faintly prehistoric<br>
&gt;&gt; FreeSWITCH - you crazy cats haven&#39;t been chewing on the tail of my<br>
&gt;&gt; cherished mouse of backwards compatibility again, have you?!<br>
&gt;&gt;<br>
&gt;&gt; What has been incorrect in this discussion is the name of the header:<br>
&gt;&gt; it&#39;s P-Asserted-Identity, not P-Asserted-ID.  The fact that it&#39;s<br>
&gt;&gt; usually<br>
&gt;&gt; shortened to PAID doesn&#39;t help; nor does the fact that Remote-Party-<br>
&gt;&gt; ID<br>
&gt;&gt; (which is deprecated, but still widely used for the same job as<br>
&gt;&gt; P-Asserted-Identity) is about as well.<br>
&gt;&gt;<br>
&gt;&gt; --Dave<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><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>