Ignore:
Timestamp:
Sep 24, 2006 12:07:11 AM (18 years ago)
Author:
bennylp
Message:

Fixed several bugs in PJSUA-API:

  • in some condition, when outgoing call fails, call count incorrectly decremented to -1
  • introduce account priority in pjsua_acc_config, and improve the account searching for incoming calls
  • pjsua will hangup call after sending transfer/REFER request.
File:
1 edited

Legend:

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

    r729 r737  
    190190    pjsua_acc_id         default_acc;        /**< Default account ID    */ 
    191191    pjsua_acc            acc[PJSUA_MAX_ACC]; /**< Account array.        */ 
     192    pjsua_acc_id         acc_ids[PJSUA_MAX_ACC]; /**< Acc sorted by prio*/ 
    192193 
    193194    /* Calls: */ 
Note: See TracChangeset for help on using the changeset viewer.