summaryrefslogtreecommitdiff
path: root/tests/test_devicestate.c
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2010-07-16 19:32:10 +0000
committerMatthew Nicholson <mnicholson@digium.com>2010-07-16 19:32:10 +0000
commit1fd618de5b2e739a3c4453708150498fd968015f (patch)
tree5edadd290abcb063bcfab3ab0159bc20f62b6356 /tests/test_devicestate.c
parentb73c1377e5e6ed1fdb77a6a19757e2d3b6673da9 (diff)
updated devicestate test for device state changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@277409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_devicestate.c')
-rw-r--r--tests/test_devicestate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_devicestate.c b/tests/test_devicestate.c
index a44137073..415cda271 100644
--- a/tests/test_devicestate.c
+++ b/tests/test_devicestate.c
@@ -126,11 +126,11 @@ static int combined_results[] = {
};
static int exten_results[] = {
- AST_EXTENSION_UNAVAILABLE,
+ AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_INUSE,
AST_EXTENSION_BUSY,
- AST_EXTENSION_UNAVAILABLE,
+ AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_UNAVAILABLE,
AST_EXTENSION_RINGING,
AST_EXTENSION_INUSE | AST_EXTENSION_RINGING,
@@ -162,11 +162,11 @@ static int exten_results[] = {
AST_EXTENSION_INUSE | AST_EXTENSION_RINGING,
AST_EXTENSION_INUSE | AST_EXTENSION_RINGING,
AST_EXTENSION_BUSY,
- AST_EXTENSION_UNAVAILABLE,
+ AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_INUSE,
AST_EXTENSION_BUSY,
- AST_EXTENSION_UNAVAILABLE,
+ AST_EXTENSION_NOT_INUSE,
AST_EXTENSION_UNAVAILABLE,
AST_EXTENSION_RINGING,
AST_EXTENSION_INUSE | AST_EXTENSION_RINGING,