summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/transfer-unattended.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sipp/transfer-unattended.py')
-rw-r--r--tests/pjsua/scripts-sipp/transfer-unattended.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sipp/transfer-unattended.py b/tests/pjsua/scripts-sipp/transfer-unattended.py
index da404426..0dd6e00d 100644
--- a/tests/pjsua/scripts-sipp/transfer-unattended.py
+++ b/tests/pjsua/scripts-sipp/transfer-unattended.py
@@ -11,6 +11,7 @@ PJSUA_EXPECTS = [
# A calls B
[0, "", "m"],
[0, "", "sip:localhost:5062"],
+ [0, const.STATE_CALLING, ""],
[1, const.EVENT_INCOMING_CALL, "a"],
[1, "", "200"],
[0, const.STATE_CONFIRMED, ""],
@@ -25,6 +26,5 @@ PJSUA_EXPECTS = [
[0, const.MEDIA_ACTIVE, ""],
[2, const.MEDIA_ACTIVE, ""],
[1, "call transfered successfully", ""],
- [1, "", " "],
- [1, "have 0 active call", ""],
+ [1, const.STATE_DISCONNECTED, ""]
]