Jan Janak wrote:
On 12-08 13:17, Andrew Fullford wrote:
BYEs are not reliable. They are initiated solely by the UA, so even with a completely reliable network, BYEs will go missing if the user powers down or disconnects their system before hanging up.
There is a partial solution if the other end-point is still alive. It will send a BYE which will be replied with 408 Request Timeout by SER. You can account such failed transactions too.
for the sake of completeness: modparam("acc", "failed_transactions", 1)
regards, klaus