Re: [Asterisk-java-users] OriginateResponseEvent.getReason()
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2008-01-28 19:10:22
|
Hi James, =20 Reason codes are from the Asterisk source. You'll find a thread on the dev list at http://lists.digium.com/pipermail/asterisk-dev/2005-September/015136.htm l. You can probably grab a copy of the latest source or the source you're currently using and just grep through it for AST_CONTROL_*. =20 Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221=20 =20 ________________________________ From: ast...@li... [mailto:ast...@li...] On Behalf Of James Taylor Sent: Monday, January 28, 2008 12:00 PM To: ast...@li... Subject: [Asterisk-java-users] OriginateResponseEvent.getReason() =09 =09 Howdy, I'm trying to find the meaning for the response codes returned by OriginateResponseEvent.getReason(). Can anyone point me in the right direction? In my testing I've observed the following but would like to see what the codes *really* mean: 0 =3D Busy (I think) 1 =3D Call failed (purposely entered an invalid number - 1234567890) 3 =3D No Answer (originate timed out) 4 =3D Success I've browsed and googled, but can't find the information. Thanks, James =09 =09 |