summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Expand)Author
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-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-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-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-19Fixed #1811: contact_use_src_port and TLS server certificate verification iss...Liong Sauw Ming
2014-11-28Misc (re #1782): Fixed bug of missing SIP header "Supported: outbound, path" ...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-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-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-03Re #1782 (misc): Only perform unregistration in pjsua_acc_modify() if the reg...Liong 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
2014-09-24Close #1793: Avoid call setting flags PJSUA_CALL_UNHOLD, PJSUA_CALL_UPDATE_CO...Nanang Izzuddin
2014-09-17Re #1788: Add support to allow INVITE/reINVITE with unknown body.Riza Sulistyo
2014-09-15Fixed #1783: Restart ICE if a mid-dialog re-INVITE contains no offerLiong Sauw Ming
2014-09-15Fixed #1786: Add support to specify video format when opening video previewLiong Sauw Ming
2014-09-09Fixed #1785: Add support for sending initial INVITE/re-INVITE/UPDATE without SDPLiong Sauw Ming
2014-08-25Misc (re #1751): Fixed wrong pointer check in starting video render device.Nanang Izzuddin
2014-08-21Misc (re #1751): Fixed miscellaneous MSVC warnings.Nanang Izzuddin
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
2014-08-18More re #1677:Benny Prijono
2014-08-18Closed #1677: Contact uses source port in initial registration.Benny Prijono
2014-08-13Close #1779: Add APIs for external/native thread registration to pjsua2: Endp...Nanang Izzuddin
2014-06-19Close #1772: Fixed error handling in pjsua_create() and pjsua_init().Nanang Izzuddin
2014-06-19Re #1771: Implement run-time configuration to set specific socket option.Riza Sulistyo
2014-06-06Misc (re #1751): fixed problem in r4852 which caused sound not to be openedBenny Prijono
2014-06-05Misc (re #1751): added additional checking to invite and dialog instances whe...Benny Prijono
2014-05-28Re #1751 (misc): Avoid setting sound device if sound devices are the same (th...Liong Sauw Ming
2014-05-09Re #1768: avoid crash if outgoing call fails during media initialization, bec...Benny Prijono
2014-04-22Misc (re #1751): Set media transport state back to NULL after media transport...Nanang Izzuddin
2014-04-21Fix #1759: Added check for call disconnection in ICE media transport creation.Nanang Izzuddin
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
2014-03-14Closed #1748: enhancements to WAV player APIBenny Prijono
2014-03-06Re #1742 (misc): Fixed incorrect checking of require_100rel configurationLiong Sauw Ming
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
2014-02-18Fixed #1737: Deadlock between ioqueue key mutex and SIP dialog when adding vi...Benny Prijono
2014-02-06Fixed #1733: Fix polling mechanism during STUN server resolutionLiong Sauw Ming