Changeset 1466
- Timestamp:
- Oct 1, 2007 12:20:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_dialog.c
r1459 r1466 1311 1311 1312 1312 /* Add tag etc. if necessary */ 1313 dlg_beautify_response(dlg, PJ_FALSE, st_code, tdata);1313 dlg_beautify_response(dlg, st_code/100 <= 2, st_code, tdata); 1314 1314 1315 1315 … … 1519 1519 if (!processed && tsx && tsx->status_code < 200) { 1520 1520 pjsip_tx_data *tdata; 1521 const pj_str_t reason = { " No session found", 16};1521 const pj_str_t reason = { "Unhandled by dialog usages", 26}; 1522 1522 1523 1523 PJ_LOG(4,(tsx->obj_name, "%s was unhandled by "
Note: See TracChangeset
for help on using the changeset viewer.