summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2008-08-26Ticket #602: fixed assertion of invalid stream index supplied to pjmedia_sess...Nanang Izzuddin
2008-08-26Ticket #602:Nanang Izzuddin
2008-08-25Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec.Nanang Izzuddin
2008-08-21Fixed pjsua-lib bug that it failed to connect sound device & conference for s...Nanang Izzuddin
2008-08-19pjsip_endpt_handle_events2() is loosing the error code in MacOS X if pj_ioque...Benny Prijono
2008-08-19More ticket #583: a bit of tidying up and renamed macro names etc.Benny Prijono
2008-08-19Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in ...Nanang Izzuddin
2008-08-15Ticket #583: Initial source of IPP codecs wrapper.Nanang Izzuddin
2008-08-12Ticket #592: URI comparison may crash the application (thanks Pedro Gonçalve...Benny Prijono
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-08-04Ticket #563: Updated SDP offer/answer related to call hold scenario to confor...Nanang Izzuddin
2008-08-04Fixed compilation warning in test-pjsipBenny Prijono
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-07-31Fixed ticket #582: Extended presence status is not sent in initial NOTIFY req...Benny Prijono
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-07-21Ticket #576: Added user data in pjsua account and buddyBenny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-07-18Related to ticket #192: crash when shutting down pjsua if buddy pool has been...Benny Prijono
2008-07-17Added ability to dump extended statistics (RTCP XR) in pjsua.Nanang Izzuddin
2008-07-17Ticket #192: Add callback to notify application about incoming SUBSCRIBE requ...Benny Prijono
2008-07-17Ticket #574: Add new API to know why the outgoing subscription request is ter...Benny Prijono
2008-07-16Ticket #573: Handle receiving short version of Event headerBenny Prijono
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header b...Benny Prijono
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