Changeset 2730 for pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
- Timestamp:
- Jun 1, 2009 3:39:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
r2394 r2730 106 106 107 107 /* Number of seconds to send SUBSCRIBE before the actual expiration */ 108 #define TIME_UAC_REFRESH 5108 #define TIME_UAC_REFRESH PJSIP_EVSUB_TIME_UAC_REFRESH 109 109 110 110 /* Time to wait for the final NOTIFY after sending unsubscription */ 111 #define TIME_UAC_TERMINATE 5111 #define TIME_UAC_TERMINATE PJSIP_EVSUB_TIME_UAC_TERMINATE 112 112 113 113 /* If client responds NOTIFY with non-2xx final response (such as 401), … … 115 115 * unsubscribe 116 116 */ 117 #define TIME_UAC_WAIT_NOTIFY 5117 #define TIME_UAC_WAIT_NOTIFY PJSIP_EVSUB_TIME_UAC_WAIT_NOTIFY 118 118 119 119
Note: See TracChangeset
for help on using the changeset viewer.