summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_core.c
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number if...Benny Prijono
2007-02-12Fixed ticket #98: Error binding transports to specific interface in PJSUA-APIBenny Prijono
2007-02-01Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (e...Benny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2006-12-25Major TLS work (ticket #3): asynchronous socket, rather complete TLS options,...Benny Prijono
2006-12-08Initial implementation of TLS transport for ticket #3 (still not working at all)Benny Prijono
2006-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-23Updated Python project with base PJSUA APIBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-21Fixed sound device ID bug: application was unable to use device ID zero becau...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny 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-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-08-24Just updated doxygen documentationBenny 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-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny Prijono
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-14Set default sound backend in Win32 to own DirectSound, and changed conference...Benny Prijono
2006-05-14Change how --add-codec works in pjsuaBenny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono
2006-04-29Improve codec handling in pjsua cmd-line options, and add URI to callBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-03-31Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error...Benny Prijono
2006-03-30Removed continuous warnings in handle_events in pjsua_core, and temporarily s...Benny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-20Added clock-rate options in pjsuaBenny Prijono
2006-03-16Support for stereo audio (or N audio channels, for that matter)Benny Prijono
2006-03-16Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_*...Benny Prijono
2006-03-16Added misc flags and modify Makefiles to allow exclusion of PortAudio and spe...Benny Prijono
2006-03-15Added Null port, and changed conference so that it does not call port get_fra...Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-08Added options to disable microphone device, usefull for streaming server (som...Benny Prijono
2006-03-06Added --uas-duration and --uas-refresh option (the later is broken)Benny Prijono