At 12:02 AM 9/4/2003, Guilherme Dal Pizzol wrote:
ello,
I'm trying to generate call accounting in parallel and sequential forking,
but I think I'm missing something.
My ser.cfg is attached.
When I perform a call (parallel fork / sequential fork) I'm getting only
one miss report, for example:
1 - SER receives a INVITE
2 - INVITE is sent to A and B (parallel)
3 - A fails with 503
4 - B fails with 408 (TM generates 408)
5 - SER logs only 408!!! How about 503? Is there any way to account both
misses?
That's correct -- there is only one final result for a proxied transaction
(no matter how many branches you fork) and that's the value forwarded upstream.
Per 3261, that's module the lowest error code.
-jiri