Changeset 4715 for pjproject/trunk/pjsip/include/pjsip-ua/sip_timer.h
- Timestamp:
- Jan 24, 2014 9:32:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-ua/sip_timer.h
r3553 r4715 201 201 pjsip_status_code *st_code); 202 202 203 /** 204 * Process Session Timers refresh error, this function will process 205 * error from refresh request. The error will be handle according the 206 * error code, i.e : BYE will be sent after error 503 (Transport Error). 207 * 208 * @param inv The invite session. 209 * @param event The event that trigger the error. 210 * 211 * @return PJ_SUCCESS on successful. 212 */ 213 PJ_DECL(pj_status_t) pjsip_timer_handle_refresh_error( 214 pjsip_inv_session *inv, 215 pjsip_event *event); 203 216 204 217 /**
Note: See TracChangeset
for help on using the changeset viewer.