summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-19Updated INSTALL.txtBenny Prijono
2007-02-18Fixed various bugs in Python moduleBenny Prijono
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
2007-02-18Related to ticket #74: reduce default number of sound buffers from 32 to 16 t...Benny Prijono
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
2007-02-18Tidy up the output of pjsua help screenBenny Prijono
2007-02-18Added TCP transport in sipstateless sampleBenny Prijono
2007-02-18Fixed bug in pjsua: account config not initialized using acc_default()Benny Prijono
2007-02-18Minor change in resolver: added current TTL value when entry is picked up fro...Benny Prijono
2007-02-17Fixed broken --auto-play command in pjsuaBenny Prijono
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
2007-02-17Updated documentation and sample for media conference with regard to maximum ...Benny Prijono
2007-02-17Fixed dependency for samples project in both VS6 and VS8 workspace/solution fileBenny Prijono
2007-02-17Added sleep() before destroying sound device in playfile and playsine to prev...Benny Prijono
2007-02-17Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistrat...Benny Prijono
2007-02-17More robust pjlib file test: it shouldn't leave the file on the disk if the t...Benny Prijono
2007-02-17sipstateless now takes an argument for the response code to be sentBenny Prijono
2007-02-17Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not...Benny Prijono
2007-02-16Fixed ticket #106: writing data outside buffer in Win32 error string generationBenny Prijono
2007-02-16Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) o...Benny Prijono
2007-02-16Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtypeBenny Prijono
2007-02-16Implement ticket #103: changed autoconf script to use native Win32 file I/O o...Benny Prijono
2007-02-16Implement ticket #103: use native Win32 for file I/O on Win32Benny Prijono
2007-02-16Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcod...Benny 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-02-14Tidy up the configure screen output, and fixed warning about uninitialized va...Benny Prijono
2007-02-14Fixed ticket #93: Python readline() blocks/hang because C module running on d...Benny Prijono
2007-02-14Fixed bug in Python module's normalize_stun_config(), and added Makefile for ...Benny Prijono
2007-02-13Fixed bug in simpleua sample: shouldn't respond to ACK request!Benny Prijono
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction t...Benny Prijono
2007-02-12Fixed ticket #98: Error binding transports to specific interface in PJSUA-APIBenny Prijono
2007-02-10Bumped up version to 0.5.10-rc2Benny Prijono
2007-02-10Related to ticket #97: make name_addr handling more robust against possibilit...Benny Prijono
2007-02-10Fixed ticket #97: bug with URI/name-addr copying in strict route handling rou...Benny Prijono
2007-02-08Fixed bug #94: wrong level adjustment calculation in conference bridgeBenny Prijono
2007-02-07Fixed hardcoded Linux build in Python module's setup.pyBenny Prijono
2007-02-07Fixed ticket #92: undefined symbols when running Python applicationBenny Prijono
2007-02-07py pjsua updated @ 070207fahris
2007-02-06Changing PJLIB version to 0.5.10-rc1 to avoid confusionBenny Prijono
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks F...Benny Prijono
2007-02-04Fixed ticket #78: Noise in conference bridge because of upsampling and change...Benny Prijono
2007-02-04Fixed ticket #87: Conference bridge should transmit silence frame when level ...Benny Prijono
2007-02-03Added various PJSIP constants to Python module and bugfix in call_hangup()Benny Prijono
2007-02-02Updated README.txt with the latest build instructionsBenny Prijono
2007-02-02py_pjsuaupdated 020207fahris
2007-02-01Implement the missing pjsua_get_snd_dev() functionBenny Prijono