Camila Troncoso writes:
If one gateway is full, busy, down or answers with any failed response to LCR , I jump to the next gateway in the list. I´m presenting the problem that its stops jumping after 12 gateways and returns the message 500 Forking capacity exceeded (12/SL). I need to increase this limit , so all the gateways in the list give the call a try.
try increasing
config.h:#define MAX_BRANCHES 12 /*!< maximum number of branches per transaction */
-- juha