source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @975   18 years bennylp Created stable branch for 0.5 series
(edit) @974   18 years bennylp Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 …
(edit) @973   18 years bennylp Updated INSTALL.txt
(edit) @972   18 years bennylp Fixed various bugs in Python module
(edit) @971   18 years bennylp Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB
(edit) @970   18 years bennylp Related to ticket #74: reduce default number of sound buffers from 32 to …
(edit) @969   18 years bennylp Check for non-SIP URI in buddy URL
(edit) @968   18 years bennylp Tidy up the output of pjsua help screen
(edit) @967   18 years bennylp Added TCP transport in sipstateless sample
(edit) @966   18 years bennylp Fixed bug in pjsua: account config not initialized using acc_default()
(edit) @965   18 years bennylp Minor change in resolver: added current TTL value when entry is picked up …
(edit) @964   18 years bennylp Fixed broken --auto-play command in pjsua
(edit) @963   18 years bennylp Fixed ticket #109: Audio saturation when level is applied to conference
(edit) @962   18 years bennylp Fixed test.h to include all tests in pjsip test
(edit) @961   18 years bennylp Updated documentation and sample for media conference with regard to …
(edit) @960   18 years bennylp Fixed dependency for samples project in both VS6 and VS8 …
(edit) @959   18 years bennylp Added sleep() before destroying sound device in playfile and playsine to …
(edit) @958   18 years bennylp Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when …
(edit) @957   18 years bennylp More robust pjlib file test: it shouldn't leave the file on the disk if …
(edit) @956   18 years bennylp sipstateless now takes an argument for the response code to be sent
(edit) @955   18 years bennylp Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was …
(edit) @954   18 years bennylp Fixed ticket #106: writing data outside buffer in Win32 error string …
(edit) @953   18 years bennylp Fixed ticket #105: unnecessary assert in fixed buffer based pool …
(edit) @952   18 years bennylp Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtype
(edit) @951   18 years bennylp Implement ticket #103: changed autoconf script to use native Win32 file …
(edit) @950   18 years bennylp Implement ticket #103: use native Win32 for file I/O on Win32
(edit) @949   18 years bennylp Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of …
(edit) @948   18 years bennylp Still on ticket #101: set TLS port to TCP port + 1
(edit) @947   18 years bennylp Fixed ticket #101: PJSUA transport is not updated with correct port number …
(edit) @946   18 years bennylp Tidy up the configure screen output, and fixed warning about uninitialized …
(edit) @945   18 years bennylp Fixed ticket #93: Python readline() blocks/hang because C module running …
(edit) @944   18 years bennylp Fixed bug in Python module's normalize_stun_config(), and added Makefile …
(edit) @943   18 years bennylp Fixed bug in simpleua sample: shouldn't respond to ACK request!
(edit) @942   18 years bennylp Implement ticket #99: a more generic mechanism to implement UAC …
(edit) @941   18 years bennylp Fixed ticket #98: Error binding transports to specific interface in …
(edit) @940   18 years bennylp Bumped up version to 0.5.10-rc2
(edit) @939   18 years bennylp Related to ticket #97: make name_addr handling more robust against …
(edit) @938   18 years bennylp Fixed ticket #97: bug with URI/name-addr copying in strict route handling …
(edit) @937   18 years bennylp Fixed bug #94: wrong level adjustment calculation in conference bridge
(edit) @936   18 years bennylp Fixed hardcoded Linux build in Python module's setup.py
(edit) @935   18 years bennylp Fixed ticket #92: undefined symbols when running Python application
(edit) @934   18 years fahris py pjsua updated @ 070207
(edit) @933   18 years bennylp Changing PJLIB version to 0.5.10-rc1 to avoid confusion
(edit) @932   18 years bennylp Fixed ticket #89: implement transaction timeout in REGISTER request …
(edit) @931   18 years bennylp Fixed ticket #78: Noise in conference bridge because of upsampling and …
(edit) @930   18 years bennylp Fixed ticket #87: Conference bridge should transmit silence frame when …
(edit) @929   18 years bennylp ICE branch: initial server prototype
(edit) @928   18 years bennylp Added various PJSIP constants to Python module and bugfix in call_hangup()
(edit) @927   18 years bennylp Updated README.txt with the latest build instructions
(edit) @926   18 years fahris py_pjsuaupdated 020207
(edit) @925   18 years bennylp Implement the missing pjsua_get_snd_dev() function
(edit) @924   18 years fahris py_pjsua update 010207
(edit) @923   18 years bennylp Fixed ticket #84: pjsua_transport_close() doesn't properly close transport …
(edit) @922   18 years bennylp Fixed ticket #85: build errors when building samples with VS6/VS8
(edit) @921   18 years bennylp Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS …
(edit) @920   18 years bennylp Implement ticket #83: socket TOS abstraction
(edit) @919   18 years bennylp Fixed ticket #86: file not properly rewind-ed for the next iteration …
(edit) @918   18 years bennylp Updated PJSUA-API docs for Python and some bug fixes in Python module
(edit) @917   18 years bennylp Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the …
(edit) @916   18 years bennylp Some simple call testing to py_pjsua and bug fixes
(edit) @915   18 years fahris update py_pjsua.c 290107
(edit) @914   18 years fahris revisi py_pjsua.c 290107
(edit) @913   18 years bennylp Initial addition of the new STUN framework files
(edit) @912   18 years bennylp Branching the trunk for ICE!
(edit) @911   18 years bennylp Fixed various gcc warnings especially related to ticket #82 when …
(edit) @910   18 years bennylp Fixed ticket #82: link error when codec(s) are disabled from configure …
(edit) @909   18 years bennylp Ticket #82: fix link errors when codecs are disabled from autoconf script
(edit) @908   18 years bennylp Fixed ticket #81: registration refresh crashed when NIC is plugged-off
(edit) @907   18 years bennylp Ticket #80: pj_gethostbyname() should return the appropriate native error …
(edit) @906   18 years bennylp Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because …
(edit) @905   18 years bennylp Updated doxygen documentation to version 0.5.10
(edit) @904   18 years bennylp Implement ticket #62: option to play tones continuously, and added …
(edit) @903   18 years bennylp Implement ticket #77: allow specifying multiple files in pjsua
(edit) @902   18 years bennylp Fixed ticket #76: bug in PortAudio? when device is opened in non-native …
(edit) @901   18 years bennylp More ticket #64 fix: allow whitespace after SDP media format
(edit) @900   18 years bennylp Fixed ticket #75: allow empty SDP format list when media port is zero
(edit) @899   18 years bennylp Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks …
(edit) @898   18 years bennylp Support for Visual Studio 2005 workspace
(edit) @897   18 years bennylp Fixed several compilation warnings with MSVC
(edit) @896   18 years bennylp Give more useful information when assertion fails in pj_thread_this()
(edit) @895   18 years bennylp Implement ticket #67: added WAV playlist feature to PJMEDIA
(edit) @894   18 years bennylp Added ability to feed text file containing commands (on Windows) and sleep …
(edit) @893   18 years bennylp Fixed gcc warnings, especially about dereferencing type-punned pointer
(edit) @892   18 years bennylp Fixed ticket #68: pjsua account is not completely invalidated
(edit) @891   18 years bennylp Fixed ticket #73: regc does not respond to 401/407 challenge after it has …
(edit) @890   18 years bennylp Fixed ticket #65: broken pjsip-test compilation because of recent changes …
(edit) @889   18 years bennylp Ticket #64: more lenient SDP parsing (take only what we need and ignore …
(edit) @888   18 years bennylp Implement ticket #56: Periodically transmit RTP packet on silence, to …
(edit) @887   18 years bennylp Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIA
(edit) @886   18 years bennylp Removed unusable and scary warning when ioqueue cannot write packet …
(edit) @885   18 years bennylp Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() …
(edit) @884   18 years bennylp Ticket #66: fix broken compilation with gcc 2.9x.x or older
(edit) @883   18 years bennylp Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by …
(edit) @882   18 years bennylp Continuing work on ticket #50: make explicit transport selection works for …
(edit) @881   18 years bennylp More work on ticket #50: binding of PJSUA-API account to specific …
(edit) @880   18 years bennylp Removed trailing space for invite's CONFIRMED state name
(edit) @879   18 years bennylp Workaround for ticket #50: added API to lock/bind transaction, dialog, and …
(edit) @878   18 years bennylp Ticket #2: continuing work on Symbian sound device implementation
(edit) @877   18 years bennylp 64bit fix for pool.h (thanks HARDOUIN Briac)
(edit) @876   18 years bennylp Added simple_pjsua example
Note: See TracRevisionLog for help on using the revision log.