<br><br><div class="gmail_quote">On Mon, Apr 21, 2008 at 5:11 AM, Tzafrir Cohen &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Apr 21, 2008 at 04:19:16AM -0400, Matthew Gibson wrote:<br>
&gt; On Sun, Apr 20, 2008 at 11:54 PM, Tzafrir Cohen &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Mon, Apr 21, 2008 at 02:09:26AM +0300, Moshe Brevda wrote:<br>
&gt; &gt; &gt; will this do?<br>
&gt; &gt; &gt;<br>
&gt; &gt; <a href="http://yum.trixbox.org/centos/5/RPMS/repodata/repoview/tb-trixboxgraph-0-0.1.0-2.html" target="_blank">http://yum.trixbox.org/centos/5/RPMS/repodata/repoview/tb-trixboxgraph-0-0.1.0-2.html</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; btw, it has (almost) nothing to do with trixbox<br>
&gt; &gt;<br>
&gt; &gt; Considering it takes the data from a mysql table called &quot;asterisk&quot; and<br>
&gt; &gt; hard-wires the default FreePBX (or is it TrixBox CE) password for that<br>
&gt; &gt; table, I&#39;d say it has everything to do with FreePBX.<br>
&gt;<br>
&gt;<br>
&gt; Thanks, but yeah, we had found this already too. It&#39;s too &quot;tied to FreePBX&quot;<br>
&gt; for our use, we want essentially the same thing but more like<br>
&gt;<br>
&gt; asterisk -rx &quot;dialplan show&quot; | fancygrapherscript.&lt;ext&gt;<br>
<br>
Here&#39;s a quick hack. Just looked at the dot man page. Did&#39;t even test<br>
that it is actually valid. But it is probably a good start.<br>
<br>
asterisk -rx &#39;dialplan show&#39; | \<br>
 &nbsp;awk -F&quot;&#39;&quot; &#39;<br>
 &nbsp; &nbsp;BEGIN {printf &quot;digraph dialplan {\n&quot;;};<br>
 &nbsp; &nbsp;/^\[ Context/ {context=$2};<br>
 &nbsp; &nbsp;/^ &nbsp;Include =&gt;/ {printf &quot;\t%s -&gt; %s\n&quot;,context,$2};<br>
 &nbsp; &nbsp;END {printf &quot;}\n&quot;}<br>
 &nbsp;&#39;<br>
<br>
Only graphs simple inclusions between contexts.<br>
<br>
BTW:<br>
<br>
 &nbsp;asterisk -rx | less<br>
<br>
Behaves really strange. no scrolling possible. But I don&#39;t see anything<br>
strange in a hexdump.<br>
</blockquote><div><br>Awesome. Thanks!<br><br>Will post updates as we progress.<br><br>Thanks,<br>Matt<br><br></div></div><br>