summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
2017-01-11Re #1960: Use boolean field to indicate whether the info is empty (instead of...Liong Sauw Ming
2017-01-11Fixed #1960: Export SIP transport TLS state and TLS certificate info to PJSUA2Liong Sauw Ming
2016-12-06Fixed #1983: Add option to update call Via addressLiong Sauw Ming
2016-12-06Fixed #1982: Add option to reinitialize call media transportsLiong Sauw Ming
2016-10-27Fixed #1975: Add support to select elliptic curve and signature algorithm for...Liong Sauw Ming
2016-10-24Misc (re #1945): Avoid calling memchr() or memcpy() with NULL pointer (thanks...Nanang Izzuddin
2016-10-07Fixed #1967: Add function pjsip_tdata_get_dlgLiong Sauw Ming
2016-10-07Fixed #1965: Add support to specify Contact params specific to REGISTER requestsLiong Sauw Ming
2016-10-04Fixed #1962: Premature STUN socket destruction when there's an error during S...Liong Sauw Ming
2016-08-30Re #1959: Add reference counter to pjsip_inv_session to avoid race condition.Riza Sulistyo
2016-08-12Fixed #1951: Add callback to configure SRTP setting and key in pjsua/pjsua2Liong Sauw Ming
2016-08-05Re #1910: Implement option to regularly send video keyframe in the beginning ...Riza Sulistyo
2016-07-26Misc (re #1945): Updated array limit checks and docs in pjsip_evsub_register_...Nanang Izzuddin
2016-06-30Fixed #1929: Fixed memory leak when using sip_auth_client since it's also use...Liong Sauw Ming
2016-06-24Fix #1938: Wrong registration renewal flag info in PJSUA registration callbac...Nanang Izzuddin
2016-06-21Close #1934: Add reference counting APIs to event subscription.Nanang Izzuddin
2016-06-08Close #1926: Support IPv6 address resolution without DNS resolver.Nanang Izzuddin
2016-06-07Re #1929: Avoid memory pool growing when doing re-Registration.Riza Sulistyo
2016-05-31Re #1918:Nanang Izzuddin
2016-05-27Re #1923: Delay call-hangup triggered from simulated onIncomingCall() to avoi...Riza Sulistyo
2016-05-19Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and...Liong Sauw Ming
2016-05-19Re #1918: Fixed continous looping when trying to resolve STUN server due to l...Riza Sulistyo
2016-05-13Fixed #1918: Add API to update STUN servers and option to retry STUN for medi...Liong Sauw Ming
2016-05-10Fixed #1914: onCreateMediaTransport() callback might not be called on PJSUA2.Riza Sulistyo
2016-05-10Close #1915: Added API pjsip_udp_transport_start2() that can create both IPv4...Nanang Izzuddin
2016-05-09Fixed #1914: Ignore STUN error after pjstun_get_mapped_addr2().Riza Sulistyo
2016-04-19Re #1882 (misc): Add implementation to call Endpoint::onSelectAccount() callbackLiong Sauw Ming
2016-04-04Re #1908: Implement new API to open speaker only in pjsua/pjsua2.Riza Sulistyo
2016-02-25Fix #1311: Updated pjsip_tpmgr_acquire_transport2() to look up from transport...Nanang Izzuddin
2016-02-18Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to enable/d...Riza Sulistyo
2016-02-05Fixed #1902:Nanang Izzuddin
2016-01-27Misc (Re #1882): When server sends blank realm on the Authentication challang...Riza Sulistyo
2015-12-24Misc (re #1882): Fixed bug STUN still being used in media transport UDP & ICE...Nanang Izzuddin
2015-10-02Close #1892: Add pjsua/pjsua2 callback on_call_tx_offer()/Call::onCallTxOffer...Nanang Izzuddin
2015-09-11Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is cur...Nanang Izzuddin
2015-08-21Re #1879: Riza Sulistyo
2015-08-07Fixed #1878: Compile time option for TCP/TLS transport to not create a listenerLiong Sauw Ming
2015-07-30Re #1863: Add missing video Device API.Riza Sulistyo
2015-07-30Fixed #1861: Add support for video capture orientation on AndroidLiong Sauw Ming
2015-07-13Fixed #1867: Add pjsua callback to notify when STUN resolution completesLiong Sauw Ming
2015-07-07Re #1861: Fixed compile error of 'undeclared identifier PJMEDIA_VID_DEV_MAX_D...Nanang Izzuddin
2015-07-03Re #1861: Changed pjsua API for setting the orientation using a more generic ...Liong Sauw Ming
2015-07-01Re #1863: Initial implementation of PJSUA2 Video Codec API and Video Device API.Riza Sulistyo
2015-06-29Misc (re #1843): Fix doc in endpoint class regarding the call to libDestroy.Riza Sulistyo
2015-06-25Re #1861: Initial implementation of video orientation supportLiong Sauw Ming
2015-06-17Fixed #1858: Remove extension tags (such as "100rel", "timer", "PRACK"), from...Nanang Izzuddin
2015-05-28Re #1855 (Pjsua2 Video Preview API): Add Pjsua2 Preview API and sample usage ...Riza Sulistyo
2015-05-18Fixed #1853: Add callback for dropped data in SIP transportLiong Sauw Ming
2015-05-11Fixed #1851: Runtime configuration of TCP and TLS keep alive intervalsLiong Sauw Ming
2015-05-11Re #1843 (misc): Fix pjsip_tls_setting_copy to copy the ca_list_path field as...Liong Sauw Ming