Hey all,<br><br>Hat tip to David Knell for figuring out how to get the GeSHi syntax highlighting to work on <a href="http://wiki.freeswitch.org" target="_blank">wiki.freeswitch.org</a>! If you&#39;d like to have syntax highlighting on a snippet of code just do this:<br>

<br>&lt;source lang=&quot;{lang}&quot;&gt;<br>...code...<br>&lt;/source&gt;<br><br>Languages include: c, perl, python, xml, lua, etc.<br><br>Example:<br>&lt;source lang=&quot;xml&quot;&gt;<br>  &lt;extension name=&quot;test ext&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1234)$&quot;&gt;<br>      &lt;action application=&quot;answer&quot;/&gt;<br>      &lt;action application=&quot;log&quot; data=&quot;INFO Thanks David!!&quot;/&gt;<br>
      &lt;action application=&quot;hangup&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>&lt;/source&gt;<br><br>I added the basic information to this page on the wiki: <a href="http://wiki.freeswitch.org/wiki/Documentation_Guidelines#Wiki_Markup">http://wiki.freeswitch.org/wiki/Documentation_Guidelines#Wiki_Markup</a><br>
<br>If you would like a non-glamorous but useful task to do: feel free to edit each code sample you see to have the &lt;source&gt; tag with the appropriate language. Also, if there are any GeSHi warriors out there who could write a FreeSWITCH Log syntax highlighter module I&#39;m sure that would be welcomed. :)<br>
<br>Thanks again!<br>-Michael<br><br>