search for: on_valid_pair

Displaying 5 results from an estimated 5 matches for "on_valid_pair".

2020 Feb 27
3
error compiling current git
Hi, compiling the current git version on Centos 7 gives me: [CC] res_statsd.c -> res_statsd.o res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified in initializer .on_valid_pair = ast_rtp_on_valid_pair, ^ res_rtp_asterisk.c:2669:2: warning: initialization from incompatible pointer type [enabled by default] res_rtp_asterisk.c:2669:2: warning: (near initialization for ‘ast_rtp_ice_sess_cb.on_ice_complete’) [enabled by default]...
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: initialization of ‘void (*)(pj_ice_sess *, pj_status_t)’ {aka ‘void (*)(struct pj_ice_sess *, int)’} from incompatible pointer type ‘void (*)(pj_ice_sess *)’ {aka ‘void (*)(struct pj_ice_sess *)’}...
2020 Mar 13
1
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...6.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: initialization of ‘void > (*)(pj_ice_sess *, pj_status_t)’ {aka ‘void (*)(struct pj_ice_sess *, > int)’} from incompatible pointer type ‘void (*)(pj_ice_sess *...
2020 Mar 13
0
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...> 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: initialization of ‘void > (*)(pj_ice_sess *, pj_status_t)’ {aka ‘void (*)(struct pj_ice_sess *, > int)’} from incompatible pointer type ‘void (*)(pj_ice_sess *)’ {aka > ‘void (...
2020 Feb 27
0
error compiling current git
On Thu, Feb 27, 2020 at 8:51 AM hw <hw at gc-24.de> wrote: > Hi, > > compiling the current git version on Centos 7 gives me: > > > [CC] res_statsd.c -> res_statsd.o > res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified > in initializer > .on_valid_pair = ast_rtp_on_valid_pair, > ^ > res_rtp_asterisk.c:2669:2: warning: initialization from incompatible > pointer type [enabled by default] > res_rtp_asterisk.c:2669:2: warning: (near initialization for > ‘ast_rtp_ice_sess_cb.on_ice_...