Да, нужен, просто несколько завалило делами. В принципе завтра/послезавтра я могу подключится и посмотреть, тогда к следующему патч релизу сделаем исправления в драйвере. Пишите в личку про доступ. Спасибо!
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (not ($container->name match "^Site:(.*)"))
return false;
router = FindObject($1);
if (router == null)
return false;
for(rp : router->parents)
{
if (classof(rp) == "Subnet")
{
for(np : $node->parents)
if (np->id == rp->id) // Same object
return true;
}
}
return false;
EnableWebServiceProxy = yes
Quote from: Zebble on February 05, 2021, 11:12:17 PM
Finally, slightly related but is the asterisk.nsm subagent available anymore? It appears that the libosip2/libXosip2 library dependency is really old and unsupported with newer version of openssl, so is difficult to build on more modern build environments.