summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pjsua/inc_const.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pjsua/inc_const.py b/tests/pjsua/inc_const.py
index 1f6d84de..b8b761e1 100644
--- a/tests/pjsua/inc_const.py
+++ b/tests/pjsua/inc_const.py
@@ -27,9 +27,10 @@ STATE_CONFIRMED = "state.*CONFIRMED"
STATE_DISCONNECTED = "Call .* DISCONNECTED"
# Media call is put on-hold
-MEDIA_HOLD = "Media for call [0-9]+ is suspended.*hold"
+MEDIA_HOLD = "Call [0-9]+ media [0-9]+ .*, status is .* hold"
# Media call is active
-MEDIA_ACTIVE = "Media for call [0-9]+ is active"
+MEDIA_ACTIVE = "Call [0-9]+ media [0-9]+ .*, status is Active"
+#MEDIA_ACTIVE = "Media for call [0-9]+ is active"
# RX_DTMF
RX_DTMF = "Incoming DTMF on call [0-9]+: "