source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1005   18 years bennylp Renamed pjstun_srv to pjstun_srv_test
(edit) @1004   18 years bennylp Renamed pjstun_srv to pjstun_srv_test
(edit) @1003   18 years bennylp Finishing up STUN server side authentication
(edit) @1002   18 years bennylp Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and …
(edit) @1001   18 years bennylp Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, …
(edit) @1000   18 years bennylp Fixed ticket #136: Invalid presence entity ID when URI is specified in …
(edit) @999   18 years bennylp Fixed ticket #135: Invalid presence entity ID when URI is specified in …
(edit) @998   18 years bennylp Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged …
(edit) @997   18 years bennylp Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is …
(edit) @996   18 years bennylp Ticket #121 and #122: Initial implementation of generic STUN transaction, …
(edit) @995   18 years bennylp Fixed ticket #132: dialog automatically insert Contact header when sending …
(edit) @994   18 years bennylp Fixed ticket #131: dialog automatically insert Contact header when sending …
(edit) @993   18 years bennylp Continuing work on the new STUN framework, partly implemented the client …
(edit) @992   18 years bennylp Merged the ICE branch into the trunk
(edit) @991   18 years bennylp Checked in latest changes in iceproject branch before merging in to the …
(edit) @990   18 years bennylp Checked in latest changes in iceproject branch before merging in to the …
(edit) @989   18 years bennylp Fixed (and tested) ticket #112: Workaround for forking
(edit) @988   18 years bennylp Fixed (and tested) ticket #111: Workaround for forking
(edit) @987   18 years bennylp Fixed ticket #118: Bug in pj_array_insert() when position is equal to …
(edit) @986   18 years bennylp Fixed ticket #117: Bug in pj_array_insert() when position is equal to …
(edit) @985   18 years bennylp Tagged 0.5.10.1
(edit) @984   18 years bennylp Fixed ticket #115: Release 0.5.10 does not have the correct PJ_VERSION …
(edit) @983   18 years bennylp Set version to 0.5.10.1
(edit) @982   18 years bennylp Fixed ticket #114: INVITE transaction is not destroyed immediately when …
(edit) @981   18 years bennylp Fixed ticket #113: INVITE transaction is not destroyed immediately when …
(edit) @980   18 years bennylp Fixed ticket #111 on stable branch: workaround for forked dialog
(edit) @979   18 years bennylp Fixed ticket #111: workaround for forking dialog
(edit) @978   18 years bennylp Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation
(edit) @977   18 years bennylp Renamed stable branch: 0.5-stable => pjproject-0.5-stable
(edit) @976   18 years bennylp Tagged 0.5.10
(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 …
Note: See TracRevisionLog for help on using the revision log.