search for: destsize

Displaying 2 results from an estimated 2 matches for "destsize".

Did you mean: dest_size
2020 Mar 13
1
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...at we see error    [CC] app_osplookup.c -> app_osplookup.o app_osplookup.c: In function ‘osp_convert_inout.constprop’: app_osplookup.c:1011:35: warning: ‘]:’ directive output may be truncated writing 2 bytes into a region of size between 0 and 255 [-Wformat-truncation=]       snprintf(dest, destsize, "[%s]:%s", buffer, port); ^~ In file included from /usr/include/stdio.h:873,                  from /usr/src/asterisk-16.9.0/include/asterisk/compat.h:49,                  from /usr/src/asterisk-16.9.0/include/asterisk.h:22,                  from app_osplookup.c:37: /usr/include/x86_6...
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
Hello, 2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, I can't compile asterisk having error    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct pj_ice_sess_cb’} has no member named ‘on_valid_pair’   .on_valid_pair = ast_rtp_on_valid_pair,    ^~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: warning: