i built latest k master on debian jessie, but it does not start due to rtpengine module problem:
Apr 27 18:47:31 lohi /usr/bin/sip-proxy[9468]: ERROR: rtpengine [rtpengine.c:970]: child_init(): Servname not supported for ai_socktype Apr 27 18:47:31 lohi /usr/bin/sip-proxy[9468]: ERROR: <core> [sr_module.c:900]: init_mod_child(): Error while initializing module rtpengine (/usr/lib/sip-proxy/modules/rtpengine.so)
any idea what might cause it?
-- juha
On 27/04/15 11:50 AM, Juha Heinanen wrote:
i built latest k master on debian jessie, but it does not start due to rtpengine module problem:
Apr 27 18:47:31 lohi /usr/bin/sip-proxy[9468]: ERROR: rtpengine [rtpengine.c:970]: child_init(): Servname not supported for ai_socktype Apr 27 18:47:31 lohi /usr/bin/sip-proxy[9468]: ERROR: <core> [sr_module.c:900]: init_mod_child(): Error while initializing module rtpengine (/usr/lib/sip-proxy/modules/rtpengine.so)
any idea what might cause it?
What's your module config? Seems to be a problem with translating the configured hostname or port into a usable socket address.
Cheers
Richard Fuchs writes:
What's your module config? Seems to be a problem with translating the configured hostname or port into a usable socket address.
sorry, it was my fault. i had typo in rtpengine_sock:
modparam("rtpengine", "rtpengine_sock", "0==udp:127.0.0.1:6050*10")
* should be =.
-- juha