I hereby claim:
- I am andrius on github.
- I am andrius_kai (https://keybase.io/andrius_kai) on keybase.
- I have a public key whose fingerprint is 5C74 52AF 3515 361A 29AA FDE2 C7F7 E072 25E1 DD9C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| freeswitch@dev-voice> | |
| error: tport_logging: capture socket error: No error information | |
| 2021-05-14 11:49:22.883128 [NOTICE] switch_channel.c:1118 New Channel sofia/internal/USR-7800c431-e6bf-4af0-9bf7-e03b4bd9ca4f@dev-voice.app.mobitalk.io [e2a313f6-36a4-4c4f-b246-6663dbe6772f] | |
| 2021-05-14 11:49:22.883128 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/USR-7800c431-e6bf-4af0-9bf7-e03b4bd9ca4f@dev-voice.app.mobitalk.io) Running State Change CS_NEW (Cur 1 Tot 24) | |
| 2021-05-14 11:49:22.883128 [DEBUG] sofia.c:10279 sofia/internal/USR-7800c431-e6bf-4af0-9bf7-e03b4bd9ca4f@dev-voice.app.mobitalk.io receiving invite from 172.18.0.2:41880 version: 1.10.3 -release 64bit | |
| 2021-05-14 11:49:22.883128 [DEBUG] sofia.c:10373 verifying acl "domains" for ip/port 172.18.0.2:0. | |
| 2021-05-14 11:49:22.883128 [DEBUG] sofia.c:10402 IP 172.18.0.2 Approved by acl "domains[]". Access Granted. | |
| 2021-05-14 11:49:22.883128 [DEBUG] sofia.c:11476 Setting NAT mode based on via received | |
| 2021-05-14 11:49:22.883128 [DEBUG] sofia.c:7325 Channel |
| FROM crystallang/crystal:1.8 | |
| # FROM crystallang/crystal:1.8-alpine | |
| ARG USER=user | |
| ARG USER_ID=1000 | |
| ARG GROUP_ID=1000 | |
| RUN sh <<'EOF' | |
| if [ "$(awk -F= '/^ID=/{print $2}' /etc/os-release)" = "alpine" ]; then | |
| apk add bash curl |
| #!/usr/bin/env bash | |
| cd /tmp | |
| [ -f vscode_cli.tar.gz ] && rm -f vscode_cli.tar.gz | |
| if [ ! -f code ]; then | |
| # Based on the CPU architecture, download the appropriate version of Visual Studio Code and install it. | |
| if [ "$(uname -m)" == "x86_64" ]; then | |
| curl -Ls 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-arm64' --output vscode_cli.tar.gz | |
| elif [ "$(uname -m)" == "aarch64" ]; then |