summaryrefslogtreecommitdiff
path: root/tests/pjsua/inc_const.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/inc_const.py')
-rw-r--r--tests/pjsua/inc_const.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pjsua/inc_const.py b/tests/pjsua/inc_const.py
index b8b761e1..c54c0c49 100644
--- a/tests/pjsua/inc_const.py
+++ b/tests/pjsua/inc_const.py
@@ -21,6 +21,8 @@ EVENT_INCOMING_CALL = "Press .* answer"
# Call state is CALLING
STATE_CALLING = "state.*CALLING"
+# Call state is EARLY
+STATE_EARLY = "state.*EARLY"
# Call state is CONFIRMED
STATE_CONFIRMED = "state.*CONFIRMED"
# Call state is DISCONNECTED