|
|
@794
|
18 years |
bennylp |
Changed svn:eol-style to CRLF for Visual Studio projects
|
|
|
@793
|
18 years |
bennylp |
Removed PA_NO_WMME macro in pjmedia debug build.
(Thanks Steve Xu)
|
|
|
@792
|
18 years |
bennylp |
Removed multiple Via headers checking in transport, as
proxies will …
|
|
|
@790
|
18 years |
bennylp |
Fix compilation error with memchr() on VS2005
|
|
|
@787
|
18 years |
bennylp |
Updated README.txt
|
|
|
@786
|
18 years |
bennylp |
Fixed quality setting in MP3 writer (thanks Toni again)
|
|
|
@785
|
18 years |
bennylp |
Changed the processing of mp3 _options in mp3 writer with regard to …
|
|
|
@784
|
18 years |
bennylp |
Fixed bug in siprtp in SDP generation because of recent change in SDP …
|
|
|
@783
|
18 years |
bennylp |
Support for MP3 recording for Win32 target. Also added "--rec-file" and …
|
|
|
@782
|
18 years |
bennylp |
Fixed miscellaneous warnings with gcc compilation
|
|
|
@781
|
18 years |
bennylp |
Changed temporary buffer size for duplicating contact info in pjsua-lib to …
|
|
|
@780
|
18 years |
bennylp |
Some changes to REFER handling in PJSUA-LIB:
- added callback to report …
|
|
|
@779
|
18 years |
bennylp |
Updated doxygen documentation for media transport (again)
|
|
|
@778
|
18 years |
bennylp |
Updated doxygen documentation in media transport
|
|
|
@777
|
18 years |
bennylp |
FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS …
|
|
|
@776
|
18 years |
bennylp |
Fixed bug in client registration when pjsip_endpt_send_request() returns …
|
|
|
@775
|
18 years |
bennylp |
Removed colon from SDP attribute value [thanks Olivier Gournet]
|
|
|
@774
|
18 years |
bennylp |
Added logging in pjsua wince
|
|
|
@773
|
18 years |
bennylp |
Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP …
|
|
|
@772
|
18 years |
bennylp |
Fixed missing #include <pjmedia/errno.h> in nullsound.c
|
|
|
@771
|
18 years |
bennylp |
Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i …
|
|
|
@770
|
18 years |
bennylp |
Updated PortAudio? to latest version for Mac
|
|
|
@769
|
18 years |
bennylp |
Fixed possible small memory leak in PJSUA registration
|
|
|
@768
|
18 years |
bennylp |
Fixed bug in static buffer based pool: thread local strorage leakage
|
|
|
@767
|
18 years |
bennylp |
Fixed bug in log length calculation (null character was included) [thanks …
|
|
|
@766
|
18 years |
bennylp |
Fixed bugs in pasound.c again, this time it is suspected that two …
|
|
|
@765
|
18 years |
bennylp |
Fixed bug in pjsua_media.c: when sound device is created with different …
|
|
|
@764
|
18 years |
bennylp |
Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]
|
|
|
@763
|
18 years |
bennylp |
Changed pjsua_media.c to try different clock rates when opening sound …
|
|
|
@762
|
18 years |
bennylp |
Changed pasound.c to open multiple streams when input/output are on …
|
|
|
@761
|
18 years |
bennylp |
Fixed missing pj_snd_get_info() in nullsound.c
|
|
|
@760
|
18 years |
bennylp |
Changed pasound.c to handle situation when NULL is passed as input/output …
|
|
|
@759
|
18 years |
bennylp |
Changed pasound.c to get the default sound devices from the host API's …
|
|
|
@758
|
18 years |
bennylp |
Fixed typos in pj_*int*_t's comments [thanks Tomasz Ostrowski].
|
|
|
@756
|
18 years |
bennylp |
Modify sip_transaction.c to send ACK first before notifying upper layer …
|
|
|
@755
|
18 years |
bennylp |
Fixed title mismatch in PJLIB-UTIL HTML header
|
|
|
@754
|
18 years |
bennylp |
Added pjlib-util/config.h and pjlib-util/types.h to put
together common …
|
|
|
@753
|
18 years |
bennylp |
Major addition to support DNS SRV resolution in PJSIP:
- added DNS …
|
|
|
@752
|
18 years |
bennylp |
Changed puts() to printf() in log_writer_stdout.c, since puts() introduced …
|
|
|
@751
|
18 years |
bennylp |
Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet]
|
|
|
@750
|
18 years |
bennylp |
Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and …
|
|
|
@749
|
18 years |
bennylp |
Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to …
|
|
|
@748
|
18 years |
bennylp |
Fixed bug in the hash table size calculation. The hash table creation API …
|
|
|
@747
|
18 years |
bennylp |
Fixed compilation error in tone generator when using fixed point.
|
|
|
@746
|
18 years |
bennylp |
Fixed minor error in pj_thread_is_registered() API. The return value …
|
|
|
@745
|
18 years |
bennylp |
Added initial implementation of low-level DNS packetization
and parsing …
|
|
|
@744
|
18 years |
bennylp |
Added pjmedia_snd_stream_get_info() function.
NOTE SOUND DEVICE …
|
|
|
@743
|
18 years |
bennylp |
Updated doxygen documentation on sdp_neg.h
|
|
|
@742
|
18 years |
bennylp |
Added support for specifying IP address in PJSUA-LIB/pjsua.
This option …
|
|
|
@740
|
18 years |
bennylp |
Fixed misleading log message from the sound port about EC being suspended …
|
|
|
@739
|
18 years |
bennylp |
Version 0.5.8
|
|
|
@738
|
18 years |
bennylp |
Tests with other user agents revealed some bugs which
have been fixed …
|
|
|
@737
|
18 years |
bennylp |
Fixed several bugs in PJSUA-API:
- in some condition, when outgoing call …
|
|
|
@736
|
18 years |
bennylp |
Updated doxygen documentation for the website
|
|
|
@735
|
18 years |
bennylp |
Handle incoming empty packets sent by some user agents (to refresh NAT)
|
|
|
@734
|
18 years |
bennylp |
Fixed few bugs that seem to have been introduced by new dialog
locking …
|
|
|
@733
|
18 years |
bennylp |
In pjsua, outgoing REFER now always put Refer-Sub: false
|
|
|
@732
|
18 years |
bennylp |
Fixed capture device enumeration bug in DirectSound?, and changed SDP …
|
|
|
@731
|
18 years |
bennylp |
Automatically suspend AEC when nothing is connected to the sound port in …
|
|
|
@730
|
18 years |
bennylp |
Fixed race condition bug when initializing SDP parser on multi-processor …
|
|
|
@729
|
18 years |
bennylp |
Fixed race-condition/deadlock problems in the dialog/user agent layer
all …
|
|
|
@728
|
18 years |
bennylp |
Fixed misc compilation warnings (mostly about unused variables)
|
|
|
@727
|
18 years |
bennylp |
Support for reading non-canonical WAV file in WAV file player port.
|
|
|
@726
|
18 years |
bennylp |
Fixed incorrect cross compilation settings with the autoconf script.
|
|
|
@725
|
18 years |
bennylp |
Added pool for allocating memory from the stack buffer
|
|
|
@724
|
18 years |
bennylp |
Now really checked in the new PLC software!
|
|
|
@723
|
18 years |
bennylp |
Removed G.711 Annex I PLC from the source (because of possible …
|
|
|
@722
|
18 years |
bennylp |
Applied temporary fix to error code returned by pj_gethostbyname(). Under …
|
|
|
@721
|
18 years |
bennylp |
Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by …
|
|
|
@720
|
18 years |
bennylp |
Added pjsip_transport_register_type() API to register new transport type.
|
|
|
@719
|
18 years |
bennylp |
Added account ID in pjsua_call_info.
|
|
|
@718
|
18 years |
bennylp |
Updated the doxygen comments for PJSIP_EFAILEDCREDENTIAL and …
|
|
|
@717
|
18 years |
bennylp |
Fixed WinCE compilation
|
|
|
@716
|
18 years |
bennylp |
Fixed compilation error in Linux when the legacy configure is being used: …
|
|
|
@715
|
18 years |
bennylp |
Added --duration option in PJSUA to limit the maximum duration of calls. …
|
|
|
@714
|
18 years |
bennylp |
Fixed bug in client REGISTER: crashed when application calls …
|
|
|
@713
|
18 years |
bennylp |
SIP methods are now compared case-sensitively (previously it was …
|
|
|
@712
|
18 years |
bennylp |
Fixed bug in event subscription: for event subscriptions established by …
|
|
|
@711
|
18 years |
bennylp |
Fix STUN client when handling unknown attributes. Before it failed the …
|
|
|
@710
|
18 years |
bennylp |
Updated README.txt again
|
|
|
@709
|
18 years |
bennylp |
Set default CFLAGS in configure to -O2 -DNDEBUG
|
|
|
@708
|
18 years |
bennylp |
Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the …
|
|
|
@707
|
18 years |
bennylp |
Updated README.txt from using.htm
|
|
|
@706
|
18 years |
bennylp |
Added EOF callback and get_size() in pjmedia_mem_capture port.
|
|
|
@705
|
18 years |
bennylp |
Fixed bug in media UDP transport: when transport is created with create(), …
|
|
|
@704
|
18 years |
bennylp |
Added EOF callback in memory playback port.
|
|
|
@703
|
18 years |
bennylp |
Fixed bug in resample port: put/get buffers are allocated with the wrong …
|
|
|
@702
|
18 years |
bennylp |
Now officially use the autoconf configure script; the legacy configure …
|
|
|
@701
|
18 years |
bennylp |
Renamed configure to configure-legacy
|
|
|
@700
|
18 years |
bennylp |
Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD)
|
|
|
@699
|
18 years |
bennylp |
Fixed autoconf in mingw
|
|
|
@698
|
18 years |
bennylp |
Fixed autoconf on MacOS X
|
|
|
@697
|
18 years |
bennylp |
Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, …
|
|
|
@696
|
18 years |
bennylp |
Fixed authentication with qop: nc is not printed, and set nc length to 8 …
|
|
|
@695
|
18 years |
bennylp |
Fix compilation error when PJSIP_AUTH_HEADER_CACHING and …
|
|
|
@694
|
18 years |
bennylp |
Added volume control to indivual tone enqueued to the tone generator.
|
|
|
@693
|
18 years |
bennylp |
Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])
|
|
|
@691
|
18 years |
bennylp |
Yet another documentation/doxygen update
|
|
|
@690
|
18 years |
bennylp |
Just updated doxygen documentation
|
|
|
@689
|
18 years |
bennylp |
Finishing autoconf work, also fixed compilation error in publish.h
|
|
|