<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I am wondering, if there is any tool available, which performs a
    check for suspicious entries in the dialplan. For example a non
    existing AGI-Script or a double assigned extension ike that:<br>
    <br>
    <tt>[context]</tt><tt><br>
    </tt><tt>exten =&gt; </tt><tt><b>100</b></tt><tt>,1,AGI(test_app.pl)</tt><tt><br>
    </tt><tt>...</tt><tt><br>
    </tt><tt>exten =&gt; 190,1,Answer()</tt><tt><br>
    </tt><tt>...</tt><tt><br>
    </tt><tt>exten =&gt; </tt><tt><b>100</b></tt><tt>,1,AGI(never_reached.pl)</tt><tt><br>
    </tt><tt>...</tt><br>
    <br>
    A "normal dialplan reload command" would echo no warning or
    something similair.<br>
    <br>
    Best regards<br>
    -Thorsten-<br>
  </body>
</html>