CC (cc) [M app_lua.so] app_lua_exp.o
app_lua_exp.c: In function 'lua_sr_ndb_mongodb_cmd_x':
app_lua_exp.c:2667:2: warning: missing braces around initializer [-Wmissing-braces]
app_lua_exp.c:2667:2: warning: (near initialization for 'param[0]') [-Wmissing-braces]
app_lua_exp.c: In function 'lua_sr_ndb_mongodb_next_reply':
app_lua_exp.c:2741:2: warning: missing braces around initializer [-Wmissing-braces]
app_lua_exp.c:2741:2: warning: (near initialization for 'param[0]') [-Wmissing-braces]
app_lua_exp.c: In function 'lua_sr_ndb_mongodb_free_reply':
app_lua_exp.c:2768:2: warning: missing braces around initializer [-Wmissing-braces]
app_lua_exp.c:2768:2: warning: (near initialization for 'param[0]') [-Wmissing-braces]
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
Needed update for the dispatcher module Readme + fix function name in the description
The function description became inaccurate after commit:
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Sep 8 17:13:12 2014 +0200
dispatcher: swap the order between uri and mode parameters in the new ds_is_from_list(...)
- allow to have ds_is_from_list() only with group id and mode, uri is
the last parameter, still optional
- patch provided by Luis Azedo <luis.azedo(a)factorlusitano.com>
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/143
-- Commit Summary --
* dispatcher: fix ds_is_from_list usage after commit 121cb0f4
-- File Changes --
M modules/dispatcher/doc/dispatcher_admin.xml (7)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/143.patchhttps://github.com/kamailio/kamailio/pull/143.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/143