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/pjsip/build/Makefile

    r2970 r3243  
    3737export PJSIP_SRCDIR = ../src/pjsip 
    3838export PJSIP_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    39                 sip_config.o \ 
     39                sip_config.o sip_multipart.o \ 
    4040                sip_errno.o sip_msg.o sip_parser.o sip_tel_uri.o sip_uri.o \ 
    4141                sip_endpoint.o sip_util.o sip_util_proxy.o \ 
     
    8787export TEST_SRCDIR = ../src/test 
    8888export TEST_OBJS += dlg_core_test.o dns_test.o msg_err_test.o \ 
    89                     msg_logger.o msg_test.o regc_test.o \ 
     89                    msg_logger.o msg_test.o multipart_test.o regc_test.o \ 
    9090                    test.o transport_loop_test.o transport_tcp_test.o \ 
    9191                    transport_test.o transport_udp_test.o \ 
Note: See TracChangeset for help on using the changeset viewer.