Re: [SR-Users] Maximum number of branches exceeded

2013-07-18 Thread Jan Gaida
Thank you for your answers. Nevertheless, I hoped for ideas to achieve this from script with some kind of workaround. I can load all 50 contacts from location-database with reg_fetch_contacts. Maybe there is a way to send them one by one? Regards On Wed, Jul 17, 2013 at 1:16 PM, Jan Gaida wrot

Re: [SR-Users] Maximum number of branches exceeded

2013-07-17 Thread Andrew Mortensen
On Jul 17, 2013, at 7:18 AM, Alex Balashov wrote: > Isn't there a MAX_BRANCHES macro you can change in the source? Yes, but as he mentions, branches are tracked in a 32-bit bitmask variable, so he can't fork 50 branches with the existing code. I've got a preliminary patch that makes the mask

Re: [SR-Users] Maximum number of branches exceeded

2013-07-17 Thread Alex Balashov
Isn't there a MAX_BRANCHES macro you can change in the source? Jan Gaida wrote: >Hello, > >I would like to relay an INVITE to more than 50 contacts that >registered >this AOR. But in my kamailio 4.0.2 it is only possible to fork to 12 >branches otherwise it results in the error "Maximum number o