Ignore:
Timestamp:
Aug 1, 2010 9:48:51 AM (14 years ago)
Author:
bennylp
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/mod_sendto.py

    r2440 r3243  
    2222                req = dlg.update_fields(cfg.complete_msg) 
    2323        else: 
    24                 req = dlg.create_invite(cfg.sdp, cfg.extra_headers) 
     24                req = dlg.create_invite(cfg.sdp, cfg.extra_headers, cfg.body) 
    2525        resp = dlg.send_request_wait(req, 10) 
    2626        if resp=="": 
Note: See TracChangeset for help on using the changeset viewer.