summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Expand)Author
2013-03-07Fixed #1635: Fixed the backport of ticket #1568 (smarter media update) to ver...Liong Sauw Ming
2013-03-07Misc (re #1634): fixed compile errors/warnings on MSVCRiza Sulistyo
2013-02-27Re #1627: backported to 1.xRiza Sulistyo
2013-02-27Re #1615: backported to 1.xRiza Sulistyo
2013-02-27Re #1599: Backported to 1.xLiong Sauw Ming
2013-02-27Re #1607: backported to 1.xRiza Sulistyo
2013-02-27Re #1563: Backported to 1.xLiong Sauw Ming
2013-02-27Re #1559: Backported to 1.x, except r4312,r4330Liong Sauw Ming
2013-02-27Re #1550: backported to 1.xNanang Izzuddin
2013-02-13Re #1568: (PJSIP 1.x) No need to restart media when remote RTP address change...Nanang Izzuddin
2013-01-30Re #1568: (only for 1.x) media transport should be (re)started even when medi...Nanang Izzuddin
2013-01-29Re #1568: (PJSIP 1.x) Apply pjsua_media_config before detecting media changeLiong Sauw Ming
2013-01-25Re #1568: Fixed is_media_changed() detection when pjsua_media_cfg.no_vad is s...Liong Sauw Ming
2013-01-23Re #1568: backported to 1.x branch.Nanang Izzuddin
2012-09-18Fixed #1584: Custom media transport creation callback is not always called Liong Sauw Ming
2012-05-17Fix #1505: pjsua_acc_modify() performs unregistration first when account id, ...Nanang Izzuddin
2012-05-11Fix #1507: Added TLS support in pjsua_transport_get_info().Nanang Izzuddin
2012-04-26Fixed #1495: UDP keep-alive is still running even after account is deleted. I...Benny Prijono
2012-04-23Re #1417: Fixed error handling if pjsip_timer_init_session() when accepting i...Liong Sauw Ming
2012-04-21Fixed #1492: The echo options field in the media config and pjsua_set_ec() ar...Benny Prijono
2012-04-12Fix #1484: apply and send re-register when registration timeout/expire settin...Nanang Izzuddin
2012-04-12Fix #1483: make sure that the CRC calculation of account proxy setting is don...Nanang Izzuddin
2012-04-11More re #1481: Destroying the regc may lead to dangling binding in the regist...Benny Prijono
2012-04-10Fixed #1481: Immediately destroy the registration instance when TCP/TLS trans...Benny Prijono
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