<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hello,<br>
      <br>
      at certain time inside my dialplan I would like to have an
      external php script executed. Asterisk should not wait for the end
      of the execution to continue with the rest of the dialplan. It
      should just start the execution of the php script (which inserts
      an entry into a remote mysql-DB).<br>
      <br>
      What is the best way to work ?<br>
      <br>
      - with AGI inside the dialplan ?<br>
      - with the system()-command inside the dialplan ?<br>
      <br>
      <br>
      <br>
      Kind regards,<br>
      Jonas.<br>
    </font>
  </body>
</html>