summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua
AgeCommit message (Expand)Author
2008-06-04Fixed gcc warnings about type pruned pointersBenny Prijono
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-04If regc.check_contact is disabled, and no Expires header has been found, but ...Benny Prijono
2008-04-17Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LFBenny 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-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...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-23Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit tra...Benny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny 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-11-04Fixed bug with detecting successful unregistration request. Previously, succe...Benny Prijono
2007-10-24Fixed ticket #401: Unable to register when account URI contains display nameBenny Prijono
2007-10-04Related to ticket #5: fixed compilation warnings on gccBenny Prijono
2007-10-04Related to ticket #385: fixed gcc compilation warningsBenny Prijono
2007-10-04Ticket #390: Register session will keep transport instance so that keep-alive...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-10-01Related to ticket #385: bug in 100rel causing 2xx response to be queued indef...Benny Prijono
2007-09-30Fixed compilation error in sip_100rel.c when c++ mode is usedBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Minor fix: changed file identification in log (the THIS_FILE macro) from sip_...Benny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-09-11Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe ...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
2007-06-12Removed assertion when sending re-INVITE while another INVITE transaction is ...Benny Prijono
2007-06-01Fixed ticket #316: Crash in registration session when transport returns error...Benny Prijono
2007-06-01Added assertion in regc to check if application has called pjsip_regc_destroy...Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-22Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dom...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-02-19Fixed ticket #114: INVITE transaction is not destroyed immediately when ACK h...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks F...Benny Prijono
2007-01-26Fixed ticket #81: registration refresh crashed when NIC is plugged-offBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-13Removed trailing space for invite's CONFIRMED state nameBenny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono