summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2006-11-26Added 'cc x y' and 'cd x y' command in pjsua as shortcut commands for the no...Benny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-25Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of cal...Benny Prijono
2006-11-24Updated footprint script to include new stuffs such as echo canceller and ton...Benny Prijono
2006-11-24Fixed footprint calculation scriptBenny Prijono
2006-11-23Updated Python project with base PJSUA APIBenny Prijono
2006-11-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-16Added initial Python moduleBenny Prijono
2006-11-14Fixed transport detachment when there's no thread being used in siprtp.Benny Prijono
2006-11-11Committed what seems like what left uncommitted in previous commit (pjsua_app...Benny Prijono
2006-11-08Changed svn:eol-style to CRLF for Visual Studio projectsBenny Prijono
2006-10-20Fixed bug in siprtp in SDP generation because of recent change in SDP attribu...Benny Prijono
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny 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-16Added logging in pjsua winceBenny Prijono
2006-10-16Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i optio...Benny 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-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-14Fixed WinCE compilationBenny Prijono
2006-09-14Added --duration option in PJSUA to limit the maximum duration of calls. Also...Benny Prijono
2006-09-09Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND...Benny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Added initial PUBLISH client support, and also default account selection in p...Benny Prijono
2006-08-13Set default codec to PCMU in pjsip-perfBenny Prijono
2006-08-09Fixed run-time bug with simple_ua and pjsip-perf sample.Benny Prijono
2006-08-09Changed WinCE demo app to automatically answer incoming calls.Benny Prijono
2006-08-07Fixed bug in --auto-conf option in pjsuaBenny Prijono
2006-08-07Added Ctrl-C handler for pjsua Windows, and added average bps in media statis...Benny Prijono
2006-08-07Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5...Benny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-08-06Echo suppressor tuning and testing on WincE, and also added config_site_sample.hBenny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-05Set to use PCMU and disable AEC for WinCE target.Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-01Added simple WinCE application:Benny Prijono
2006-07-31Changed siprtp on Linux to raise the thread priorityBenny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono