summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_dialog.c
AgeCommit message (Expand)Author
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2012-07-18Fixed #1556: Fix From/To tag and Via branch comparison to be case insensitiveLiong Sauw Ming
2012-07-16Fixed #1555 : Bug with via_rewrite feature when the account gets deletedLiong Sauw Ming
2012-06-20Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for out...Liong Sauw Ming
2012-06-19Fix #1539: Applied non-strict update of remote capability info after receivin...Nanang Izzuddin
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-12-15Fixed #1190: Remote dialog info is not updated if 100 (Trying) response conta...Benny Prijono
2010-06-09Re #1089:Nanang Izzuddin
2010-06-03Re #1089:Nanang Izzuddin
2010-06-02Fixed #1092 (Crash when receiving various messages with "Contact: *" header f...Benny Prijono
2010-01-21Ticket #1029: Fix support for multiple (event) subscriptions in a single dial...Benny Prijono
2009-12-10Ticket #1002: Crash when adding/removing buddies (thanks Nikolay Popok and Ro...Benny Prijono
2009-10-10Ticket #965: Receiving (malformed) re-INVITE with the same Via branch paramet...Benny Prijono
2009-08-11Ticket #930: Fixed compile error for C++ (missing explicit casting from void*).Nanang Izzuddin
2009-08-05Ticket #930:Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-17Ticket 684: protect the memory allocation for TX packet with try/catch, and f...Benny Prijono
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
2008-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ...Benny Prijono
2008-09-11Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the dialo...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2007-11-08Add Contact header to UPDATE request within dialogBenny Prijono
2007-11-08Allow zero in outgoing CSeq in request creation within dialogBenny Prijono
2007-11-06Fixed bug in route set calculation: prevent updating route set upon receiving...Benny Prijono
2007-11-05Update ticket #408: although route set must not be updated on subsequent requ...Benny Prijono
2007-10-31Ticket #408: Route set shouldn't be updated once it has been set (thanks Ansh...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-10-01Fixed ticket #387: UAS dialog should add Contact header in 1xx responseBenny Prijono
2007-09-30Changed initial sequence number randomization to produce number in 15bit inst...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-05Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDS...Benny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-03-01Fixed ticket #153: UAC dialog doesn't update route_set when calling RFC 2543 ...Benny Prijono
2007-02-22Fixed ticket #132: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-19Fixed ticket #111: workaround for forking dialogBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Fixed bugs in previous deadlock workaroundBenny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono