summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua/sip_reg.c
AgeCommit message (Expand)Author
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-11Add pjsip_regc_add_headers() APi to set headers to be added Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...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-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-02-22Fixed bug in registration (CSeq not incremented after 401)Benny Prijono
2006-02-19SIMPLE test with FWD, and added more info in UIBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-20More compliant URI parser, comparison, etc.Benny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-09Organizing pjsip directory structureBenny Prijono