Ignore:
Timestamp:
Oct 21, 2009 3:03:06 AM (15 years ago)
Author:
bennylp
Message:

More #937 (presence):

  • added protection to not resubscribe immediately if initial SUBSCRIBE is responded with 481 for some reason
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r2956 r2960  
    30383038 
    30393039/** 
    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. 
    30433046 * 
    30443047 * Default: 300 seconds 
Note: See TracChangeset for help on using the changeset viewer.