Leor Greenberger
Leor Greenberger
When trying to send callers to voicemail, the following error appeared: ``` pbx.c: No application 'VoiceMail' for extension (macro-vm, s-CHANUNAVAIL, 2) ``` I found the issue is caused by these...
It doesn't ban anyone and I confirmed security is enabled. I think the problem is the filters do not match the log entries anymore. Updating to this works https://github.com/fail2ban/fail2ban/blob/master/config/filter.d/asterisk.conf
In FreePBX -> Settings -> Asterisk Logfile Settings, you can configure log rotation. I believe this uses logrotate, as it appears to configure it in `/etc/logrotate.d/asterisk`. Running `logrotate /etc/logrotate.conf -v...
With the following env variables set: ``` environment: - "DEBUG_MODE=TRUE" - "CONTAINER_LOG_LEVEL=DEBUG" ``` and running `docker-compose logs app`, I definitely see that debug logging is working. However, it doesn't appear...
I updated from 15-5.05 to the latest release published to docker hub (15-5.0.7?) and I noticed that I could no longer register with any clients over SIP-TLS. The logs indicated...
On a new install I get the following notice in the freepbx system overview: > You are missing support for the following HTML5 codecs: m4a. To fully support HTML5 browser...
Hi Sergio, I was hoping you could clarify the difference between these two modes. Read the documentation a few times but it still is not clear to me. 1. If...
Added ability in Github Actions to specify [groups and labels to route jobs](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow#using-labels-and-groups-to-route-jobs) with a self-hosted runner I confirm that the pull-request: - [x] Follows the contribution guidelines - [x]...
האם ניתן להוסיף פונקציית חיפוש ל VOD? למשל, [קשת 12](https://www.mako.co.il/mako-vod-index) תאפשר לחפש תוכניות , מה שייקל משמעותית על מציאת תכניות מיוחדות ששודרו, שהן לא חלק מהתוכניות הרגילות.
### What happened? The [GitHub Rest API](https://github.com/github/rest-api-description/blob/main/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json) defines the package response having a repository property: ``` jq -r '.components.schemas.package | .properties |=({repository})' ``` Output: ``` { "title": "Package", "description": "A...