Handle ringing (early) state properly on SIP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29619 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2006-05-23 04:49:31 +00:00
parent 9d15337fa0
commit fa9e0ed768
3 changed files with 56 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ extern "C" {
#define AST_DEVICE_UNAVAILABLE 5
/*! Device is ringing */
#define AST_DEVICE_RINGING 6
/*! Device is ringing *and* in use */
#define AST_DEVICE_RINGINUSE 7
typedef int (*ast_devstate_cb_type)(const char *dev, int state, void *data);