Skip to content

Asterisk

Config

Playback

ffmpeg -i music.mp3 -ar 16000 -ac 1 -c:a g722 music.g722

Commands

Send commant to asterisk running in container:

podman exec -it podman-asterisk_asterisk_1 asterisk -rx "dialplan reload"

Commands:

  • dialplan reload: Reload extensions.conf
  • core show channels: Show (active) channels and calls

Web frontends

Issues

  • res_pjsip "There are no local system nameservers configured, resorting to system resolution"