summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2012-04-26Misc (re #1417): normalize the error status returned by pj_getaddrinfo() to P...Benny Prijono
2012-04-26Fixed #1495: UDP keep-alive is still running even after account is deleted. I...Benny Prijono
2012-04-26Misc (re #1417): fixed failed reg_test in pjsip unit test due to wrong status...Benny Prijono
2012-04-26Indirectly related to re #1465: acquire transport reference when invoking tra...Benny Prijono
2012-04-26More re #1465: Set the default idle time to 33 from 30. With 30, some pjsip u...Benny Prijono
2012-04-23Re #1417: Fixed error handling if pjsip_timer_init_session() when accepting i...Liong Sauw Ming
2012-04-23Misc (re #1417): removed sip_transport_tls_ossl.c from vs2005 project.Nanang Izzuddin
2012-04-21Fixed #1492: The echo options field in the media config and pjsua_set_ec() ar...Benny Prijono
2012-04-20Fixed #1491: Failed to refresh (presence) subscription if Subscription-State ...Benny Prijono
2012-04-13Fixed #1487: Wrong SDP negotiator state if outgoing UPDATE or re-INVITE is ch...Benny Prijono
2012-04-13Misc re #1417: wrongly mentioned pjsip_apps.c instead of pjsua_app.c in the d...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-04-10More re #1465: introduce separate idle timeout setting for server side TCP/TL...Benny Prijono
2012-04-02Re #1417: removed the obsolete but misleading sip_transport_tls_ossl.c fileBenny Prijono
2012-03-28Fix #1470: Make sure the transaction layer module is unloaded when SIP endpoi...Nanang Izzuddin
2012-03-28Re #1466: Moved down the atexit callbacks execution in pjmedia & pjsip endpoi...Nanang Izzuddin
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-15Lower the default TCP/TLS idle time from 600s to 30s to improve battery consu...Benny Prijono
2012-03-06Fixed #1460: Allow call to transition to CONFIRMED state even when SDP negoti...Benny Prijono
2012-03-06Fix #1457: removed check for remote SDP media count before calling find_audio...Nanang Izzuddin
2012-02-27Fixed #1455: Incoming re-INVITE is unhandled if it comes in CONNECTING state ...Benny Prijono
2012-02-18Fixed #1452: Wrong call media state is reported if hold request is challenged...Benny Prijono
2012-02-16Allow run-time control of automatic switching to TCP when request is larger t...Benny Prijono
2012-02-02Misc (re #1417): fixed sample code in PJSUA-API Media Manipulation doxygen, p...Nanang Izzuddin
2012-01-17Close #1448: removed server name setting from TLS transport config.Nanang Izzuddin
2012-01-16Close #1014:Nanang Izzuddin
2011-12-26Fixed #1432: Removed assertion in transaction when event is received in DESTR...Benny Prijono
2011-12-20Fixed #1431: Support for RFC 4169/Digest Authentication Using AKAv2 (thanks A...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-11-02Fixed #1414: Removed assertion in transaction when event other than timer is ...Benny Prijono
2011-10-28Fixed #1407: Deadlock in initial resolution of STUN serverBenny Prijono
2011-10-28Fixed #1405: Unable to reject unknown algorithm in authentication challengeBenny Prijono
2011-10-27Fixed #1341: Handle pjsua_acc_config's newly added fields in pjsua_acc_modify()Liong Sauw Ming
2011-10-21Fixed #1391: Missing CSeq check for incoming ACK in an INVITE session (thanks...Benny Prijono
2011-10-20Fixed #1319: When sips scheme is used, TLS must be used even when transport=t...Benny Prijono
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-19Misc (re #1252): fixed misleading doxygen documentation that says app may ins...Benny Prijono
2011-10-14Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrheni...Benny Prijono
2011-10-14Fixed #1387: Bug in printing user defined header in multipart message (thanks...Benny Prijono
2011-10-11Fixed #1386: fixed send_raw_resolver_callback() in sip_util.c, should increme...Nanang Izzuddin
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