summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2007-01-23Support for Visual Studio 2005 workspaceBenny 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
2007-01-08Added simple_pjsua exampleBenny Prijono
2006-12-28Fix eol-style in pjsua.py/py_pjsua.cBenny Prijono
2006-12-28 py_pjsua.c and pjsua.py updated until lib call fahris
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-22Ticket #46: added recording capability in streamutil sample applicationBenny Prijono
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
2006-12-09First update on buddy APIBenny Prijono
2006-12-08Initial implementation of TLS transport for ticket #3 (still not working at all)Benny Prijono
2006-12-04Updated Python abstraction with transport and account APIBenny Prijono
2006-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-30Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pj...Benny Prijono
2006-11-29Fixed sndtest bug (ticket #32): it doesn't display the correct device being t...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-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