<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/tao-communications/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tao-communications">@tao-communications</a> great job, thank you. i do have a final request, when that's done, please squash your commits into a single commit, <code>kazoo: add basic kemi support</code></p>
<p>i feel that <code>kazoo_route_no</code> doesn't express well the intent for the variable which is to use <code>kemi</code> instead of <code>cfg</code>.</p>
<p>can you please rename <code>kazoo_route_no</code>  to <code>kazoo_kemi_enabled</code> with default 0 and set it to 1 in  <a href="https://github.com/kamailio/kamailio/pull/2324/files#diff-52d37ad2407d869cdcee8ffc29166e62R330">here</a><br>
and then use</p>
<pre><code>if ( kazoo_kemi_enabled )  {
   do kemi routine
} else {
   do cfg routine
}
</code></pre>
<p>where applicable, for example in <code>fire_init_event</code></p>
<pre><code> if (kazoo_kemi_enabled) {
                return fire_init_event_kemi();
        }
        else {
                return fire_init_event_cfg();
        }
`` 
</code></pre>

<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/2324#issuecomment-631961748">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZMUTG2C3KZC7SNGUA3RSTRYDANCNFSM4M6AZYHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZJB7HP2CEBPYNT6SBTRSTRYDA5CNFSM4M6AZYHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWVPRFA.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/2324#issuecomment-631961748",
"url": "https://github.com/kamailio/kamailio/pull/2324#issuecomment-631961748",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>