summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Expand)Author
2012-03-22Close #1466 (using PJLIB outside PJSUA-LIB context):Nanang Izzuddin
2012-03-15Fix #1464: Only use PJSUA lock in PJSUA implementations of INVITE session cal...Nanang Izzuddin
2012-03-06Fix #1457: removed check for remote SDP media count before calling find_audio...Nanang Izzuddin
2012-02-18Fixed #1452: Wrong call media state is reported if hold request is challenged...Benny Prijono
2011-12-19Fixed #1426: Race condition in auto-closing and/or auto-opening of the sound ...Benny Prijono
2011-11-02More #1415: added protection when calling log, otherwise assertion will be ra...Benny Prijono
2011-11-02Fixed #1415: Handle potential crash if joining worker thread fails in pjsua_d...Benny Prijono
2011-10-28Fixed #1407: Deadlock in initial resolution of STUN serverBenny Prijono
2011-10-27Fixed #1341: Handle pjsua_acc_config's newly added fields in pjsua_acc_modify()Liong Sauw Ming
2011-10-19Renamed enum names to comply with the spec in ticket (re #1216)Benny Prijono
2011-10-19Fixed #1216: New pjsua_destroy2() API to allow shutting down the library with...Benny Prijono
2011-10-14Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrheni...Benny Prijono
2011-09-22Fixed bug in re #1376: pjsua_call_info() could not be called when state is di...Benny Prijono
2011-09-22More re #1375: fixed bug, the reg_first_retry interval is not copied to accou...Benny Prijono
2011-09-22More re #1375: added log showing the interval when scheduling the registratio...Benny Prijono
2011-09-22Fixed #1376: Crash if pjsua_call_get_info() is called with disconnected callBenny Prijono
2011-09-21Added option to control first re-registration retry interval. This closes #1375Benny Prijono
2011-09-16Fixed #1371: Soft deadlock when application query call info of other call ins...Benny Prijono
2011-09-15Fixed #1369: Local state is set to HOLD even if hold operation failsBenny Prijono
2011-09-07Always enclose Contact URI with double quote to prevent invalid Contact URI i...Benny Prijono
2011-07-07Misc (re #1252): prevent assertion caused by bad account when scanning accoun...Benny Prijono
2011-06-22Closed #1313 (Account option to disable registration when account is added) a...Benny Prijono
2011-06-20Fixed #1310:Nanang Izzuddin
2011-06-16Closed #1173: PJSUA callback to allow creation of custom media transports by ...Liong Sauw Ming
2011-06-16Fixed #1305: Bug in pjsua_call_hangup_all() may cause deadlock (thanks Kees v...Benny Prijono
2011-05-27Fixed #1302: Bug in soft deadlock detection may cause program to block indefi...Benny Prijono
2011-05-20Fixed #1291:Nanang Izzuddin
2011-05-19Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the str...Liong Sauw Ming
2011-05-19Fixed #1259: Option to use of 100rel in UAS if UAC supports it (thanks Marcus...Benny Prijono
2011-05-15Fixed #1256: Remove the "ob" parameter if SIP outbound is disabled.Liong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-14Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() (thanks...Benny Prijono
2011-03-29Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop count...Nanang Izzuddin
2011-03-23Bug re #1161: the user header list was not cloned properlyBenny Prijono
2011-03-16Fixed #1209: new enhancement: Option to update Contact URI when sending re-IN...Benny Prijono
2011-03-15Re #1205: If refresh timer is already running, it will be cancelled and resch...Liong Sauw Ming
2011-03-15Fixed #1205: Configurable delay before registration refresh setting in pjsua_...Liong Sauw Ming
2011-03-11Fixed #1204: Support for refreshing audio device list.Liong Sauw Ming
2011-03-01Fix #1203: iPhone OS background mode detectionLiong Sauw Ming
2011-02-28Initial implementation for re #1202 (PJILB System Information API) for Linux/...Benny Prijono
2011-02-11Re #1161: Support for adding custom presence subscription headers.Liong Sauw Ming
2010-12-02Fixed #1170 (Assertion when receiving updated SDP offer with all media lines ...Benny Prijono
2010-12-01Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_para...Nanang Izzuddin
2010-12-01Fix #1165:Nanang Izzuddin
2010-11-25Fix #1163:Nanang Izzuddin
2010-11-17Fixed #1159: UPDATE is sent to lock codec even though call is being disconnectedBenny Prijono
2010-11-16Re #1020: fixed pjsua_acc.c, wrong allocation length for outbound contact.Benny Prijono
2010-11-16re #1020 (SIP outbound): remove sip.instance and reg-id parameters from the C...Benny Prijono
2010-11-16Implemented SIP outbound (closed #1020)Benny Prijono
2010-10-20Fixed #1149 (Crash when holding the call after receiving SDP answer with mult...Benny Prijono