[Kamailio-Users] ERROR:tm:add_uac: maximum number of branches exceeded
alex pappas
rebel.pappas at gmail.com
Wed Dec 2 17:10:04 CET 2009
Hello there,
I'm using dispatcher to serial fork a call through many gateways.
For a call to number 2XXXXXXXXX , first a try to connect through gateways
A,B,C after that D,F , after that E,R , after that M,N and finally after
those K,L.
When the call is trying gateway N then I'm getting the ERROR:tm:add_uac:
maximum number of branches exceeded.
I found on internet that I'm exceeding the MAX_BRANCHES:
branch=t->nr_of_outgoings;
if (branch==MAX_BRANCHES) {
LOG(L_ERR, "ERROR:tm:add_uac: maximum number of branches exceeded\n");
ret=E_CFG;
goto error;
}
More information about the Users
mailing list