summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sendto/999_message_no_body.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sendto/999_message_no_body.py')
-rw-r--r--tests/pjsua/scripts-sendto/999_message_no_body.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/999_message_no_body.py b/tests/pjsua/scripts-sendto/999_message_no_body.py
index 2e369edb..c0096014 100644
--- a/tests/pjsua/scripts-sendto/999_message_no_body.py
+++ b/tests/pjsua/scripts-sendto/999_message_no_body.py
@@ -2,7 +2,7 @@
import inc_sip as sip
import inc_sdp as sdp
-# There's some report that incoming MESSAGE without body will crash pjsua
+# Incoming MESSAGE without body is now accepted
#
complete_msg = \
"""MESSAGE sip:localhost SIP/2.0
@@ -20,5 +20,5 @@ Content-Length: 50
sendto_cfg = sip.SendtoCfg( "empty MESSAGE", "--null-audio --auto-answer 200",
- "", 488, complete_msg=complete_msg)
+ "", 200, complete_msg=complete_msg)