Ignore:
Timestamp:
Jul 17, 2008 1:53:41 PM (16 years ago)
Author:
bennylp
Message:

Ticket #574: Add new API to know why the outgoing subscription request is terminated and added support for delaying subscription acceptance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r2121 r2149  
    347347 
    348348/** 
     349 * Get subscription termination reason, if any. If remote did not 
     350 * send termination reason, this function will return empty string. 
     351 * 
     352 * @param sub           Event subscription instance. 
     353 * 
     354 * @return              NULL terminated string. 
     355 */ 
     356PJ_DECL(const pj_str_t*) pjsip_evsub_get_termination_reason(pjsip_evsub *sub); 
     357 
     358 
     359/** 
    349360 * Call this function to create request to initiate subscription, to  
    350361 * refresh subcription, or to request subscription termination. 
Note: See TracChangeset for help on using the changeset viewer.