Ignore:
Timestamp:
Nov 23, 2007 3:47:50 AM (16 years ago)
Author:
bennylp
Message:

Ticket #424: Added API to retrieve number of transactions and dialogs (thanks Sergey Bakulin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_ua_layer.h

    r1417 r1594  
    8282 
    8383/** 
     84 * Retrieve the current number of dialog-set currently registered 
     85 * in the hash table. Note that dialog-set is different than dialog 
     86 * when the request forks. In this case, all dialogs created from 
     87 * the original request will belong to the same dialog set. When 
     88 * no forking occurs, the number of dialog sets will be equal to 
     89 * the number of dialogs. 
     90 * 
     91 * @return          Number of dialog sets. 
     92 */ 
     93PJ_DECL(pj_uint32_t) pjsip_ua_get_dlg_set_count(void); 
     94 
     95 
     96/** 
    8497 * Find a dialog with the specified Call-ID and tags properties. This 
    8598 * function may optionally lock the matching dialog instance before 
Note: See TracChangeset for help on using the changeset viewer.