Hi guys,
on our enviromet we have 130+ gateway configured over the LCR_gw tables.
when we try to reload it.. we get error..
"Aug 28 09:40:36 vm-nextaitz-02 /usr/sbin/kamailio[3800]: ERROR: lcr [lcr_mod.c:1511]: reload_tables(): too many gateways"
We reached some top values.. how can we modify it ?
Regards
Hello,
Indeed, the max gateway number is defaulting to 128 in the code :
#define DEF_LCR_GW_COUNT 128
You can modify it with a mod parameter :
modparam("lcr", "lcr_gw_count", 200)
Kind regards,
Mathieu Bodjikian
________________________________ De : sr-users sr-users-bounces@lists.kamailio.org de la part de Laura red_dra@plugit.net Envoyé : mercredi 28 août 2019 11:48:24 À : Kamailio (SER) - Users Mailing List Objet : [SR-Users] Kamailio 4.4.7 - LCR modules
Hi guys,
on our enviromet we have 130+ gateway configured over the LCR_gw tables.
when we try to reload it.. we get error..
"Aug 28 09:40:36 vm-nextaitz-02 /usr/sbin/kamailio[3800]: ERROR: lcr [lcr_mod.c:1511]: reload_tables(): too many gateways"
We reached some top values.. how can we modify it ?
Regards
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Yes... found it..
sorry for the stupid question..
thanks for support.
Il 28/08/19 11:55, Mathieu Bodjikian ha scritto:
Hello,
Indeed, the max gateway number is defaulting to 128 in the code :
#define DEF_LCR_GW_COUNT 128
You can modify it with a mod parameter :
modparam("lcr", "lcr_gw_count", 200)
Kind regards,
Mathieu Bodjikian
*De :* sr-users sr-users-bounces@lists.kamailio.org de la part de Laura red_dra@plugit.net *Envoyé :* mercredi 28 août 2019 11:48:24 *À :* Kamailio (SER) - Users Mailing List *Objet :* [SR-Users] Kamailio 4.4.7 - LCR modules Hi guys,
on our enviromet we have 130+ gateway configured over the LCR_gw tables.
when we try to reload it.. we get error..
"Aug 28 09:40:36 vm-nextaitz-02 /usr/sbin/kamailio[3800]: ERROR: lcr [lcr_mod.c:1511]: reload_tables(): too many gateways"
We reached some top values.. how can we modify it ?
Regards
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users