summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua/sip_inv.c
AgeCommit message (Expand)Author
2010-06-16Fix #1045:Nanang Izzuddin
2010-06-02Fixed #1092 (Crash when receiving various messages with "Contact: *" header f...Benny Prijono
2010-02-10Fixed ticket #1011: "Invalid operation step" assertion when TCP is usedBenny Prijono
2010-02-09Fixed ticket #1034: Crash on accepting a call with no codec in the SDP offerBenny Prijono
2009-10-16Ticket #954 (issue no 2): Updated session timer to process 2xx response in mo...Nanang Izzuddin
2009-08-14Ticket #877: Fixed bug flip-flop pools shouldn't be swapped when SDP negotiat...Nanang Izzuddin
2009-08-12Ticket #877: Memory consumption of the invite session grows indefinitely if c...Benny Prijono
2009-08-11Ticket #833:Nanang Izzuddin
2009-08-11Ticket #833:Nanang Izzuddin
2009-08-11Ticket #833:Nanang Izzuddin
2009-08-06Ticket #934: Fixed pjsip_inv_verify_request2() to also checks all registered ...Nanang Izzuddin
2009-05-13Fixed ticket #845: Crash in 100rel after CANCEL is received and 487 is sent (...Benny Prijono
2009-05-01Fixed ticket #815: Re-INVITE transactions takes too long to be cleared when f...Benny Prijono
2009-04-29Fixed compilation error on Symbian caused by ticket #794Benny Prijono
2009-04-27Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Ga...Benny Prijono
2009-04-26Fixed ticket #506: Behavior when cancelling INVITE before provisional respons...Benny Prijono
2009-04-26Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 4...Benny Prijono
2009-04-23Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joe...Benny Prijono
2009-04-14Related to ticket #786: potential memory leak in invite sessionBenny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-18Fixed minor gcc compilation warningsBenny Prijono
2008-12-17Ticket 684: protect the memory allocation for TX packet with try/catch, and f...Benny Prijono
2008-11-27More ticket #10: changed to signature of the redirection callbacks to make it...Benny Prijono
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
2008-10-31Ticket #657: (Partial early media forking support) renegotiate SDP upon recei...Benny Prijono
2008-09-22Ticket #641: Assertion error when late 200/OK is received after call has been...Benny Prijono
2008-09-21Ticket #640: Crash when receiving ACK with SDP after BYE has been received (t...Benny Prijono
2008-06-26Do no disconnect invite session if authentication fails for requests within d...Benny Prijono
2008-06-25Fixed assertion error when resending re-INVITE after it is challenged with 40...Benny Prijono
2008-06-25Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Ben...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-04-01More ticket #514: bug in previous fix caused invite session to unable to resp...Benny Prijono
2008-03-27More ticket #514: the last fix causes invite session to refuse to send CANCEL!Benny Prijono
2008-03-20Ticket #514: bug with handling simultaneous outgoing re-INVITE, the invite se...Benny Prijono
2008-02-21Ticket #488: When outgoing request within dialog is responded with 481 or 408...Benny Prijono
2008-01-23Related to ticket #61: added new invite session API pjsip_inv_verify_request(...Benny Prijono
2007-11-25Ticket #416: Allow application to handle sending ACK manuallyBenny Prijono
2007-11-23Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with 481 (...Benny Prijono
2007-11-08Remove SDP from 487 response when incoming INVITE comes without SDP and we ar...Benny Prijono
2007-11-08Accept UPDATE without SDP (this is a valid scenario according to session time...Benny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-06Validate SDP in incoming message before passing it to negotiator (otherwise a...Benny Prijono
2007-10-04Related to ticket #5: fixed compilation warnings on gccBenny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-26Ticket #342: added configuration to control whether Allow header should be in...Benny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-06-20Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer and...Benny Prijono
2007-06-12Removed assertion when sending re-INVITE while another INVITE transaction is ...Benny Prijono