<p></p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tomohare/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tomohare">@Tomohare</a>: maybe, if it suits your use case better, you can try another approach to make the query only on user column even when the <code class="notranslate">use_domain</code> is set, via new function <code class="notranslate">sd_lookup_group()</code> or a new optional parameter to <code class="notranslate">sd_lookup()</code>. So there will be one function to do the query on both user/domain and the other one only on user column.</p>
<p dir="auto">The function take the db table name as a parameter, so you can use two db tables to separate the group and user-specific records (<code class="notranslate">sd_lookup_group(groupdial)</code> and <code class="notranslate">sd_lookup(speedial)</code>) . You can also set the name of the column to something that suits better both cases (e.g., <code class="notranslate">owner</code>).</p>
<p dir="auto">From my point of view it felt that the module offers what you need, but it is fine to add new function/functionality for more flexibility, but I didn't want to change the database structure unless really needed, because that has impact on upgrades (even on major release upgrade, but better to avoid when possible).</p>

<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/3255#issuecomment-1266533005">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZOE55DT6SBAEXEBKSDWBPNSJANCNFSM6AAAAAAQXPS6JU">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ABO7UZK4PNH5IV5WPE4RKSLWBPNSJA5CNFSM6AAAAAAQXPS6JWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSLPXBI2.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/3255/c1266533005</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/3255#issuecomment-1266533005",
"url": "https://github.com/kamailio/kamailio/pull/3255#issuecomment-1266533005",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>