summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Fixed ticket #68: pjsua account is not completely invalidatedBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ...Benny Prijono
2007-01-20Ticket #64: more lenient SDP parsing (take only what we need and ignore anyth...Benny Prijono
2007-01-20Implement ticket #56: Periodically transmit RTP packet on silence, to maintai...Benny Prijono
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
2007-01-20Removed unusable and scary warning when ioqueue cannot write packet immediatelyBenny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-18Ticket #66: fix broken compilation with gcc 2.9x.x or olderBenny Prijono
2007-01-16Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by ot...Benny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-13Removed trailing space for invite's CONFIRMED state nameBenny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
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