summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua
AgeCommit message (Expand)Author
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
2006-12-02Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all contacts ...Benny Prijono
2006-12-01Fixed ticket #34: unable to send REGISTER in the registration callbackBenny Prijono
2006-11-27Fixed ticket #28: bug in Replaces header parsingBenny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-11Add pjsip_regc_add_headers() APi to set headers to be added Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...Benny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-08-08Fixed bugs in client registration (sip_regc.c): when re-registration failed ...Benny Prijono
2006-08-08Added logging in sip_regc.c to report the error when pjsip_regc_send() fails ...Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-02Final changeset from the PROTOS testing, fixed misc. crashes. See Benny Prijono
2006-06-13Added status_text and cause_text in dialog and transaction to capture the rea...Benny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-04-04Changed pjsip_dlg_send_request() API to NOT return transaction as it is not s...Benny Prijono
2006-03-17Changed pjsip_inv_send_msg() functionBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-05Added API to terminate dialog prematurely. Affect: dialog, invite sessions, e...Benny Prijono
2006-03-02Fixed bug when a disconnected INVITE session was brought to confirmed again o...Benny Prijono
2006-02-27Updated mingw compilationBenny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny Prijono
2006-02-22Fixed STUN errorBenny Prijono
2006-02-22Fixed bug in registration (CSeq not incremented after 401)Benny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-19SIMPLE test with FWD, and added more info in UIBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-10Added more logging, and fixed bug when ACK is responded!Benny Prijono