summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-0964bit fix for pool.h (thanks HARDOUIN Briac)Benny Prijono
2007-01-08Added simple_pjsua exampleBenny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-30Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. wi...Benny Prijono
2006-12-29Fixed ticket #55: Invalid PortAudio error space (PA expects negative error co...Benny Prijono
2006-12-29Fixed TLS transport when IOCP is usedBenny Prijono
2006-12-29Fixed ticket #25: Authentication loops forever when server keeps rejecting re...Benny 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-26Implement ticket #53: Disable silence detector during the first few seconds o...Benny Prijono
2006-12-26Ticket #54: added ability to modify some codec parameters on the flyBenny Prijono
2006-12-26Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created whi...Benny Prijono
2006-12-26(Ticket #52) Added functions to retrieve media port of player and recorder in...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-25Added TLS support in Makefiles (see ticket #3)Benny Prijono
2006-12-25Major TLS work (ticket #3): asynchronous socket, rather complete TLS options,...Benny Prijono
2006-12-25In relation to ticket #49: fix support for recv() flags such as PJ_MSG_PEEK a...Benny Prijono
2006-12-25Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom is...Benny Prijono
2006-12-24More TLS fixes (ticket #3), it should work now in blocking modeBenny Prijono
2006-12-22Ticket #47: Packet length not set correctly when media transport fails with i...Benny Prijono
2006-12-22Ticket #46: added recording capability in streamutil sample applicationBenny Prijono
2006-12-15Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't match...Benny Prijono
2006-12-15Fixed ticket #45: Accept, Allow, and Supported header may contain empty sequenceBenny Prijono
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
2006-12-11More testing with TLS implementation (ticket #3), we can send outgoing reques...Benny Prijono
2006-12-09First update on buddy APIBenny Prijono
2006-12-08Test update from sshBenny Prijono
2006-12-08Initial implementation of TLS transport for ticket #3 (still not working at all)Benny Prijono
2006-12-08Added media flow diagram (image) to pjmedia docBenny Prijono
2006-12-07Fixed ticket #38: misleading error message when destination URI is not valid ...Benny Prijono
2006-12-07Fixed ticket #37: invalid RTP packet should be counted in 'discarded' packetBenny Prijono
2006-12-04Updated Python abstraction with transport and account APIBenny Prijono
2006-12-02Fixed incorrect output path in PJLIBBenny Prijono
2006-12-02Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all contacts ...Benny Prijono
2006-12-02Added svn:ignore for * in pjsip-apps\libBenny Prijono
2006-12-01Fixed ticket #34: unable to send REGISTER in the registration callbackBenny Prijono
2006-12-01Changed critical section in os_core_unix.c to use recursive mutexBenny 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-27Bumped up version to 0.5.9Benny Prijono
2006-11-27Fixed ticket #28: bug in Replaces header parsingBenny Prijono
2006-11-27Display actual sound device name in conference bridge port zeroBenny 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-25Minor fix in UDP media: transport should silently ignore detach command when ...Benny Prijono
2006-11-25Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of cal...Benny Prijono
2006-11-25Fixed incorrect channel count number in the log message written when opening ...Benny Prijono
2006-11-24Fixed speex logging to use PJLIB's log, because a GUI application doesn't hav...Benny Prijono