-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Labels
Description
rtpengine version the issue has been seen with
mr13.5.1.6
Used distribution and its version
Rocky 8 or Ubuntu 24.04
Linux kernel version used
4.18.0-553.109.1.el8_10.x86_64 or 6.8.0-90-generic
CPU architecture issue was seen on (see uname -m)
x86_64
Expected behaviour you didn't see
When running rtpengine --version I expect to get something like this line:
Version: mr13.5.1.6
Unexpected behaviour you saw
When running rtpengine --version I'm getting this line:
Version: undefined
Steps to reproduce the problem
- Download a tagged version (e.g mr13.5.1.6) of sipwise/rtpengine from GitHub.
- Locally compile and install it following the corresponding documentation.
- Run the command
rtpengine --version
Additional program output to the terminal or logs illustrating the issue
# On Rocky 8
journalctl --unit rtpengine.service | grep version
Mar 07 19:06:15 rocky8.local rtpengine[54697]: INFO: [core] Startup complete, version undefined
# On Ubuntu 24.04
journalctl --unit rtpengine | grep version
Mar 09 10:05:51 u2404.local rtpengine[10453]: INFO: [core] Startup complete, version undefinedAnything else?
What to change, edit, configure or fix so that the proper rtpengine version is correctly printed when running rtpengine --version?
Reactions are currently unavailable