summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-31Ticket #405: Subscribe to buddy presence upon receiving incoming subscription...Benny Prijono
2007-10-31More ticket #399: added PJSUA API to retrieve the remote NAT typeBenny Prijono
2007-10-31Fixed deadlock in increment_counter() and decrement_counter() caused by diffe...Benny Prijono
2007-10-30Fixed route set bug in simpleua.c (thanks Raquie Rawq)Benny Prijono
2007-10-30Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta)Benny Prijono
2007-10-30Initial minimum jitter value was set to 2ms (thanks Roman Puls)Benny Prijono
2007-10-26Fixed warnings in PJLIB string_i.h about variable may not get initializedBenny Prijono
2007-10-26More ticket #399: pj_sock_close() is called more than once. Also implemented ...Benny Prijono
2007-10-26Ticket #403: Ability to specify RConnection instance etc in PJLIB SymbianBenny Prijono
2007-10-26More ticket #399: on_request_complete() callback does not release the mutex i...Benny Prijono
2007-10-26More ticket #399: fixed bug that triggers assertion in the timerBenny Prijono
2007-10-25Added assertion which checks if evsub module has been registered before other...Benny Prijono
2007-10-25Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander...Benny Prijono
2007-10-25Continuing ticket #400: Only process Service-Route header if enable_service_r...Benny Prijono
2007-10-24Fixed ticket #402: Endless error loop when TCP accept() continuously returns ...Benny Prijono
2007-10-24Fixed ticket #401: Unable to register when account URI contains display nameBenny Prijono
2007-10-24Added more svn:ignore filesBenny Prijono
2007-10-21Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty tra...Benny Prijono
2007-10-21Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or IPPROTO_T...Benny Prijono
2007-10-21Fixed compilation warning in sip_auth_client.c about unreachable code when AK...Benny Prijono
2007-10-21Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to...Benny Prijono
2007-10-21More ticket #395: changed max default buffer length from 60ms to 100ms for ad...Benny Prijono
2007-10-21Updated libmilenage Visual Studio project toption to use /MD instead of /MTBenny Prijono
2007-10-21Added resample_libsamplerate.c into VS8 projectBenny Prijono
2007-10-20Fixed bug in pjmedia clock_thread.c: busy loop when clock thread is stoppedBenny Prijono
2007-10-18Updated Service-Route calculationBenny Prijono
2007-10-18Ticket #400: initial support for Service-Route header, still untestedBenny Prijono
2007-10-18Updated README.txt of libsamplerate instructionsBenny Prijono
2007-10-18Updated VS2005 and eVC projects with new base64 and AKA filesBenny Prijono
2007-10-17Fixed build warnings/errors for Symbian targetBenny Prijono
2007-10-16Tolerate more ICMP errors in ICE media transportBenny Prijono
2007-10-16Ticket #398: support for libsamplerate in the autoconf+MakefileBenny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...Benny Prijono
2007-10-13Related to ticket #399: optimize NAT detection to complete fasterBenny Prijono
2007-10-13Added "magic" parameter in pj_stun_session_create_req()Benny Prijono
2007-10-12Related to ticket #399: added comments etc.Benny Prijono
2007-10-12Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST valuesBenny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-12Related to ticket #396: updated Symbian DEF fileBenny Prijono
2007-10-12Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sampl...Benny Prijono
2007-10-11Fixed compilation warnings with AKA implementationBenny Prijono
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
2007-10-10Fixed build warnings/error on LinuxBenny Prijono
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA suppo...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-07Updated PJNATH doxygen documentationBenny Prijono
2007-10-07Ticket #395: Added configuration to control maximum PortAudio sound buffer la...Benny Prijono
2007-10-07Minor fixes to TURN server: handle immediate recv() error, call pjnath_init()...Benny Prijono
2007-10-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono