Hi!
I'm having difficulties in understanding why do my calls f...
Currently I'm trying to print the reason by:
if (event instanceof OriginateFailureEvent)
System.out.println(((OriginateFailureEvent)event).getReason());
But it just prints the value "1" and I can't find a mapping that tells
what does it mean?
is there a mapping that shows the connection between the numbers and the
reason available? like busy, no answer etc.
thanks,
Robert
|