summaryrefslogtreecommitdiff
path: root/pjsip/src
AgeCommit message (Expand)Author
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-21Fixed ticket #68: pjsua account is not completely invalidatedBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ...Benny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-13Removed trailing space for invite's CONFIRMED state nameBenny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-29Fixed TLS transport when IOCP is usedBenny Prijono
2006-12-29Fixed ticket #25: Authentication loops forever when server keeps rejecting re...Benny Prijono
2006-12-26Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created whi...Benny Prijono
2006-12-26(Ticket #52) Added functions to retrieve media port of player and recorder in...Benny Prijono
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono
2006-12-25Major TLS work (ticket #3): asynchronous socket, rather complete TLS options,...Benny Prijono
2006-12-24More TLS fixes (ticket #3), it should work now in blocking modeBenny Prijono
2006-12-15Fixed ticket #45: Accept, Allow, and Supported header may contain empty sequenceBenny Prijono
2006-12-11More testing with TLS implementation (ticket #3), we can send outgoing reques...Benny Prijono
2006-12-08Initial implementation of TLS transport for ticket #3 (still not working at all)Benny Prijono
2006-12-07Fixed ticket #38: misleading error message when destination URI is not valid ...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-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-27Fixed ticket #28: bug in Replaces header parsingBenny Prijono
2006-11-27Display actual sound device name in conference bridge port zeroBenny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-23Updated Python project with base PJSUA APIBenny Prijono
2006-11-21Fixed mutex leak in SIP endpoint: timer heap was not destroyedBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-21Added jitter buffer settings in PJSUA-API media configBenny Prijono
2006-11-21Fixed sound device ID bug: application was unable to use device ID zero becau...Benny Prijono
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-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