Re: [asterisk-users] unsolved: Re: solved: how to create a working certificate for using TLS?

2019-07-06 Thread Michael Maier
On 06.07.19 at 12:16 hwilmer wrote: > On 7/6/19 10:40 AM, Michael Maier wrote: >> On 05.07.19 at 22:02 hw wrote: >>> >>> openssl verify -CAfile ca.pem asterisk.pem >>> asterisk.pem: OK >>> >>> >>> When I set tlsdontverifyserver=yes, it works (i. e. asterisk registers >>> to the SIP provider and the

[asterisk-users] prevent invalid queue members

2019-07-06 Thread hwilmer
Hi, when using AddQueueMember() to add to a queue, it is possible to add unreachable (non-existing) peers to a queue. Such members show up marked as '... (dynamic) (Invalid) ...' when using the queue show command. Is there a way to disallow adding unreachable peers to a queue? "Unreachable", in

Re: [asterisk-users] unsolved: Re: solved: how to create a working certificate for using TLS?

2019-07-06 Thread hwilmer
On 7/6/19 10:40 AM, Michael Maier wrote: > On 05.07.19 at 22:02 hw wrote: >> >> openssl verify -CAfile ca.pem asterisk.pem >> asterisk.pem: OK >> >> >> When I set tlsdontverifyserver=yes, it works (i. e. asterisk registers >> to the SIP provider and there is no error message).  Otherwise I'm >> get

Re: [asterisk-users] unsolved: Re: solved: how to create a working certificate for using TLS?

2019-07-06 Thread Michael Maier
On 05.07.19 at 22:02 hw wrote: > > openssl verify -CAfile ca.pem asterisk.pem > asterisk.pem: OK > > > When I set tlsdontverifyserver=yes, it works (i. e. asterisk registers > to the SIP provider and there is no error message).  Otherwise I'm > getting the error message and asterisk does not reg