summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2008-08-26Fixed minor bug in exe availability checking in run.pyBenny Prijono
2008-08-26Added sleep() in mod_pesq.py, to wait the test until the call is stabilizedBenny Prijono
2008-08-26Fixed audio configuration in config_site.py not used by test scriptsBenny Prijono
2008-08-25Ticket #599:Nanang Izzuddin
2008-08-19Added on_incoming_subscribe() handler in pjsua, just to demonstrate that this...Benny Prijono
2008-08-18Fixed Python bug with enum_codecs() (thanks Saúl Ibarra for the report)Benny Prijono
2008-08-18Fixed crash in Python when receiving incoming DTMF digitsBenny Prijono
2008-08-13Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP o...Benny Prijono
2008-08-13Added interactive option in aectest sample and to display WAV duration on exitBenny Prijono
2008-08-13Fixed bug in --auto-rec option handling in pjsuaBenny Prijono
2008-08-11Related to ticket #590: added command line option in pjsua to select the echo...Benny Prijono
2008-08-10Initialize CPocketPJ setting with proper values in constructorBenny 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-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-04Ticket #563: Updated SDP offer/answer related to call hold scenario to confor...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 latency.c in the samples (see http://trac.pjsip.org/repos/wiki/Measurin...Benny Prijono
2008-07-25Fixed invalid configuration generation in pjsua for auto-update-nat option (t...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-23Fixed crash in stateful proxy sample when receiving request with malformed CS...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-19Added pjsua option to set the logging color scheme for terminal with light ba...Benny 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-18Implemented ticket #192 for Python: Add callback to notify application about ...Benny Prijono
2008-07-17Added pjsua command line option '--jb-max-size' to set jitter buffer max framesNanang Izzuddin
2008-07-17Added ability to dump extended statistics (RTCP XR) in pjsua.Nanang Izzuddin
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using tempo...Benny Prijono
2008-07-11Fixed bug in python's player_get_slot() and recorder_get_slot()Benny Prijono
2008-07-11Updated setup.py for Linux and written more docstrings documentationBenny Prijono
2008-07-10Ticket #556: New object oriented Python abstraction for pjsua APIBenny Prijono
2008-07-07Configuration option to include/exclude loopback interface in enum_ip_interfa...Benny Prijono
2008-07-07Modified runall.py python testing module to accommodate mod_recvfrom.pyBenny Prijono
2008-07-07Added mod_recvfrom.py testing module and some registrar test scenariosBenny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-02Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specsBenny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-06-28Updated PESQ test to save the WAV output on failure and report the PESQ target.Nanang Izzuddin
2008-06-28Updated python test readme docBenny Prijono
2008-06-28Fixed crash when handling incoming MESSAGE request without message body but w...Benny Prijono
2008-06-28Fixed wrong variable name for number of failed testsNanang Izzuddin