<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello Brett,<br>
    <br>
    In 1.6.x the dialog could have also been created by setting a flag
    from the script, but this was dropped in 1.7.0.<br>
    <br>
    Quite a few modules used the Dialog internal API to create dialogs
    on their own, like trace_dialog() in Siptrace, engage_rtp_proxy() in
    RTPProxy, or even the ACC module when generating CDRs.<br>
    <br>
    The latest commit should fix all of these issues, where the dialog
    was created internally by a function called from the script, and
    pinging or automatic timeout would have been skipped. <br>
    <br>
    <br>
    Regards,<br>
    <pre class="moz-signature" cols="72">-- 
Vlad Paiu
OpenSIPS Developer</pre>
    <br>
    <br>
    On 07/14/2011 05:43 PM, Brett Nemeroff wrote:
    <blockquote
cite="mid:CAPwC5wxv62Cu2gVbnVJJd9HXyCKad+G2_bH-H16+wee2_Aq8tA@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Thu, Jul 14, 2011 at 9:34 AM, Vlad
        Paiu <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:vladpaiu@opensips.org">vladpaiu@opensips.org</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> Hello Duane,<br>
            <br>
            Just took a look at your config.<br>
            What was happening is that you were first calling
            trace_dialog(), which creates the dialog structure
            internally. When the call to create_dialog("PpB") came later
            on, it already found that the dialog was created and did not
            set the needed flags for pinging.<br>
            <br>
          </div>
        </blockquote>
        <div><br>
          Nice catch here...<br>
          <br>
          Are there any other "automatic dialog creation" methods that
          might interfere with the dialog creation flags being set?<br>
          <br>
          -Brett<br>
          &nbsp;
          <br>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>