summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2015-04-10Misc (re #1782): Add information to pjsip_endpt_send_request documentation th...Riza Sulistyo
2015-04-08Re #1838: Enable application to provide its own external resolver implementat...Riza Sulistyo
2015-04-08Re #1782 (misc): (trivial)Fixed typo in logLiong Sauw Ming
2015-04-07Misc (re #1782): Check if capturer is opened when getting window information....Riza Sulistyo
2015-04-07Misc (re #1782): Fixed SIP error code not set properly when there's an error ...Riza Sulistyo
2015-04-06Misc (re #1782): Fixed various compile warnings on MSVC.Nanang Izzuddin
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-26Re #1828:Nanang Izzuddin
2015-03-20Re #1823: Related to r4996: Fixed undefined symbol error if video is not enab...Liong Sauw Ming
2015-03-19Misc (re #1782): Check if the transport being shutdown in on_accept_complete ...Riza Sulistyo
2015-03-19Re #1825: Implement new on_reg_started2 callbackRiza Sulistyo
2015-03-18Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to set...Liong Sauw Ming
2015-03-17Re #1786: Add support to specify output window as well for video preview param.Liong Sauw Ming
2015-03-06Fixed #1821: Remove unnecessary locking in pjsip transaction and add new API ...Liong Sauw Ming
2015-03-03Fixed #1819: Use expiration field to indicate registration/unregistration in ...Liong Sauw Ming
2015-03-03Re #1818: Fixed destruction of locked mutex in sip transportLiong Sauw Ming
2015-03-02Fixed #1817: Automatically send BYE when sending CANCEL for INVITE is unsucce...Liong Sauw Ming
2015-03-02Fixed #1816: Restart media transport on following forked media.Nanang Izzuddin
2015-02-11Close #1814: Add audio frame preview callbacks.Nanang Izzuddin
2015-02-11Fixed #1813: Problem with media reinitialisation when using ICELiong Sauw Ming
2015-02-10Re #1782 (misc): Prevent buffer overrun in pjsip message/uri printingLiong Sauw Ming
2015-01-23Re #1782 (misc): Fixed inaccurate TX packet loss percentage and stats calcula...Liong Sauw Ming
2015-01-22Re #1797: Fixes assert if 422 response is received (thanks to Brian Walker fo...Liong Sauw Ming
2015-01-21Re #1782 (misc): Do not include SDP when sending 181 response (patch provided...Liong Sauw Ming
2015-01-19Fixed #1811: contact_use_src_port and TLS server certificate verification iss...Liong Sauw Ming
2015-01-15Close #1810: Adding CA path support into SSL socket.Nanang Izzuddin
2014-12-23Fixed #1808: Crash in pjsip_inv_terminate() (thanks to Brian Walker for the p...Liong Sauw Ming
2014-12-19Fixed #1807: Crash when shutting down library while having subscription trans...Nanang Izzuddin
2014-12-18Re #1806: Implement SSL/TLS setting to set protocol operation.Riza Sulistyo
2014-12-05Fixed #1805: Make UAS as refresher in session timer when UAC doesn't support ...Liong Sauw Ming
2014-11-28Misc (re #1782): Fixed bug of missing SIP header "Supported: outbound, path" ...Nanang Izzuddin
2014-11-28Misc (re #1782): Fixed exchanged timer I timeout value (for absorbing any add...Nanang Izzuddin
2014-11-25Fix #1804: Call should use local IP in Via sent-by when the account is not us...Nanang Izzuddin
2014-11-07Misc (re #1782): Print log message when SIP UDP transport is destroyed.Nanang Izzuddin
2014-11-04Close #1802: Configurable randomized value range for auto re-registration int...Nanang Izzuddin
2014-10-31Fixed #1797: Clean up provisional media is executed when there is an ongoing ...Riza Sulistyo
2014-10-27Fix #1801:Nanang Izzuddin
2014-10-24Fix #1800: Fixed crash in SIP resolver when DNS server return a lot of addres...Nanang Izzuddin
2014-10-17Re #1782 (misc): Fixed return value of AudioMedia::getTxLevel()/getRxLevel()Liong Sauw Ming
2014-10-17Fixed #1797: Clean up provisional media after re-invite/updateLiong Sauw Ming
2014-10-16Misc (re #1782): Fixed unregistration sent twice when calling pjsua_acc_modif...Riza Sulistyo
2014-10-10Misc (re #1782): In case if STUN server is configured and NAT-traversal is in...Riza Sulistyo
2014-10-10Fixed #1796: Avoid infinite registration loop caused by contact rewrite.Nanang Izzuddin
2014-10-09Misc (re #1782): Avoid assertion when updating keep alive. Assert scenario: r...Riza Sulistyo
2014-10-06Misc (re #1782): Change field name unregWaitSec to unregWaitMsec, as it repre...Riza Sulistyo
2014-10-03Re #1782 (misc): Only perform unregistration in pjsua_acc_modify() if the reg...Liong Sauw Ming
2014-10-02Re #1782 (misc): Fixed bug caused by wrong order of code made in r4933 (thank...Liong Sauw Ming
2014-10-01Fixed #1795: Assertion if ending 100rel session when invite on early stateLiong Sauw Ming
2014-10-01Re #1782 (misc): Do not copy the public address and bound address if pjsua_ac...Liong Sauw Ming
2014-10-01Re #1782 (misc): Clone sdp attribute fmtp and rtpmap before adding it in proc...Liong Sauw Ming