summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-28Fixed ticket #144: pj_ioqueue_poll() blocks forever because of invalid ↵Benny Prijono
timeout value (thanks Igor S) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1018 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #141: Crash on Linux when USB sound card set as the first sound ↵Benny Prijono
card git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1011 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #139: Unable to play next tone after stop is called on tone ↵Benny Prijono
generator (thanks Antonio F. Cano) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1010 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Fixed ticket #137: Potential memory overwrite in pjmedia session.c (thanks ↵Benny Prijono
David Clark) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1007 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-24Fixed ticket #135: Invalid presence entity ID when URI is specified in ↵Benny Prijono
name-addr format git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@999 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-24Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged ↵Benny Prijono
with 401/407 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@997 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-22Fixed ticket #131: dialog automatically insert Contact header when sending ↵Benny Prijono
3xx response (thanks Hozjan Vladimir for reporting) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@994 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-20Fixed (and tested) ticket #111: Workaround for forkingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@988 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-20Fixed ticket #118: Bug in pj_array_insert() when position is equal to count-1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@987 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Fixed ticket #115: Release 0.5.10 does not have the correct PJ_VERSION string!v0.5.10.1@984Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@984 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Fixed ticket #113: INVITE transaction is not destroyed immediately when ACK ↵Benny Prijono
has the same branch as the INVITE git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@981 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Fixed ticket #111 on stable branch: workaround for forked dialogBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@980 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Renamed stable branch: 0.5-stable => pjproject-0.5-stableBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@977 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Created stable branch for 0.5 seriesv0.5.10.4@976v0.5.10.3@976v0.5.10.2@976v0.5.10.1@976Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/0.5-stable@975 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with ↵Benny Prijono
2007 in copyright notice in all sources git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@974 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Updated INSTALL.txtBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@973 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Fixed various bugs in Python moduleBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@972 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@971 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Related to ticket #74: reduce default number of sound buffers from 32 to 16 ↵Benny Prijono
to reduce audio delay git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@970 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@969 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Tidy up the output of pjsua help screenBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@968 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Added TCP transport in sipstateless sampleBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@967 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Fixed bug in pjsua: account config not initialized using acc_default()Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@966 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Minor change in resolver: added current TTL value when entry is picked up ↵Benny Prijono
from the cache git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@965 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed broken --auto-play command in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@964 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@963 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@962 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Updated documentation and sample for media conference with regard to maximum ↵Benny Prijono
value for audio level adjustment git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@961 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed dependency for samples project in both VS6 and VS8 workspace/solution fileBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@960 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Added sleep() before destroying sound device in playfile and playsine to ↵Benny Prijono
prevent audio stutters git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@959 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when ↵Benny Prijono
unregistration is done in the callback git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@958 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17More robust pjlib file test: it shouldn't leave the file on the disk if the ↵Benny Prijono
test fails git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@957 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17sipstateless now takes an argument for the response code to be sentBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@956 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was ↵Benny Prijono
not updated for the Release build) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@955 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Fixed ticket #106: writing data outside buffer in Win32 error string generationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@954 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) ↵Benny Prijono
on no memory condition git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@953 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtypeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@952 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Implement ticket #103: changed autoconf script to use native Win32 file I/O ↵Benny Prijono
on mingw and cygwin git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@951 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Implement ticket #103: use native Win32 for file I/O on Win32Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@950 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of ↵Benny Prijono
hardcoded value in pjsua git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@949 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Still on ticket #101: set TLS port to TCP port + 1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@948 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number ↵Benny Prijono
if application specifies port is zero git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@947 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Tidy up the configure screen output, and fixed warning about uninitialized ↵Benny Prijono
variable in PortAudio's ALSA (which causes error with gcc -Werror option) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@946 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Fixed ticket #93: Python readline() blocks/hang because C module running on ↵Benny Prijono
different thread is calling a blocking OS call git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@945 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Fixed bug in Python module's normalize_stun_config(), and added Makefile for ↵Benny Prijono
building Python module git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@944 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-13Fixed bug in simpleua sample: shouldn't respond to ACK request!Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@943 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction ↵Benny Prijono
timeout after provisional response is received git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@942 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-12Fixed ticket #98: Error binding transports to specific interface in PJSUA-APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@941 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10Bumped up version to 0.5.10-rc2Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@940 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10Related to ticket #97: make name_addr handling more robust against ↵Benny Prijono
possibility of bugs that someone may put another name_addr inside a name_addr git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@939 74dad513-b988-da41-8d7b-12977e46ad98