<h4 dir="auto">Pre-Submission Checklist</h4>



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

<ul class="contains-task-list">
<li>[V] PR should be backported to stable branches</li>
<li>[V] 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 dir="auto">Description</h4>

<p dir="auto">I modified the imc module as follows:</p>
<ol dir="auto">
<li>propagate content-type header</li>
<li>add the option to modify member role</li>
<li>added support to db_mode. all changes are synch to db in case db_mode is set to 2.</li>
</ol>

<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/4b4edbc4ac95c6e9632c5447ccf06a3e16a5c37c" class="commit-link">4b4edbc</a>  imc: add support to modify member role</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/a6ed37c39c814a18da35e6d14679b5dc9e09ac26" class="commit-link">a6ed37c</a>  imc: call handle_modify</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/b5e8711ce397b9d32214bddfaeecc8451b9d6e6e" class="commit-link">b5e8711</a>  imc: db_mode support</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/2505a97d7b517a9537711313815fa3e54dcc1eac" class="commit-link">2505a97</a>  Merge branch 'kamailio:master' into master</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/f9820f9d257b80a2a547c32e19204ee6b0ef6dd7" class="commit-link">f9820f9</a>  imc: destroy db only if db_mode is not 0</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/05a877ca41194c8267914def7251d296f4f23f62" class="commit-link">05a877c</a>  Merge remote-tracking branch 'joeygo/master'</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/643a2d90ef62ad149e75cc705deb328895ffd736" class="commit-link">643a2d9</a>  imc: propagate content-type header</li>
  <li><a href="https://github.com/kamailio/kamailio/pull/3291/commits/48c6364af4d8410839d10b5e5fd71d7e1e9007c9" class="commit-link">48c6364</a>  Merge branch 'kamailio:master' into master</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/kamailio/kamailio/pull/3291/files">8 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-f566c9b971d794cd02121bd0d4f2fcf516fbf4348ccd61dd069fe975398d8622">src/modules/imc/doc/imc.xml</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-8baa0c3c9c6c00f18d3c76c9f1572b15902a08e45e5cfc17bbf6a3b78b641a13">src/modules/imc/doc/imc_admin.xml</a>
    (35)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-19a483c59d4289459db90b76771df8eb5ff7f726de238b9c721c38490e13629d">src/modules/imc/imc.c</a>
    (326)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-01b8960f6ddc806a594ff59e23028331fc7343062fa15df9a3442950d88233f8">src/modules/imc/imc.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-72146f7f34684df6d4edfcae9b80236f70e3aa39af297f17164985a23d6d4b7d">src/modules/imc/imc_cmd.c</a>
    (260)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-36373c9382cf1e72eac770d67833e69cb86b054d0c73648d9e11c5b91f7972e3">src/modules/imc/imc_cmd.h</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-48b20ddf993844555a025864bb3f1f33361368631d3bb0e71223495b8a9d0582">src/modules/imc/imc_mng.c</a>
    (405)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/3291/files#diff-4c667e75aeb09918edc3298af1b67bc50a867512516d11b661f0c198f354f8d6">src/modules/imc/imc_mng.h</a>
    (28)
  </li>
</ul>

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

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