frenzymind
frenzymind
Hello. I run script like this: `AGI(agi-scripts/createCall/run.php,HI,THERE,WITH,ARGUMENTS)` In exmaples I found this way to get arguments: ``` $variables = $pagiClient->getChannelVariables(); for ($i = 0; $i < $variables->getTotalArguments(); $i++) { $pagiClient->getAsteriskLogger()->notice('...
Hello! I try to backup system with this command: `./star.sh -i 0 -d /backup/ -c gzip -q -u "--same-permissions --same-owner --exclude=/backup/* --warning=none"` And get error at the end: > root@border1:~#...
Hello. I have little question: How can I change this text in menu ? 
How can I subscribe to hls events ? For example: hls.on(Hls.Events.ERROR, function (event, data) {...}) videogular is not expose hls instance as I can found.
I have a clear installation of proxmox 6. Updated. I install controller, satellite and client from proxmox-6 linbit repo: "deb http://packages.linbit.com/proxmox/ proxmox-6 drbd-9.0" Then I create resource: LINSTOR ==> rd...
I have script begins with: `#!/usr/bin/perl use strict; use warnings; use Math::Round; use utf8; use XML::LibXML::Reader; ` cpanfile file: `requires 'Math::Round', '== 0.06'; requires 'XML::LibXML::Reader', '== 2.0132';` Both located in...
Hello. May be it can be related with this bug [getModalsCount issue](https://github.com/valor-software/ngx-bootstrap/issues/6679) Bug description: With nested modals, when you close upper one, it is make body scrollable again (remove class...
Tabs component automatically activate first available tab: https://github.com/valor-software/ngx-bootstrap/blob/0357a3a7231945a53593d8c795669df460073c99/src/tabs/tabset.component.ts#L100 In most cases this is desired behaviour. But in my case I have directive that activate tab through reading query param. But...