summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2008-07-14Fixed unitialized read when parsing account's Contact URIBenny Prijono
2008-07-14Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing call ...Benny Prijono
2008-07-14Related to ticket #518: only destroy the account and buddy pools after busy_s...Benny Prijono
2008-07-14Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing poss...Benny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using tempo...Benny Prijono
2008-07-12Related to ticket #529: ignore transaction terminate request if transaction s...Benny Prijono
2008-07-12Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all pl...Benny Prijono
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
2008-07-07Related to ticket 554: handle the case where server rejects Authorization bec...Benny Prijono
2008-07-07Stop putting PUBLISH in Allow header since that's probably is not semanticall...Benny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-01Ticket #553: PUBLISH callback is not called when authentication fails (thanks...Benny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-06-28Fixed crash when handling incoming MESSAGE request without message body but w...Benny Prijono
2008-06-27Added more Python tests: offer with multiple media linesBenny Prijono
2008-06-27Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib...Benny Prijono
2008-06-27Fixed minor bug on ptime calculation on player creation; Updated pjsua-app in...Nanang Izzuddin
2008-06-26Fixed assertion in invite session when INVITE has bad SDP because the SDP is ...Benny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-26Specifying star in codec selection will select all codecs. Fixed the codec se...Benny Prijono
2008-06-26Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE or U...Benny Prijono
2008-06-26Do no disconnect invite session if authentication fails for requests within d...Benny Prijono
2008-06-25Fixed assertion error when resending re-INVITE after it is challenged with 40...Benny Prijono
2008-06-25Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Ben...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-16More ticket #540: updated snd-auto-close to work friendly with callNanang Izzuddin
2008-06-13Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new ...Nanang Izzuddin
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and opt...Benny Prijono
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-09Added more validations & a new API (thanks Florian Bomers):Nanang Izzuddin
2008-06-06Ticket #418 Protect client registration session with mutexBenny Prijono
2008-06-06More ticket #485: added TURN support in PJSUA-LIB APIBenny Prijono
2008-06-04Fixed gcc warnings about type pruned pointersBenny Prijono
2008-05-29Fixed bug wrong option for resample port between conference bridge and sound ...Nanang Izzuddin
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-15More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson)Benny Prijono
2008-05-13Ticket #533: Support for parsing Retry-After SIP headerBenny Prijono
2008-05-08Ticket #524: changed pjsua and stereotest default audio frame time from 10ms ...Nanang Izzuddin
2008-05-05Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdownBenny Prijono
2008-05-04If regc.check_contact is disabled, and no Expires header has been found, but ...Benny Prijono
2008-04-22Fixed bug in invalid Contact address being generated upon NAT detection, when...Benny Prijono
2008-04-17Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LFBenny Prijono
2008-04-15Use the smart Contact header for TCP/TLSBenny Prijono