aboutsummaryrefslogtreecommitdiffstats
path: root/devicestate.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-10 02:41:20 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-10 02:41:20 +0000
commita7d603e168ec5d74d88c1f0bd96d0505c333b47d (patch)
tree33fbd8700af115615ea500895874dc0d266d28f9 /devicestate.c
parentd4b3463e802165e944eec453b55caaf5176df294 (diff)
Add support to see if a peer has someone on hold, and fix a small bug with getting the state name. This one goes out to you mog!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39500 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'devicestate.c')
-rw-r--r--devicestate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/devicestate.c b/devicestate.c
index 40cd6c322..c434ce9a0 100644
--- a/devicestate.c
+++ b/devicestate.c
@@ -51,8 +51,8 @@ static const char *devstatestring[] = {
/* 3 AST_DEVICE_BUSY */ "Busy", /*!< Busy */
/* 4 AST_DEVICE_INVALID */ "Invalid", /*!< Invalid - not known to Asterisk */
/* 5 AST_DEVICE_UNAVAILABLE */ "Unavailable", /*!< Unavailable (not registred) */
- /* 6 AST_DEVICE_RINGING */ "Ringing" /*!< Ring, ring, ring */
- /* 7 AST_DEVICE_RINGINUSE */ "Ring+Inuse" /*!< Ring and in use */
+ /* 6 AST_DEVICE_RINGING */ "Ringing", /*!< Ring, ring, ring */
+ /* 7 AST_DEVICE_RINGINUSE */ "Ring+Inuse", /*!< Ring and in use */
/* 8 AST_DEVICE_ONHOLD */ "On Hold" /*!< On Hold */
};