I've tryed modparam("acc", "failed_transaction_flag", 4) and set
the
flag in route{ }. I've debug msgs in every route branch but it seems
that the BYE sended by the dialog module does not traverse it.
For make me sure I've checked some failed transactions (not sended by
dialog module) and it is logged properly.
Daniel-Constantin Mierla napsal(a):
Hello,
acc module has the functionality of logging failed transactions:
http://www.kamailio.org/docs/modules/1.4.x/acc.html#id2468153
Cheers,
Daniel
On 10/16/08 11:46, Martin Vít wrote:
Hello,
i'm testing dialog module and trying to account died sessions. I've
problem or i've misunderstood the way how to account it. If I send
dlg_end_dlg, a dialog session is ended and BYE is sended to both sides.
But if the BYE is not confirmed the acc module will never log this. Is
there any way to immidiatly log BYE asap dialog ends?
thanks for any suggestion
MV