summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
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
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-04-14Ticket #525: Crash on call update or re-invite (Thanks Alexey)Benny Prijono
2008-04-08As per list report, changed the default response to incoming REFER from 200 t...Benny Prijono
2008-04-07Fixed crash in SRTP when incoming SDP is received without any m= line (thanks...Benny Prijono
2008-04-04Ticket #522: Enable keep-alive for UDP transport even when STUN is not config...Benny Prijono
2008-04-02Ticket #521: Duplicate Authorization header when PJSIP is configured to send ...Benny Prijono
2008-04-01More ticket #514: bug in previous fix caused invite session to unable to resp...Benny Prijono
2008-03-29Ticket #504: final installment to support stereo audio all the way in PJMEDIA...Benny Prijono
2008-03-27More ticket #514: the last fix causes invite session to refuse to send CANCEL!Benny Prijono
2008-03-22Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport)Benny Prijono
2008-03-21More ticket #61: (after rolling back previously buggy patch) Fixed bug in pjs...Benny Prijono
2008-03-21More ticket #61: bug in pjsua-lib with SRTP. If call is hold and resumed, SRT...Benny Prijono
2008-03-20Ticket #514: bug with handling simultaneous outgoing re-INVITE, the invite se...Benny Prijono
2008-03-18Related to ticket #353: still memory leak with pjsua wav player (thanks Arie ...Benny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono