Ignore:
Timestamp:
Sep 17, 2014 12:11:45 PM (10 years ago)
Author:
riza
Message:

Re #1788: Add support to allow INVITE/reINVITE with unknown body.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r4899 r4924  
    12091209#endif 
    12101210 
     1211/**  
     1212 * Specify whether to accept INVITE/re-INVITE with unknown content type, 
     1213 * by default the stack will reject this type of message as specified in  
     1214 * RFC3261 section 8.2.3. 
     1215 * Application that wishes to process the body could set this to PJ_TRUE, 
     1216 * be informed that SDP offer/answer will still be present. 
     1217 * 
     1218 * Default: PJ_FALSE 
     1219 */ 
     1220#ifndef PJSIP_INV_ACCEPT_UNKNOWN_BODY 
     1221#   define PJSIP_INV_ACCEPT_UNKNOWN_BODY    PJ_FALSE 
     1222#endif 
    12111223 
    12121224PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.