I'm testing the code into my new Debian 8.0 in a proxmox environment and I get some errors...
Linux kamailio2 2.6.32-34-pve #1 SMP Fri Dec 19 07:42:04 CET 2014 i686 GNU/Linux model name : Intel(R) Xeon(R) CPU W3520 @ 2.67GHz
root@kamailio2:/usr/src/kamailio# make cfg target architecture <i386>, host architecture <i386> making config... rm -f modules.lst make --no-print-directory modules.lst saving modules list...
root@kamailio2:/usr/src/kamailio# make all CC (gcc) [kamailio] basex.o CC (gcc) [kamailio] rvalue.o CC (gcc) [kamailio] str_list.o CC (gcc) [kamailio] pv_core.o CC (gcc) [kamailio] udp_server.o CC (gcc) [kamailio] receive.o ... ... make[2]: 'libsrdb1.so.1.0' is up to date. make[2]: 'libkmi.so.1.0' is up to date. make[2]: 'libsrdb1.so.1.0' is up to date. make[2]: 'libkcore.so.1.0' is up to date. CC (gcc) [M dialog.so] dlg_hash.o dlg_hash.c: In function 'dlg_ka_run': dlg_hash.c:206:5: error: too few arguments to function 'dlg_send_ka' dlg_send_ka(dlg, DLG_CALLER_LEG); ^ In file included from dlg_hash.c:63:0: dlg_req_within.h:55:5: note: declared here int dlg_send_ka(dlg_cell_t *dlg, int dir, str *hdrs); ^ dlg_hash.c:209:5: error: too few arguments to function 'dlg_send_ka' dlg_send_ka(dlg, DLG_CALLEE_LEG); ^ In file included from dlg_hash.c:63:0: dlg_req_within.h:55:5: note: declared here int dlg_send_ka(dlg_cell_t *dlg, int dir, str *hdrs); ^ ../../Makefile.rules:114: recipe for target 'dlg_hash.o' failed make[1]: *** [dlg_hash.o] Error 1 Makefile:572: recipe for target 'modules' failed make: *** [modules] Error 1
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/157