Changeset 2960 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Oct 21, 2009 3:03:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r2956 r2960 3038 3038 3039 3039 /** 3040 * This specifies how long the library should retry resending SUBSCRIBE 3041 * if the previous SUBSCRIBE failed. This also controls the duration 3042 * before failed PUBLISH request will be retried. 3040 * This specifies how long the library should wait before retrying failed 3041 * SUBSCRIBE request, and there is no rule to automatically resubscribe 3042 * (for example, no "retry-after" parameter in Subscription-State header). 3043 * 3044 * This also controls the duration before failed PUBLISH request will be 3045 * retried. 3043 3046 * 3044 3047 * Default: 300 seconds
Note: See TracChangeset
for help on using the changeset viewer.