<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>
      how can I obtain the "inserted ID" after having inserted a row
      with MySQL in the dialplan ?<br>
      <br>
      exten =&gt; s,n,MYSQL(Query resultid ${connid} INSERT INTO myTable
      SET C1="${ARG1}", C2="${ARG2}",
      timestamp="${STRFTIME(${EPOCH},,%Y-%m-%d_%H:%M:%S)}")<br>
      <br>
      I need to know the ID of the newly inserted row.<br>
      <br>
      <br>
      <br>
      Kind regards,<br>
      Jonas.<br>
    </font>
  </body>
</html>