Changeset 2149 for pjproject/trunk/pjsip/src/pjsip-simple/evsub_msg.c
- Timestamp:
- Jul 17, 2008 1:53:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub_msg.c
r2039 r2149 20 20 #include <pjsip/print_util.h> 21 21 #include <pjsip/sip_parser.h> 22 #include <pjlib-util/string.h> 22 23 #include <pj/pool.h> 23 24 #include <pj/string.h> … … 167 168 *p++ = ' '; 168 169 169 copy_advance(p, hdr->sub_state); 170 copy_advance_pair(p, ";reason=", 8, hdr->reason_param); 170 copy_advance_escape(p, hdr->sub_state, pc->pjsip_TOKEN_SPEC); 171 copy_advance_pair_escape(p, ";reason=", 8, hdr->reason_param, 172 pc->pjsip_TOKEN_SPEC); 171 173 if (hdr->expires_param >= 0) { 172 174 pj_memcpy(p, ";expires=", 9);
Note: See TracChangeset
for help on using the changeset viewer.