summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2015-11-16Fix #1898: If transport is being shutdown/destroyed and connected event comes...Nanang Izzuddin
2015-11-06Re #1895: Terminate subscription when receiving non 2xx Notify response witho...Riza Sulistyo
2015-10-23Misc (re #1882): Only check 'hide' URI parameter on SIP/SIPS URIs in printing...Nanang Izzuddin
2015-10-08Fixed #1873: iOS application getting killed after pjsua fail to release a dis...Liong Sauw Ming
2015-10-02Close #1892: Add pjsua/pjsua2 callback on_call_tx_offer()/Call::onCallTxOffer...Nanang Izzuddin
2015-09-21Re #1881: Add filters file.Riza Sulistyo
2015-09-17Fixed #1886: Ddestruction of locked mutex in SIP dialogLiong Sauw Ming
2015-09-17Re #1882 (misc): Related to r4852 and r4857, fixed problem in reopening sound...Liong Sauw Ming
2015-09-11Re #1885: Fixed race condition in evsub scenario 2 (Subscription timer callba...Nanang Izzuddin
2015-09-11Re #1885: Fixed race condition in evsub scenario 1 (Subscription timeout vs s...Nanang Izzuddin
2015-09-11Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is cur...Nanang Izzuddin
2015-09-09Fix #1883: Check transport validity after getting transport manager lock in {...Nanang Izzuddin
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-08-21Re #1881: Add Visual Studio 2015 support.Riza Sulistyo
2015-08-21Re #1879: Fix bug in resetVideoCodecParam when not using Video build config.Riza Sulistyo
2015-08-21Re #1879: Riza Sulistyo
2015-08-10Misc (re #1843): Fixed compile warnings of unused variable.Nanang Izzuddin
2015-08-07Fixed #1878: Compile time option for TCP/TLS transport to not create a listenerLiong Sauw Ming
2015-08-06Fixed #1875: Assertion in rescheduling PJSIP retransmissionLiong Sauw Ming
2015-07-31Fixed #1873: Only reset account transport pointer after a successful unregist...Nanang Izzuddin
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-14Re #1864: fixed assert and crash when remote remove and add back media lines ...Nanang Izzuddin
2015-07-14Fixed #1869: Destroy STUN session when cleaning up STUN server resolutionLiong 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-06Close #1865: Start NAT type detection after first STUN server resolution succ...Nanang Izzuddin
2015-07-03Re #1861: Changed pjsua API for setting the orientation using a more generic ...Liong Sauw Ming
2015-07-01Fixed #1864: Assertion in PJSIP when remote remove and add back media lines i...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): Check malloc return value on libRegisterThread.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-19Fixed #1859: Increment tsx group lock counter before send operation and decre...Nanang Izzuddin
2015-06-17Fixed #1858: Remove extension tags (such as "100rel", "timer", "PRACK"), from...Nanang Izzuddin
2015-06-12Misc (re #1843): Fix the possibility of crash when parsing multipart message.Riza Sulistyo
2015-06-11Misc (re #1843): Updated SIP transport TCP & TLS to get server local address ...Nanang Izzuddin
2015-06-11Re #1857: (Fix) BYE is not sent when 200/OK is not ACK-edRiza Sulistyo
2015-05-28Re #1855 (Pjsua2 Video Preview API): Add Pjsua2 Preview API and sample usage ...Riza Sulistyo
2015-05-20Fixed #1854:Nanang Izzuddin
2015-05-19Re #1850(misc) : Mistype param when calling pjmedia_vid_dev_stream_set_cap. T...Riza Sulistyo
2015-05-18Fixed #1853: Add callback for dropped data in SIP transportLiong Sauw Ming
2015-05-15Fixed #1852: Assertion due to premature destroy of dialog when media channel ...Liong Sauw Ming
2015-05-15Fixed #1848: SDP failed to be created when provisional media has been clearedLiong 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
2015-05-08Close #1850: Updated pjsua_vid_preview_start() to ignore any errors upon star...Nanang Izzuddin
2015-05-05Re #1848: Fix failed to create SDP which lead to crash caused by rejected HOL...Riza Sulistyo
2015-04-28Re #1843: Related to r4924, allow INVITE request with unknown body inRiza Sulistyo
2015-04-23Fixed #1845: Add support if OpenSSL library has more than 100 cipher suitesLiong Sauw Ming