Changeset 2798 for pjproject/branches/1.0/pjsip/src/pjsip-ua/sip_inv.c
- Timestamp:
- Jun 25, 2009 10:48:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.0/pjsip/src/pjsip-ua/sip_inv.c
r2795 r2798 1885 1885 inv->invite_tsx->last_tx, 1886 1886 &tdata); 1887 if (status != PJ_SUCCESS) 1888 return status; 1889 1890 /* Set timeout for the INVITE transaction, in case UAS is not 1891 * able to respond the INVITE with 487 final response. The 1892 * timeout value is 64*T1. 1893 */ 1894 pjsip_tsx_set_timeout(inv->invite_tsx, 64 * pjsip_cfg()->tsx.t1); 1887 1895 1888 1896 } else {
Note: See TracChangeset
for help on using the changeset viewer.