<h4>Pre-Submission Checklist</h4>



<ul>
<li>[x ] Commit message has the format required by CONTRIBUTING guide</li>
<li>[x ] Commits are split per component (core, individual modules, libs, utils, ...)</li>
<li>[x ] Each component has a single commit (if not, squash them into one commit)</li>
<li>[x ] No commits to README files for modules (changes must be done to docbook files<br>
in <code>doc/</code> subfolder, the README file is autogenerated)</li>
</ul>
<h4>Type Of Change</h4>
<ul class="contains-task-list">
<li>[x ] Small bug fix (non-breaking change which fixes an issue)</li>
<li>[x ] New feature (non-breaking change which adds new functionality)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Breaking change (fix or feature that would change existing functionality)</li>
</ul>
<h4>Checklist:</h4>

<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> PR should be backported to stable branches</li>
<li>[x ] Tested changes locally</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Related to issue #XXXX (replace XXXX with an open issue number)</li>
</ul>
<h4>Description</h4>

<p>cplc: add a configuration route before redirected call (key: redirect_route)<br>
same behaviour as proxy_route<br>
cplc: deactivate 3XX responses handling (key: ignore3xx)<br>
cplc: time based cpl did not work if several are set<br>
cplc: add return result to kamcmd commands<br>
cplc: documentation update (new keys, new module name, proxy_route modification)</p>
<p>pua_dialoginfo: disable publish notifications for subsequent requests (key: publish_dialog_req_within)<br>
Generally all these PUBLISH generated are not usefull.</p>
<p>pua_dialoginfo: add new key to really deactivate caller or callee notification when the deactivated party was supervised (key: caller_entity_when_publish_disabled key: callee_entity_when_publish_disabled)<br>
If Alice calls Bob with Alice and Bob already supervised by watchers and disable_caller_publish_flag set, PUBLISH generated for Bob will generate NOTIFY for Alice's watchers and Bob's watchers instead of just Bob's watchers.<br>
Note that dlginfo_cell structure is updated because flag set for disabling party (disable_caller_publish_flag or disable_callee_publish_flag ) are not always present in subsequent request received by pua_dialoginfo module. So flag set on initial request are stored and used during the dialog.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/2676'>https://github.com/kamailio/kamailio/pull/2676</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>cplc: add a configuration route before redirected call (key: redirect_route)</li>
  <li>pua_dialoginfo: disable publish notifications for subsequent requests (key: publish_dialog_req_within)</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-206d8eacc46ff07ebce9a4a13c434ebf69add87dcd7e31d9238dd3010d5bfc19">src/modules/cplc/cpl_db.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-9eedadd6508318e5fd2f2ab163c4d471109138d66781ce49df63ed4781b7ab6c">src/modules/cplc/cpl_env.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-8005019d6e9d1325e5f4d8bc805607d5756e3136fc1054efa827e7c38a901975">src/modules/cplc/cpl_loader.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-3dfc5a1df0636bce63ab42a106eee1174d232d4613d63ff9bcce06cfa1d13937">src/modules/cplc/cpl_proxy.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-b309246ecaa20e4fde4c9c1db242c8171872b9670dd600897e474bfa23345f4c">src/modules/cplc/cpl_run.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-3067956b5f7aab0bc3a9e0c0ca203fbd4e40ff9a163ecfb0b3b23007a73503a9">src/modules/cplc/cpl_switches.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-de95e634b73763bfd90af0f53cc0ab46db580d1b7c70c76eb80b499c0321faa5">src/modules/cplc/cplc.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-ad17b75bb9026c3663ae8e5a7d61806b3934a58406f956f1fd5b6c1243e9a201">src/modules/cplc/doc/cplc.xml</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-15a2220ed45f10fe64aec9f98a97fa67c44d6c5abbcf17f148d7c9032cb4f1ed">src/modules/cplc/doc/cplc_admin.xml</a>
    (84)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-190fb6dc401afd1cb6fe52ae8a34a67f15a2612cf7ae730ff5ba78962d786eaf">src/modules/pua_dialoginfo/doc/pua_dialoginfo.xml</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-dcccb774bc8fb049a4c4bc278f071e48a69daabc45821bd6fc19259b936ce564">src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml</a>
    (66)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-5267b074814bb9effb4b0ffde94a0c60ad645304ba2eef68cb2fd751f100d304">src/modules/pua_dialoginfo/pua_dialoginfo.c</a>
    (188)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2676/files#diff-768c6e484e9607b51f846fb7f3f1bdc4ab5a9ecd66c1723f604e07b6f1ff69c9">src/modules/pua_dialoginfo/pua_dialoginfo.h</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/2676.patch'>https://github.com/kamailio/kamailio/pull/2676.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/2676.diff'>https://github.com/kamailio/kamailio/pull/2676.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJXMT2OXXX5X3QTCUTTD6D6ZANCNFSM4ZI5ROQQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMNIFRQX5VXI64XQ4TTD6D6ZA5CNFSM4ZI5ROQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MNGWGXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2676",
"url": "https://github.com/kamailio/kamailio/pull/2676",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>