Re: [SR-Users] Help to understand kamailio error msgs

2017-09-09 Thread José Seabra
Hi There, Regarding to this error: - *dispatcher [dispatch.c:1509]: ds_load_replace(): cannot find load for (16720.mydomain.com )* - *dispatcher [dispatch.c:2270]: ds_next_dst(): cannot update load distribution* The reason could be because i'm not using th

[SR-Users] Q: purpose of t_newtran() in kamailio-basic.cfg route[LOCATION]?

2017-09-09 Thread Anthony Alba
In kamailio-basic.cfg route[LOCATION] we have the following: --snip-- $var(rc) = $rc; t_newtran(); switch ($var(rc)) { case -1: case -3: --snip-- What is the purpose of t_newtran() here? Since we have not hit t_relay() yet (and don't have a transact

Re: [SR-Users] Q: purpose of t_newtran() in kamailio-basic.cfg route[LOCATION]?

2017-09-09 Thread Sebastian Damm
Hi, my guess would be that's only for accounting. If I remember correctly, the acc module won't record this call if a transaction was never created. So the transaction gets created before sending out the reply. I could be wrong, though. :) Best Regards, Sebastian On Sat, Sep 9, 2017 at 5:28 PM,