summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
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
2006-07-27Added capability in pjsua to add application created media port to pjsua's co...Benny Prijono
2006-07-26Added --ptime and --no-vad option in pjsuaBenny Prijono
2006-07-25Fixed minor bug in siprtp: in summary report, percentage of RX loss is displa...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-22Few changes in siprtp:Benny Prijono
2006-07-22pjsua application should check that the --max-calls argument does not exceed ...Benny Prijono
2006-07-18Undo modification to use timer, and back to using threads as the performance ...Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-11Some minor modifications here and there in pjsip-perfBenny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10pjsip-perf uses 1 milisecond polling timeout because IOCP does not work corre...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-09Report peak memory used upon exitingBenny Prijono
2006-07-08Added caching pool capacity upon exiting pjsip-perfBenny Prijono
2006-07-08More fine tuning on the footprint report generation scriptBenny Prijono
2006-07-05Some improvements in footprint generationBenny Prijono
2006-07-04Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprintBenny Prijono