After I made an zypper update and ignore the error for Pyton Repo, asterisk were crashing...
This was shown in the logs
- Code: Select all
asterisk: symbol lookup error: asterisk: undefined symbol: json_vsprintf
The only way to fix it was by doing:
- Code: Select all
zypper install libjansson4-2.13.1-lp152.29.1.x86_64
This install libjansson4 with a vendor change and it did fix the error.