- Timestamp:
- Aug 17, 2009 8:29:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sendto/999_message_no_body.py
r2086 r2884 3 3 import inc_sdp as sdp 4 4 5 # There's some report that incoming MESSAGE without body will crash pjsua5 # Incoming MESSAGE without body is now accepted 6 6 # 7 7 complete_msg = \ … … 21 21 22 22 sendto_cfg = sip.SendtoCfg( "empty MESSAGE", "--null-audio --auto-answer 200", 23 "", 488, complete_msg=complete_msg)23 "", 200, complete_msg=complete_msg) 24 24
Note: See TracChangeset
for help on using the changeset viewer.