Changeset 1534 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Oct 31, 2007 10:20:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1533 r1534 3083 3083 3084 3084 /** 3085 * This specifies how long the library should retry resending SUBSCRIBE 3086 * if the previous SUBSCRIBE failed. 3087 * 3088 * Default: 300 seconds 3089 */ 3090 #ifndef PJSUA_PRES_TIMER 3091 # define PJSUA_PRES_TIMER 300 3092 #endif 3093 3094 3095 /** 3085 3096 * This structure describes buddy configuration when adding a buddy to 3086 3097 * the buddy list with #pjsua_buddy_add(). Application MUST initialize
Note: See TracChangeset
for help on using the changeset viewer.