search for: on_ice_complet

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

Did you mean: on_ice_complete
2020 Feb 27
3
error compiling current git
...669: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] [CC] res_format_attr_g729.c -> res_format_attr_g729.o Is this to be expected or should I make a bug report?
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...nt)’} from incompatible pointer type ‘void (*)(pj_ice_sess *)’ {aka ‘void (*)(struct pj_ice_sess *)’} [-Wincompatible-pointer-types]   .on_valid_pair = ast_rtp_on_valid_pair,                    ^~~~~~~~~~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: note: (near initialization for ‘ast_rtp_ice_sess_cb.on_ice_complete’) make[1]: *** [/usr/src/asterisk-16.9.0/Makefile.rules:164: res_rtp_asterisk.o] Error 1 make: *** [Makefile:383: res] Error 2 I applied the patch and did make clean && ./configure --with-pjproject-bundled && make which give this error. Openssl is installed. On the other server...
2020 Mar 13
1
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...(*)(pj_ice_sess *)’ {aka > ‘void (*)(struct pj_ice_sess *)’} [-Wincompatible-pointer-types] >    .on_valid_pair = ast_rtp_on_valid_pair, >                     ^~~~~~~~~~~~~~~~~~~~~ > res_rtp_asterisk.c:2674:19: note: (near initialization for > ‘ast_rtp_ice_sess_cb.on_ice_complete’) > make[1]: *** [/usr/src/asterisk-16.9.0/Makefile.rules:164: > res_rtp_asterisk.o] Error 1 > make: *** [Makefile:383: res] Error 2 > > I applied the patch and did make clean && ./configure > --with-pjproject-bundled && make which give this er...
2020 Feb 27
0
error compiling current git
...id_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] > [CC] res_format_attr_g729.c -> res_format_attr_g729.o > > > Is this to be expected or should I make a bug report? > > When you pulled the lasted code this change would have forced a re-configure. If you haven't already try doing a full clean and...
2020 Mar 13
0
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...pointer type ‘void (*)(pj_ice_sess *)’ {aka > ‘void (*)(struct pj_ice_sess *)’} [-Wincompatible-pointer-types] > .on_valid_pair = ast_rtp_on_valid_pair, > ^~~~~~~~~~~~~~~~~~~~~ > res_rtp_asterisk.c:2674:19: note: (near initialization for > ‘ast_rtp_ice_sess_cb.on_ice_complete’) > make[1]: *** [/usr/src/asterisk-16.9.0/Makefile.rules:164: > res_rtp_asterisk.o] Error 1 > make: *** [Makefile:383: res] Error 2 > > I applied the patch and did make clean && ./configure > --with-pjproject-bundled && make which give this error. Openssl is >...