summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
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
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