On 25/01/17 06:44 PM, Serhat Guler wrote:
Hello,

I am trying to setup my Kamailio environment on a new Debian system. Everything went well, except I started facing a problem with the rtpengine. It did install it fine and I can view the program parameters via the help menu; however, when I run it with this command  "rtpengine --interface 192.168.0.66 --listen-ng=127.0.0.1:22222 -m 30000 -M 35000 -L 2" or any other commands, it gives an error as "CRIT: Fatal error: Bad command line: Key file does not have group 'rtpengine'".

Where is this key file it is complaining about ? I couldn't find anything neither in the doc nor anywhere else.
The key file is the config file. It defaults to /etc/rtpengine/rtpengine.conf

However, if no config file is explicitly specified, it ought to ignore errors trying to load from it. Does that file exist on your system? What's your glib (not glibc) version?

Cheers