Ignore:
Timestamp:
Nov 22, 2005 1:06:33 AM (18 years ago)
Author:
bennylp
Message:

Fix parse param bug in Contact hdr and add more msg tests

File:
1 edited

Legend:

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

    r74 r76  
    5050    /** If this option is specified, function #pjsip_parse_uri and other 
    5151     *  internal functions that this function calls will parse URI according 
    52      *  to convention for parsing From/To header. For example, when the URI 
    53      *  is not enclosed in brackets ("<" and ">"), all parameters will not 
    54      *  be stored to the URI (it will be stored to the header). 
     52     *  to convention for parsing From/To/Contact header. For example, when  
     53     *  the URI is not enclosed in brackets ("<" and ">"), all parameters  
     54     *  are treated as header parameters (not URI parameters). 
    5555     */ 
    5656    PJSIP_PARSE_URI_IN_FROM_TO_HDR = 2, 
Note: See TracChangeset for help on using the changeset viewer.