search for: ast_device_

Displaying 1 result from an estimated 1 matches for "ast_device_".

Did you mean: ast_device
2008 Dec 22
1
AMI and ExtensionState command returning bogus 'status' number
...2 Busy" I have confirmed that it is returning the 'Status' as described in 'devicestate.h' ( http://www.asterisk.org/doxygen/1.4/devicestate_8h-source.html ) , part of Asterisk source files. Something like this: /** * Device is valid but channel didn't know state * AST_DEVICE_UNKNOWN 0 * * Device is not used * AST_DEVICE_NOT_INUSE 1 * * Device is in use * AST_DEVICE_INUSE 2 * * Device is busy * AST_DEVICE_BUSY 3 * * Device is invalid * AST_DEVICE_INVALID 4 * * Device is unavailable * AST_DEVICE_UNAVAILABLE 5 * * Device is ringing * AST_DEVICE_RI...