summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-09Re #1697: Use AVAudioSession to set audio session category and activate/deact...Liong Sauw Ming
2013-10-08Re #1703 General bug fixes: fixed mutex not released on some error conditionBenny Prijono
2013-10-08Re #1703 General bug fixes: fixed some wrong null checking orderBenny Prijono
2013-10-08Re #1703 General bug fixes: fixed wrong sizeof() in call to bzero(), memset()...Benny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-10-08Misc (re #1630): fixed error in parsing ldflags for building Python moduleBenny Prijono
2013-10-08Re #1694: fixed bug in the previous commit with the RTP config instantiationBenny Prijono
2013-10-03Re #1697: Add device info in pj_get_sys_info() and set default clock rate for...Liong Sauw Ming
2013-10-02Close #1701: added received message info into incoming call callbackNanang Izzuddin
2013-10-01Re #1630 (misc): Fixed the incorrect fix of r4605 above.Liong Sauw Ming
2013-10-01Fixed #1674: Deadlock when third party media employs external lock and ICE is...Liong Sauw Ming
2013-10-01Re #1630 (misc): Fixed circular reference dependency buildLiong Sauw Ming
2013-09-30Re #1516: Add feature to ignore certain compilation flags from the --use-ndk-...Liong Sauw Ming
2013-09-26Misc (re #1630): pjsua app param '--ip-addr' doesn't affect RTP address of lo...Nanang Izzuddin
2013-09-25Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE candidate t...Nanang Izzuddin
2013-09-25Misc (re #1630): Fixed compile warning of assigning var to itself.Nanang Izzuddin
2013-09-23Re #1516: Fixed configure-android in probing toolchain dir (reported that on ...Nanang Izzuddin
2013-09-09Re #1516: Add support to build for other targets. Example:Liong Sauw Ming
2013-09-09Misc (re #1630): Fixed bug of missing max_br/mbps/fs settings in h264 default...Nanang Izzuddin
2013-09-06Fixed #1698: Follow account config in generating contact's secure scheme and ...Nanang Izzuddin
2013-09-06Re #1576: Add support for iPhone simulator targetLiong Sauw Ming
2013-09-05Re #1697: Add internal compile time option to disable the use of Audio Sessio...Liong Sauw Ming
2013-09-05Re #1643: Fix crash due to insufficient command buffer size in get_cmd_name()Riza Sulistyo
2013-09-05Closed #1576: Add support for clang compiler. Configure-iphone will now try t...Liong Sauw Ming
2013-09-05Re #1630 (misc): Fixed incorrect use of logical andLiong Sauw Ming
2013-09-04Closed #1696: IP change detection (Contact rewrite method) based on REGISTER ...Liong Sauw Ming
2013-09-03Fix #1695: use pj_ice_sess_send_data() only when state is RUNNING.Nanang Izzuddin
2013-08-30Misc (re #1630): fixed link error when logging is completely disabled via PJ_...Benny Prijono
2013-08-21Re #817: Fix replying to re-INVITE after it was cancelled (thanks to Saúl Ib...Liong Sauw Ming
2013-08-12Misc (re #1630): Fixed bug of overlapping dst & src buffer for strcpy() in ic...Nanang Izzuddin
2013-08-09Fixed #1694: Python enhancement: added QoS and RTP settings in account configBenny Prijono
2013-08-06Fixed #1693: Pay attention to reg_hdr_list and sub_hdr_list in pjsua_acc_modi...Benny Prijono
2013-08-06Re #1669: fixed bug introduced by r4523 which caused pjsua_acc_modify() to al...Benny Prijono
2013-08-02Re #1630 (misc): Removed comment about GPL as the file is actually LGPLLiong Sauw Ming
2013-08-01Closed #1692: Allow multiple codecs in SDP answerLiong Sauw Ming
2013-07-24Fix #1691: Apply group lock mechanism in NAT detect to avoid deadlock.Nanang Izzuddin
2013-07-22Misc (re #1630): Add randomizing interval for subscription refresh.Nanang Izzuddin
2013-07-19Closed #1690: Assertion in timer in SIP transaction: Timer being rescheduled ...Benny Prijono
2013-07-17More re #817: added loggingBenny Prijono
2013-07-16Misc re #1630: stop MWI subscription when account is unregistered, because we...Benny Prijono
2013-07-15Re #817: Initial work for allowing application to respond to re-INVITE manually.Liong Sauw Ming
2013-07-15Re #1688: Add fix to check whether msg_data is nullLiong Sauw Ming
2013-07-12Re #1630: Fixed crash due to uninitialized dialog variable in pjsua_call_set_...Liong Sauw Ming
2013-07-12Fixed #1689: The bound address is not updated when UDP transport is restartedLiong Sauw Ming
2013-07-10Re #1687: Add SDP negotiation flags in invite sessionLiong Sauw Ming
2013-07-10Closed #1688: Add support for different To and Target URI in outgoing call an...Liong Sauw Ming
2013-07-09Closed #1687: Allow media type change during SDP negotiationLiong Sauw Ming
2013-07-08Re #1686: avoid cache entry destroy in update_res_cache() when it is being us...Nanang Izzuddin
2013-07-05Fix #1686: release mutex when invoking callback to avoid deadlock. Also a bit...Nanang Izzuddin
2013-07-05Fix #1685: When TURN destroy is requested in state RESOLVING, pending the des...Nanang Izzuddin