Ignore:
Timestamp:
Jun 1, 2009 3:39:52 PM (15 years ago)
Author:
bennylp
Message:

Ticket #869: Make various event/presence subscription time settings configurable (thanks Johan Lantz for the suggestion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/evsub.c

    r2394 r2730  
    106106 
    107107/* Number of seconds to send SUBSCRIBE before the actual expiration */ 
    108 #define TIME_UAC_REFRESH        5 
     108#define TIME_UAC_REFRESH        PJSIP_EVSUB_TIME_UAC_REFRESH 
    109109 
    110110/* Time to wait for the final NOTIFY after sending unsubscription */ 
    111 #define TIME_UAC_TERMINATE      5 
     111#define TIME_UAC_TERMINATE      PJSIP_EVSUB_TIME_UAC_TERMINATE 
    112112 
    113113/* If client responds NOTIFY with non-2xx final response (such as 401), 
     
    115115 * unsubscribe 
    116116 */ 
    117 #define TIME_UAC_WAIT_NOTIFY    5 
     117#define TIME_UAC_WAIT_NOTIFY    PJSIP_EVSUB_TIME_UAC_WAIT_NOTIFY 
    118118 
    119119 
Note: See TracChangeset for help on using the changeset viewer.