summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua
AgeCommit message (Expand)Author
2016-07-26Misc (re #1945): Fixed assertion when outgoing call without SDP is answered w...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-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-07Re #1929: Avoid memory pool growing when doing re-Registration.Riza Sulistyo
2016-03-03Re #1882 (misc): Fixed Rseq to start from 1 (instead of from 0).Liong Sauw Ming
2015-06-17Fixed #1858: Remove extension tags (such as "100rel", "timer", "PRACK"), from...Nanang Izzuddin
2015-06-11Re #1857: (Fix) BYE is not sent when 200/OK is not ACK-edRiza Sulistyo
2015-04-28Re #1843: Related to r4924, allow INVITE request with unknown body inRiza Sulistyo
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-03Fixed #1819: Use expiration field to indicate registration/unregistration in ...Liong Sauw Ming
2015-03-02Fixed #1816: Restart media transport on following forked media.Nanang Izzuddin
2015-01-21Re #1782 (misc): Do not include SDP when sending 181 response (patch provided...Liong Sauw Ming
2014-12-23Fixed #1808: Crash in pjsip_inv_terminate() (thanks to Brian Walker for the p...Liong Sauw Ming
2014-12-05Fixed #1805: Make UAS as refresher in session timer when UAC doesn't support ...Liong Sauw Ming
2014-10-01Fixed #1795: Assertion if ending 100rel session when invite on early stateLiong Sauw Ming
2014-09-22Fixed #1791: Fixed possible crash when trying to cancel sdp negotiation upon ...Riza Sulistyo
2014-09-17Re #1788: Add support to allow INVITE/reINVITE with unknown body.Riza Sulistyo
2014-08-21Re #1735: Fixed missing check of "sips" scheme in request line in pjsip_inv_v...Nanang Izzuddin
2014-08-21Close #1735: Implemented secure dialog check of "sips" scheme in Contact/Reco...Nanang Izzuddin
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
2014-07-14Misc (re #1751): Fixed possible bad assertion caused by race condition betwee...Nanang Izzuddin
2014-04-30Re #1764: Add reference to ticket numberLiong Sauw Ming
2014-04-30Fixed #1764: Use latest early media SDP received on forked early media on 18x...Liong Sauw Ming
2014-04-17Fixed #1761: Remove "timer" from Supported header if it is disabledBenny Prijono
2014-03-28Fix #1755: Send ACK for incoming 200/INVITE even after call is disconnected.Nanang Izzuddin
2014-03-11Fix #1747: Don't process message body in the incoming 200/UPDATE if we don't ...Nanang Izzuddin
2014-02-21More #1712: Handle case when 200/OK is not ACKed and inv needs to send BYE. I...Benny Prijono
2014-01-24Fixed #1725: ACK is not sent upon receiving 200/OK retransmission if re-INVIT...Benny Prijono
2014-01-24Re #1722: Riza Sulistyo
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-07Re #1721: Clear invite transaction before calling on_call_tsx_state (on trans...Riza Sulistyo
2013-12-18Fixed #1718: Immediately shift call state to DISCONNECTED after receiving 422...Nanang Izzuddin
2013-11-19Fixed #1712: Must not send BYE before ACK is receivedBenny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-09-04Closed #1696: IP change detection (Contact rewrite method) based on REGISTER ...Liong Sauw Ming
2013-08-21Re #817: Fix replying to re-INVITE after it was cancelled (thanks to Saúl Ib...Liong Sauw Ming
2013-07-17More re #817: added loggingBenny Prijono
2013-07-15Re #817: Initial work for allowing application to respond to re-INVITE manually.Liong Sauw Ming
2013-07-10Re #1687: Add SDP negotiation flags in invite sessionLiong Sauw Ming
2013-06-28Fixed #1684 (Failed assertion when scheduling timer in the registration client):Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-05-18Fixed #1667: Handle incoming UPDATE before 101-199 response is receivedBenny Prijono
2013-04-23Re #1630: fixed various warningsBenny Prijono
2013-04-09Fix #1654: do not cancel SDP offer when transaction state changes from 'compl...Nanang Izzuddin
2013-04-03Fixed #1651: incoming CANCEL request is not reported in any callbacksBenny Prijono
2013-03-19Re #1644: Added run-time setting 'pjsip_cfg()->follow_early_media_fork' and c...Nanang Izzuddin
2013-03-06Fixed #1633: Crash if on_redirected() callback is not implemented and UAC rec...Liong Sauw Ming
2013-03-05Implementation of Re #1628: Modify SIP transaction to use group lock to avoid...Benny Prijono