[Asterisk-java-users] Problem with OriginateFailureEvent
Brought to you by:
srt
From:
<rob...@mo...> - 2006-02-07 11:33:48
|
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 |