Re: [asterisk-users] error compiling current git

2020-02-28 Thread hw
On Thursday, February 27, 2020 4:29:01 PM CET Kevin Harwell wrote: > On Thu, Feb 27, 2020 at 8:51 AM hw 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’

Re: [asterisk-users] error compiling current git

2020-02-27 Thread Kevin Harwell
On Thu, Feb 27, 2020 at 8:51 AM hw 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, > ^ >

Re: [asterisk-users] error compiling current git

2020-02-27 Thread Joshua C. Colp
On Thu, Feb 27, 2020 at 10:51 AM hw 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, > ^ >

[asterisk-users] error compiling current git

2020-02-27 Thread hw
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