Log decyphering

Hi

Here’s a snippet from the logs for a call. I’m trying to work out whether the call was failed with congestion because the trunk was completely in use (ie no concurrent calls left) or whether the destination was busy.

Here’s the snippet;

VERBOSE[10180] app_dial.c: – SIP/G2Trunk-00000262 is circuit-busy
VERBOSE[10180] app_dial.c: == Everyone is busy/congested at this time (1:0/1/0)
VERBOSE[10180] app_macro.c: == Spawn extension (macro-outisbusy, s, 4) exited non-zero on ‘SIP/130-00000261’ in macro 'outisbusy’
VERBOSE[10180] file.c: – <SIP/130-00000261> Playing ‘all-circuits-busy-now.ulaw’ (language ‘en’)

What do you think? Are there any other events that I should be looking out for to decide either way?

Olly