summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2016-05-10Fixed #1914: onCreateMediaTransport() callback might not be called on PJSUA2.Riza Sulistyo
2016-05-10Misc (re #1882): Fixed build warning on Android: narrowing conversion of long...Nanang Izzuddin
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-05-09Fixed #1913: Add callback for address change notification from STUN keep aliveLiong Sauw Ming
2016-04-20Re #1882 (misc): Removed stripping of '[]' from pvalue header parameters.Liong Sauw Ming
2016-04-20Re #1882 (misc): Removed extraneous (and possibly inaccurate) log when subscr...Liong Sauw Ming
2016-04-19Re #1882 (misc): Add implementation to call Endpoint::onSelectAccount() callbackLiong Sauw Ming
2016-04-11Re #1882 (misc): Incorrect use of pjsip_VIA_PARAM_SPEC on sip_parser.c. Thank...Riza Sulistyo
2016-04-06Fixed #1911: Callback onCallSdpCreated() (pjsua2) doesn't modify the SDPLiong Sauw Ming
2016-04-04Re #1908: Implement new API to open speaker only in pjsua/pjsua2.Riza Sulistyo
2016-03-03Fixed #1905: assertion in call redirectionLiong Sauw Ming
2016-03-03Re #1882 (misc): Fixed Rseq to start from 1 (instead of from 0).Liong Sauw Ming
2016-02-29Re #1882 (misc): Various IPv6 fixes:Liong Sauw Ming
2016-02-25Fix #1311: Updated pjsip_tpmgr_acquire_transport2() to look up from transport...Nanang Izzuddin
2016-02-23Misc (#1882): Fixed compile error on VS2005 due to double semicolons.Nanang Izzuddin
2016-02-22Misc (re #1882): Updated log level (from 1 or 2 to 3) for some error messages...Nanang Izzuddin
2016-02-19Misc (Re #1882): When finding a dialog, use normal check for the dialog id in...Riza Sulistyo
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-02-04Misc (re #1882): Added exception catch in Call destructor.Nanang Izzuddin
2016-01-27Misc (Re #1882): When server sends blank realm on the Authentication challang...Riza Sulistyo
2016-01-05Re #1882 (misc): Crash when answering call with reason field is set. Thanks t...Riza Sulistyo
2015-12-31Re #1882 (misc): close socket on error after calling pj_sock_getsockname() as...Liong Sauw Ming
2015-12-31Re #1882 (misc): Use cred->cnonce instead of cnonce when calling pjsip_auth_c...Liong Sauw Ming
2015-12-30Re #1882 (misc): Add checking before calling pj_strncpy(), to make it more ro...Liong Sauw Ming
2015-12-30Re #1882 (misc): Moved checking of header count earlier when parsing generic ...Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed missing comma in timer names string array. Thanks to D...Liong Sauw Ming
2015-12-24Misc (re #1882): Fixed bug STUN still being used in media transport UDP & ICE...Nanang Izzuddin
2015-12-11Fixed #1901: crash when async_cnt is set to a value greater than one for SIP ...Liong Sauw Ming
2015-12-10Re #1882 (misc): Removed unnecessary callback setting for TLS listenersLiong Sauw Ming
2015-12-09Re #1882 (misc): Fixed uninitialized mainThreadOnly variable in UaConfigLiong Sauw Ming
2015-12-08Re #1882 (misc): Fixed bug in SipTransaction::fromPj(pjsip_transaction &) whi...Liong Sauw Ming
2015-12-03Fix #1899: Updated pjsua behaviour to re-create stream even when SDP directio...Nanang Izzuddin
2015-12-01Misc (re #1882): Need to zero-fill pj_thread_desc in libRegisterThread() to a...Nanang Izzuddin
2015-11-26Re #1882 (misc): Fix bug in parser,which may loop infinitely when it doesn't ...Riza Sulistyo
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