source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @875   18 years bennylp Just updated and improved the doxygen documentations all over the place
(edit) @874   18 years bennylp Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. …
(edit) @873   18 years bennylp Fixed ticket #55: Invalid PortAudio? error space (PA expects negative error …
(edit) @872   18 years bennylp Fixed TLS transport when IOCP is used
(edit) @871   18 years bennylp Fixed ticket #25: Authentication loops forever when server keeps rejecting …
(edit) @870   18 years bennylp Fix eol-style in pjsua.py/py_pjsua.c
(edit) @869   18 years fahris py_pjsua.c and pjsua.py updated until lib call
(edit) @868   18 years bennylp Implement ticket #53: Disable silence detector during the first few …
(edit) @867   18 years bennylp Ticket #54: added ability to modify some codec parameters on the fly
(edit) @866   18 years bennylp Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created …
(edit) @865   18 years bennylp (Ticket #52) Added functions to retrieve media port of player and recorder …
(edit) @864   18 years bennylp Ticket #51: Added audio level adjustment to PJSUA-API
(edit) @863   18 years bennylp Added DTMF callback support all the way to PJSUA API (ticket #48)
(edit) @862   18 years bennylp Added TLS support in Makefiles (see ticket #3)
(edit) @861   18 years bennylp Major TLS work (ticket #3): asynchronous socket, rather complete TLS …
(edit) @860   18 years bennylp In relation to ticket #49: fix support for recv() flags such as …
(edit) @859   18 years bennylp Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom …
(edit) @858   18 years bennylp More TLS fixes (ticket #3), it should work now in blocking mode
(edit) @857   18 years bennylp Ticket #47: Packet length not set correctly when media transport fails …
(edit) @856   18 years bennylp Ticket #46: added recording capability in streamutil sample application
(edit) @855   18 years bennylp Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't …
(edit) @854   18 years bennylp Fixed ticket #45: Accept, Allow, and Supported header may contain empty …
(edit) @853   18 years bennylp Added debugging info setting in Visual Studio project in Release mode
(edit) @852   18 years bennylp More testing with TLS implementation (ticket #3), we can send outgoing …
(edit) @851   18 years bennylp First update on buddy API
(edit) @850   18 years bennylp Test update from ssh
(edit) @849   18 years bennylp Initial implementation of TLS transport for ticket #3 (still not working …
Note: See TracRevisionLog for help on using the revision log.