summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Tidy up the output of pjsua help screenBenny Prijono
2007-02-18Fixed bug in pjsua: account config not initialized using acc_default()Benny Prijono
2007-02-17Fixed broken --auto-play command in pjsuaBenny Prijono
2007-02-14Still on ticket #101: set TLS port to TCP port + 1Benny Prijono
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number if...Benny Prijono
2007-01-24Implement ticket #62: option to play tones continuously, and added --play-ton...Benny Prijono
2007-01-24Implement ticket #77: allow specifying multiple files in pjsuaBenny Prijono
2007-01-21Added ability to feed text file containing commands (on Windows) and sleep co...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...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-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-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-11Committed what seems like what left uncommitted in previous commit (pjsua_app...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-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-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-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-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-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-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features: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-22pjsua application should check that the --max-calls argument does not exceed ...Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...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-22Added dq command in pjsua to dump current call qualityBenny Prijono
2006-06-22Modify all applications because of changed in WAV port API (removed user_data...Benny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono