Ignore:
Timestamp:
Jan 12, 2007 6:37:35 AM (17 years ago)
Author:
bennylp
Message:

Workaround for ticket #50: added API to lock/bind transaction, dialog, and regc to a specific transport/listener

File:
1 edited

Legend:

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

    r871 r879  
    215215 */ 
    216216#define PJSIP_EBUFDESTROYED     (PJSIP_ERRNO_START_PJSIP + 63)  /* 171063 */ 
     217/** 
     218 * @hideinitializer 
     219 * Unsuitable transport selected. This error occurs when application 
     220 * has explicitly requested to use a particular transport/listener, 
     221 * but the selected transport is not suitable to send request to 
     222 * the specified destination. 
     223 */ 
     224#define PJSIP_ETPNOTSUITABLE    (PJSIP_ERRNO_START_PJSIP + 64)  /* 171064 */ 
    217225 
    218226 
Note: See TracChangeset for help on using the changeset viewer.