summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2016-07-15Re #1928 (misc): Re #1878 (Compile time option for TCP/TLS transport to not c...Liong Sauw Ming
2016-07-14Misc (re #1928): Cleaned up STUN transport config setup for ICE in pjsua.Nanang Izzuddin
2016-07-14Misc (re #1928): Print explicit log message about PJSUA ignoring IPv6 STUN se...Nanang Izzuddin
2016-07-14Misc (re #1928): Use host IP for SIP UDP transport address when STUN resoluti...Nanang Izzuddin
2016-06-30Fixed #1929: Fixed memory leak when using sip_auth_client since it's also use...Liong Sauw Ming
2016-06-29Re #1926: Fixed bug of premature app callback invocation in DNS A+AAAA resolu...Nanang Izzuddin
2016-06-29Misc (re #1928): Fixed various compile warnings.Nanang Izzuddin
2016-06-24Fix #1938: Wrong registration renewal flag info in PJSUA registration callbac...Nanang Izzuddin
2016-06-22Fix #1936: Reset 'regc->has_tsx' when the sending fails.Nanang Izzuddin
2016-06-21Fix #1935: Avoid shallow-cloning header in SIP registration client as when se...Nanang Izzuddin
2016-06-21Close #1934: Add reference counting APIs to event subscription.Nanang Izzuddin
2016-06-20Close #1927: IPv6 support in DNS SRV:Nanang Izzuddin
2016-06-16Re #1928 (misc): Fixed missing the conversion of AccountMwiConfig in AccountC...Liong Sauw Ming
2016-06-13Re #422: Enable IPv6 in ICE transport in pjsua-lib:Nanang Izzuddin
2016-06-08Re #422: Added IPv6 support to PJNATH, changes:Nanang Izzuddin
2016-06-08Close #1930: Race condition in OpenSSL socketLiong Sauw Ming
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-06-01Re #1923: Added check for call availability before processing delayed answer,...Nanang Izzuddin
2016-05-31Misc (re #1917): Print warning (instead of returning error) in creating SIP U...Nanang Izzuddin
2016-05-31Re #1918:Nanang Izzuddin
2016-05-31Re #1917: Related to ticket #1311, sets the factory on transports created as ...Liong Sauw Ming
2016-05-30Misc (re #1917): Reset media provisional count in adding video after media in...Nanang Izzuddin
2016-05-27Re #1923: Delay call-hangup triggered from simulated onIncomingCall() to avoi...Riza Sulistyo
2016-05-26Re #1921: Fixed wrong checks in determining IPv6 transport typesLiong Sauw Ming
2016-05-25Re #1917 (misc): Suppress empty-body warning and "logical not is only applied...Liong Sauw Ming
2016-05-25Fix #1924: Put check whether dialog has been registered to pjsip UA before ca...Nanang Izzuddin
2016-05-24Fix #1923: Delay call-answer triggered from simulated onIncomingCall() to avo...Nanang Izzuddin
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
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-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