summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-01py_pjsua update 010207fahris
2007-02-01Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (e...Benny Prijono
2007-02-01Fixed ticket #85: build errors when building samples with VS6/VS8Benny Prijono
2007-02-01Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS st...Benny Prijono
2007-02-01Implement ticket #83: socket TOS abstractionBenny Prijono
2007-01-31Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks ...Benny Prijono
2007-01-31Updated PJSUA-API docs for Python and some bug fixes in Python moduleBenny Prijono
2007-01-31Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the repor...Benny Prijono
2007-01-29Some simple call testing to py_pjsua and bug fixesBenny Prijono
2007-01-29update py_pjsua.c 290107fahris
2007-01-29 revisi py_pjsua.c 290107 fahris
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-27Fixed ticket #82: link error when codec(s) are disabled from configure script...Benny Prijono
2007-01-27Ticket #82: fix link errors when codecs are disabled from autoconf scriptBenny Prijono
2007-01-26Fixed ticket #81: registration refresh crashed when NIC is plugged-offBenny Prijono
2007-01-26Ticket #80: pj_gethostbyname() should return the appropriate native error cod...Benny Prijono
2007-01-25Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because of t...Benny Prijono
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
2007-01-24Implement ticket #62: option to play tones continuously, and added --play-ton...Benny Prijono
2007-01-24Implement ticket #77: allow specifying multiple files in pjsuaBenny Prijono
2007-01-23Fixed ticket #76: bug in PortAudio when device is opened in non-native clock ...Benny Prijono
2007-01-23More ticket #64 fix: allow whitespace after SDP media formatBenny Prijono
2007-01-23Fixed ticket #75: allow empty SDP format list when media port is zeroBenny Prijono
2007-01-23Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang)Benny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-23Fixed several compilation warnings with MSVCBenny Prijono
2007-01-22Give more useful information when assertion fails in pj_thread_this()Benny Prijono
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-21Added ability to feed text file containing commands (on Windows) and sleep co...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-21Fixed ticket #68: pjsua account is not completely invalidatedBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ...Benny Prijono
2007-01-20Ticket #64: more lenient SDP parsing (take only what we need and ignore anyth...Benny Prijono
2007-01-20Implement ticket #56: Periodically transmit RTP packet on silence, to maintai...Benny Prijono
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
2007-01-20Removed unusable and scary warning when ioqueue cannot write packet immediatelyBenny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-18Ticket #66: fix broken compilation with gcc 2.9x.x or olderBenny Prijono
2007-01-16Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by ot...Benny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-13Removed trailing space for invite's CONFIRMED state nameBenny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2007-01-0964bit fix for pool.h (thanks HARDOUIN Briac)Benny Prijono
2007-01-08Added simple_pjsua exampleBenny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-30Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. wi...Benny Prijono
2006-12-29Fixed ticket #55: Invalid PortAudio error space (PA expects negative error co...Benny Prijono
2006-12-29Fixed TLS transport when IOCP is usedBenny Prijono