<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You should simplify until you have
      something that works, then add your conditions back in one line at
      a time.<br>
      <br>
      On 12-08-28 11:05 AM, Josh Hopkins wrote:<o:p></o:p></div>
    <blockquote
cite="mid:689A1933F8EE7743BC101464DD9F3F0403C8CC9BAD@MBX30.exg5.exghost.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal">&nbsp;&nbsp;&nbsp; -- Executing
          [s@macro-one-touch-record:3] ExecIf("SIP/1010-00000161",
          "1?MacroExit()") in new stack</p>
      </div>
    </blockquote>
    <br>
    This is where the inbound call is exiting.<br>
    <br>
    <blockquote
cite="mid:689A1933F8EE7743BC101464DD9F3F0403C8CC9BAD@MBX30.exg5.exghost.com"
      type="cite">
      <div class="WordSection1"><o:p></o:p>exten =&gt;
        s,n,ExecIf($["${CUT(CALLFILENAME,-,1)}"="exten" &amp;
"${DB(AMPUSER/${THISEXTEN}/recording/ondemand)}"!="enabled"]?MacroExit())<o:p></o:p><br>
      </div>
    </blockquote>
    <br>
    This condition is causing MacroExit to be called, so fix these
    conditions.<br>
  </body>
</html>