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

2019-07-05 Thread hw
On 7/5/19 9:32 PM, John Runyon wrote: On Fri, 5 Jul 2019 at 14:28, hw mailto:h...@gc-24.de>> wrote: I thought about that and checked the configuration I've been using to create the certificate, and I can't see anywhere that it would expire earlier than after 3650 days.  Is there

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

2019-07-05 Thread hw
On 7/5/19 9:32 PM, John Runyon wrote: On Fri, 5 Jul 2019 at 14:28, hw mailto:h...@gc-24.de>> wrote: I thought about that and checked the configuration I've been using to create the certificate, and I can't see anywhere that it would expire earlier than after 3650 days.  Is there

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

2019-07-05 Thread John Runyon
On Fri, 5 Jul 2019 at 14:28, hw wrote: > I thought about that and checked the configuration I've been using to > create the certificate, and I can't see anywhere that it would expire > earlier than after 3650 days. Is there another way to check this? > openssl verify -CAfile ca.crt server.crt

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

2019-07-05 Thread hw
On 7/5/19 9:22 PM, Steve Murphy wrote: hw-- I see this kind of behavior when the certificate expires... you've probably checked this, but sometimes we miss little details like that. I thought about that and checked the configuration I've been using to create the certificate, and I can't see

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

2019-07-05 Thread Steve Murphy
hw-- I see this kind of behavior when the certificate expires... you've probably checked this, but sometimes we miss little details like that. murf On Fri, Jul 5, 2019 at 1:14 PM hw wrote: > On 7/5/19 10:50 AM, Doug Lytle wrote: > > On 7/4/19 6:40 PM, hw wrote: > >> This has again, and for no

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

2019-07-05 Thread hw
On 7/5/19 10:50 AM, Doug Lytle wrote: On 7/4/19 6:40 PM, hw wrote: This has again, and for no reason, ceased to work again after restarting asterisk.  No matter what I try, I can't create a certificate asterisk would verify. Have you considered using LetsEncrypt for a valid certificate?

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Doug Lytle
My self-compiled Asterisk also shows that speex dependencies are not installed Speex Coder/Decoder Depends on: speex(E), speex_preprocess(E) Can use: speexdsp(E) You'll need to installed the dependencies and re-compile. Doug --

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Antony Stone
On Friday 05 July 2019 at 16:33:56, Jerry Geis wrote: > I have no speex translation > core show translation paths speex > --- Translation paths SRC Codec "speex" sample rate 8000 --- > speex:8000 To slin:8000 : No Translation Path > Does not look good. no paths... Did something

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Jerry Geis
I have no speex translation ulaw alaw gsm g726 g726aal2 adpcm slin8 slin12 slin16 slin24 slin32 slin44 slin48 slin96 slin192 lpc10 ilbc g722 testlaw ulaw - 9150 15000 1500015000 15000 9000 17000 17000 17000 17000 17000 17000 17000 17000 15000 15000 17250

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Antony Stone
On Friday 05 July 2019 at 16:03:42, Jerry Geis wrote: > I think this is what your looking for: > [Jul 5 09:55:34] WARNING[19832]: channel.c:5751 set_format: Unable to find a > codec translation path: (speex) -> (speex32) Indeed, it was. > My linphone side only has speex@32K enabled. > > My

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Jerry Geis
I think this is what your looking for: Found RTP audio format 119 Found audio description format speex for ID 119 Capabilities: us - (speex|speex16|speex32|g722|ulaw|alaw|gsm), peer - audio=(speex32)/video=(nothing)/text=(nothing), combined - (speex32) Non-codec capabilities (dtmf): us - 0x1

Re: [asterisk-users] Asterisk and Linphone

2019-07-05 Thread Antony Stone
On Friday 05 July 2019 at 14:22:22, Jerry Geis wrote: > Hi all - I am using asterisk 13.27.0 with Linphone. > I turned off all codes on linphone except the one I want to try. For > example: > opus and speex (so only one enabled at a time). > Then did this same on asterisk for the linphone

Re: [asterisk-users] shairport-sync and asterisk

2019-07-05 Thread Jerry Geis
Interesting... In asterisk 13 I edited alsa.conf for asterisk and commented out the noaudiocapture=true, and alsa loaded the alsa module. restarted asterisk. When I call into my dialplan and connect to Console/DSP I hear the audio that I am playing on Shairport-sync through pulseaudio - but it

[asterisk-users] shairport-sync and asterisk

2019-07-05 Thread Jerry Geis
Is there any way to get shairport-sync audio into asterisk ? Jerry -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New

[asterisk-users] Asterisk and Linphone

2019-07-05 Thread Jerry Geis
Hi all - I am using asterisk 13.27.0 with Linphone. I turned off all codes on linphone except the one I want to try. For example: opus and speex (so only one enabled at a time). Then did this same on asterisk for the linphone extension. disallow=all allow=speex (for example). Then I place my

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

2019-07-05 Thread Doug Lytle
On 7/4/19 6:40 PM, hw wrote: This has again, and for no reason, ceased to work again after restarting asterisk.  No matter what I try, I can't create a certificate asterisk would verify. Have you considered using LetsEncrypt for a valid certificate? Doug --