Quite cool project, but I get blocked somewhere.
Probably mainly because I'm not familiar enough with freeswitch.
Got everything installed well, able to login and able to add an extension.
But when checking "DjangoPBX -> Status -> FS Log Viewer", it's last entry is from the install date.
Freeswitch is running, and in my point of view, it looks like it got started with the correct parameters:
Is someone able to dig me into the right direction?
Probably mainly because I'm not familiar enough with freeswitch.
Got everything installed well, able to login and able to add an extension.
But when checking "DjangoPBX -> Status -> FS Log Viewer", it's last entry is from the install date.
Freeswitch is running, and in my point of view, it looks like it got started with the correct parameters:
Code:
root@Raspi4-Keller:/var/log# systemctl status freeswitch
● freeswitch.service - freeswitch
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; preset: enabled)
Active: active (running) since Mon 2024-03-11 21:53:26 CET; 14min ago
Process: 1376 ExecStartPre=/bin/mkdir -p /var/run/freeswitch/ (code=exited, status=0/SUCCESS)
Process: 1377 ExecStartPre=/bin/chown -R ${USER}:${GROUP} /var/lib/freeswitch /var/log/freeswitch /home/django-pbx/freeswitch /usr/share/freeswitch /var/run/freeswi>
Process: 1398 ExecStart=/usr/bin/freeswitch -u ${USER} -g ${GROUP} -ncwait -conf /home/django-pbx/freeswitch -log /var/log/freeswitch -db /var/lib/freeswitch/db -ru>
Main PID: 1401 (freeswitch)
Tasks: 29 (limit: 8741)
CPU: 29.031s
CGroup: /system.slice/freeswitch.service
└─1401 /usr/bin/freeswitch -u django-pbx -g django-pbx -ncwait -conf /home/django-pbx/freeswitch -log /var/log/freeswitch -db /var/lib/freeswitch/db -run />
Mär 11 21:53:26 Raspi4-Keller freeswitch[1398]: FreeSWITCH[1398] Waiting for background process pid:1401 to be ready.....
...
Mär 11 21:53:26 Raspi4-Keller freeswitch[1398]: FreeSWITCH[1398] Waiting for background process pid:1401 to be ready.....
Mär 11 21:53:26 Raspi4-Keller freeswitch[1398]: FreeSWITCH[1398] System Ready pid:1401
Mär 11 21:53:26 Raspi4-Keller systemd[1]: Started freeswitch.service - freeswitch.
Is someone able to dig me into the right direction?