View previous topic :: View next topic |
Author |
Message |
franck.james at sewan.fr Guest
|
Posted: Wed Dec 08, 2021 2:37 pm Post subject: [Freeswitch-users] Max auth-acl set to 32 entries |
|
|
Hi,
We’re getting an issue on max allowed Ips in param name="auth-acl" ; it seems that actual max values is 32 entries and we are reaching this limit in some cases.
After checking source code, we suspect the issue to come from :
char *argv[32]; in switch_check_network_list_ip_port_token --- src/switch_core.c
Is there any way to increase this max value ?
Thanks in advance.
Franck |
|
Back to top |
|
|
dragos at freeswitch.org Guest
|
|
Back to top |
|
|
franck.james at sewan.fr Guest
|
Posted: Mon Dec 13, 2021 4:47 pm Post subject: [Freeswitch-users] Max auth-acl set to 32 entries |
|
|
Hi,
Indeed, it’s working in our case.
Thanks for your help !
De : FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org> De la part de Dragos Oancea
Envoyé : jeudi 9 décembre 2021 10:40
À : FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org>
Objet : Re: [Freeswitch-users] Max auth-acl set to 32 entries
try https://github.com/signalwire/freeswitch/pull/1480 .
On Wed, Dec 8, 2021 at 9:34 PM Franck James <franck.james@sewan.fr (franck.james@sewan.fr)> wrote:
|
|
Back to top |
|
|
|