Re: [asterisk-users] PJSIP crashes

2020-02-27 Thread Sean Bright
On 2/26/2020 5:06 PM, Saint Michael wrote: PJSIP should log a warting and continue. That's exactly what it is doing unless I am misunderstanding. You didn't answer my question last time - is Asterisk actually "crashing?" It is causing the CPU usage to spike dramatically. If you are able t

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, > ^ > r

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 incompa

[asterisk-users] pjsip: how to survive rejected registrations?

2020-02-27 Thread hw
Hi, sometimes 'pjsip show registrations' shows registrations to the VOIP provider as Rejected. I have already added max_retries = 0 auth_rejection_permanent = no in pjsip_wizard.conf and still asterisk does not recover. I need asterisk to keep trying to register and to renew the registratio