[asterisk-users] Bare Metal vs Containers/vms

2020-05-01 Thread Dovid Bender
Hi All, I vaguely remember someone at Astricon making the case for having multiple containers/vps each running asterisk vs using asterisk direct on bare metal. Something about getting better performance. Does anyone have any insight on this? TIA and stay safe Dovid PS I know vps != containers I

Re: [asterisk-users] SIP TLS not working, Asterisk 16.9.0

2020-05-01 Thread Karsten Wemheuer
Hi Stefan, thanks a lot. It is working now. Best regards, Karsten Am Freitag, den 01.05.2020, 18:40 +0200 schrieb Stefan Tichy: > Hi Karsten, > > > On Thu, Apr 30, 2020 at 05:50:39PM +0200, Karsten Wemheuer wrote: > > > > The server sends Server Hello, Certificate, Server Key > > Ex

Re: [asterisk-users] SIP TLS not working, Asterisk 16.9.0

2020-05-01 Thread Stefan Tichy
Hi Karsten, On Thu, Apr 30, 2020 at 05:50:39PM +0200, Karsten Wemheuer wrote: > The server sends Server Hello, Certificate, Server Key > Exchange and Server Hello Done. Something in that packet seems to be unacceptable for openssl 1.1.1d as it is compiled and configured for Buster.

Re: [asterisk-users] Length of dial string

2020-05-01 Thread John Covici
Or you could just increase MAX_EXTENSION and recompile. On Fri, 01 May 2020 06:25:36 -0400, Paddy Grice wrote: > > [1 ] > [1.1 ] > Hi Dovid > > Yes was one of the options but as the required list is dynamic becomes very > messy - and all combinations problem - where as "call all workers job x

Re: [asterisk-users] Length of dial string

2020-05-01 Thread Paddy Grice
Hi Dovid Yes was one of the options but as the required list is dynamic becomes very messy - and all combinations problem - where as "call all workers job xxx" is what is needed so the ability to call 20+ numbers is what is needed - agi does a database search for all jobx workers and constructs a

Re: [asterisk-users] Mute conference participants

2020-05-01 Thread Dovid Bender
Doug, I am working with a school where they want the students to be able to talk to the students but sometimes they don't want to allow the students to mute themselves. It seems as if you give power to unmute you can't stop it at all. On Sun, Apr 26, 2020 at 3:09 PM Doug Lytle wrote: > On 4/2

Re: [asterisk-users] Length of dial string

2020-05-01 Thread Dovid Bender
Paddy, Why not use local extensions? You can do something like this. Exten => s,1,Dial(Local/set1@call_all&Local/set2@call_all &Local/set3@call_all) [call_all] Exten => set1,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103&SIP/104&SIP/105 Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111

Re: [asterisk-users] Webrtc and iOS devices

2020-05-01 Thread Teijo
Hello, I upgraded to 16.9.0 and then 16.10.0. I feel that there is something in iOS webrtc implementation which cause issues. If womebody has succeeded with combination iOS, browser (like Safari) and webrtc (conference call), it would be nice to hear. Best regards, Teijo Dan Jenkins ki

[asterisk-users] Length of dial string

2020-05-01 Thread Paddy Grice
Hi all as per the new release notice for 13.33.0 received today - can anyone advise me the max limit of the string to the Dial Command - see * [ASTERISK-27946 https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] - dial (API): Storage of dialed target uses AST_MAX_EXTE