From 059d687249f0f95e0b30785c418e1aa47555615a Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 1 Aug 2010 09:48:51 +0000 Subject: Implemented core multipart support and support in the invite session (re #1070) - incoming multipart message will be handled automatically - for testing, enable HAVE_MULTIPART_TEST in pjsua_app.c git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3243 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/mod_sendto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pjsua/mod_sendto.py') diff --git a/tests/pjsua/mod_sendto.py b/tests/pjsua/mod_sendto.py index a2f45212..50dc0fe8 100644 --- a/tests/pjsua/mod_sendto.py +++ b/tests/pjsua/mod_sendto.py @@ -21,7 +21,7 @@ def test_func(t): if len(cfg.complete_msg) != 0: req = dlg.update_fields(cfg.complete_msg) else: - req = dlg.create_invite(cfg.sdp, cfg.extra_headers) + req = dlg.create_invite(cfg.sdp, cfg.extra_headers, cfg.body) resp = dlg.send_request_wait(req, 10) if resp=="": raise TestError("Timed-out waiting for response") -- cgit v1.2.3