summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-12More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves f...Benny Prijono
2008-08-12Ticket #592: URI comparison may crash the application (thanks Pedro Gonçalve...Benny Prijono
2008-08-11Related to ticket #590: added command line option in pjsua to select the echo...Benny Prijono
2008-08-11More ticket #590: fix the bug in smoothing factorBenny Prijono
2008-08-11Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for th...Benny Prijono
2008-08-10Initialize CPocketPJ setting with proper values in constructorBenny Prijono
2008-08-10Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6Benny Prijono
2008-08-10Ticket #590: new echo suppressor which should work much better than the old oneBenny Prijono
2008-08-09Ticket #588: Improvements to echo cancellation frameworkBenny Prijono
2008-08-08Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf...Nanang Izzuddin
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...Benny Prijono
2008-08-07Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-08-04Added test delaybuf to pjmedia MIPS test.Nanang Izzuddin
2008-08-04Ticket #563: Updated SDP offer/answer related to call hold scenario to confor...Nanang Izzuddin
2008-08-04Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm....Benny Prijono
2008-08-04Fixed compilation warning in test-pjsipBenny Prijono
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-08-04Added new active socket API's to specify application buffers in start_read() ...Benny Prijono
2008-07-31Fixed ticket #582: Extended presence status is not sent in initial NOTIFY req...Benny Prijono
2008-07-29Initial work for ticket #579: added option to make the active socket sends al...Benny Prijono
2008-07-29Ticket #557: Fixed memory leak in Speex EC (actually this is updating Speex v...Nanang Izzuddin
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #463: Configuration option to have external sound device implementationBenny Prijono
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-07-28Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/Measurin...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-25Fixed invalid configuration generation in pjsua for auto-update-nat option (t...Benny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-24Ticket #577: Initial source of sound device wrapper with APSNanang Izzuddin
2008-07-24Added setup-vc.py for Visual Studio installationBenny Prijono
2008-07-24Tweak setup.pyBenny Prijono
2008-07-24Added simplecall.py sampleBenny Prijono
2008-07-24pjsua.py: fixed transport port bug, changed default tracing to disabled, and ...Benny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...Benny Prijono
2008-07-23Fixed crash in stateful proxy sample when receiving request with malformed CS...Benny Prijono
2008-07-22Added math.h to pjlib's Visual Studio projectsBenny Prijono
2008-07-22Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)Benny Prijono
2008-07-21Added sleep() in python handle events to avoid starvation in the main threadBenny Prijono
2008-07-21Fixed gcc warning on _pjsua.c about suggested parenthesisBenny Prijono
2008-07-21Major modifications in Python module and pjsua.py wrapper:Benny Prijono
2008-07-21Ticket #576: Added user data in pjsua account and buddyBenny Prijono
2008-07-19Added pjsua option to set the logging color scheme for terminal with light ba...Benny Prijono
2008-07-19Fixed build error with some Mingw configuration related to socklen_tBenny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-07-19Added WAV playlist and conf_set/get_level API to Python moduleBenny Prijono
2008-07-18Related to ticket #192: crash when shutting down pjsua if buddy pool has been...Benny Prijono