summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-11-21Fixed handles leak in SIP endpoint: ioqueue is not freed, causing PJ_IOQUEUE_...Benny Prijono
2006-11-19Fixed minor memory leak in SIP TCP transportBenny Prijono
2006-11-15Fixed bug in parser: clone_data member of message body is not set.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-11-08Changed svn:eol-style to CRLF for Visual Studio projectsBenny Prijono
2006-11-06Removed multiple Via headers checking in transport, asBenny Prijono
2006-10-20Changed the processing of mp3 _options in mp3 writer with regard to bit_rate ...Benny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny Prijono
2006-10-18Changed temporary buffer size for duplicating contact info in pjsua-lib to 10...Benny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-10-16FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF...Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-10-13Fixed possible small memory leak in PJSUA registrationBenny Prijono
2006-10-11Fixed bug in pjsua_media.c: when sound device is created with different sampl...Benny Prijono
2006-10-11Changed pjsua_media.c to try different clock rates when opening sound deviceBenny Prijono
2006-10-08Modify sip_transaction.c to send ACK first before notifying upper layer about...Benny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-09-26Added support for specifying IP address in PJSUA-LIB/pjsua.Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Handle incoming empty packets sent by some user agents (to refresh NAT)Benny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-09-19Fixed misc compilation warnings (mostly about unused variables)Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-14Added pjsip_transport_register_type() API to register new transport type.Benny Prijono
2006-09-14Added account ID in pjsua_call_info.Benny Prijono
2006-09-14Updated the doxygen comments for PJSIP_EFAILEDCREDENTIAL and PJSIP_ENOCREDENT...Benny Prijono
2006-09-14Fixed WinCE compilationBenny Prijono
2006-09-14Added --duration option in PJSUA to limit the maximum duration of calls. Also...Benny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...Benny Prijono
2006-09-13SIP methods are now compared case-sensitively (previously it was case-insensi...Benny Prijono
2006-09-13Fixed bug in event subscription: for event subscriptions established by non-S...Benny Prijono
2006-09-09Fixed authentication with qop: nc is not printed, and set nc length to 8 byte...Benny Prijono
2006-09-09Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND...Benny Prijono
2006-08-25Yet another documentation/doxygen updateBenny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-20Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also p...Benny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Added initial PUBLISH client support, and also default account selection in p...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
2006-08-08Fixed bugs in client registration (sip_regc.c): when re-registration failed ...Benny Prijono