summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua/sip_inv.c
AgeCommit message (Expand)Author
2012-04-23Re #1417: Fixed error handling if pjsip_timer_init_session() when accepting i...Liong Sauw Ming
2012-04-13Fixed #1487: Wrong SDP negotiator state if outgoing UPDATE or re-INVITE is ch...Benny Prijono
2012-03-06Fixed #1460: Allow call to transition to CONFIRMED state even when SDP negoti...Benny Prijono
2012-02-27Fixed #1455: Incoming re-INVITE is unhandled if it comes in CONNECTING state ...Benny Prijono
2011-10-21Fixed #1391: Missing CSeq check for incoming ACK in an INVITE session (thanks...Benny Prijono
2011-06-24Fixed #1318: Prevent PJSIP_INV_STATE_CALLING from being reported more than on...Benny Prijono
2011-05-20Fixed #1291:Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-27Fix #1248: Reset destination info in the INVITE message/tdata before resendin...Nanang Izzuddin
2011-03-23Fix #1222: Assertion if BYE is received while callee is still in early stateBenny Prijono
2010-12-02Misc (re #1151): respond incoming re-INVITE with 491 instead of 500 if we are...Benny Prijono
2010-12-02Fixed #1170 (Assertion when receiving updated SDP offer with all media lines ...Benny Prijono
2010-12-02Fixed #1166: Detection of offer/answer glare condition with re-INVITEBenny Prijono
2010-09-28Fixed #1131: Callee disconnects call without sending BYE if ACK is not receiv...Benny Prijono
2010-08-01Implemented core multipart support and support in the invite session (re #1070)Benny Prijono
2010-06-24Fixed #1081: Implement ICE option tag (RFC 5678)Benny Prijono
2010-06-23Another unterminated SDP offer/answer negotiation fix (Re: #1045):Benny Prijono
2010-06-21Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Kr...Benny Prijono
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