summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
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
2008-06-27Added stdout buffering option in Python testsBenny Prijono
2008-06-27Removed userdata param in callback funcs of mod_media_playrec.pyNanang Izzuddin
2008-06-27Updated runall.py to cleanup the 'logs' directory before test; fixed log ext ...Nanang Izzuddin
2008-06-27Added more Python tests: offer with multiple media linesBenny Prijono
2008-06-27Added the ability to send a complete/arbitrary SIP INVITE message in mod_send...Benny Prijono
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Fixed minor bug on ptime calculation on player creation; Updated pjsua-app in...Nanang Izzuddin
2008-06-27python testing: fixed slow test performance due to expecting wrong text in mo...Benny Prijono
2008-06-26Rearrange the commands in mod_pres.py to make it workBenny Prijono
2008-06-26echo command in pjsua can be used to print any text, and this is used to bett...Benny Prijono
2008-06-26Added test duration in runall.py output, and add public ICE in excluded testsBenny Prijono
2008-06-26Added option to disable stdout buffering in pjsua, and adjust the python testsBenny Prijono
2008-06-26Added various tests with invalid SDP and other SIP parametersBenny Prijono
2008-06-26Ticket #543: Updated PESQ to start/stop manually stream/record instead of usi...Nanang Izzuddin
2008-06-26Set universal_newlines=False in run.py, and added failed UPDATE scenario in m...Benny Prijono
2008-06-26Specifying star in codec selection will select all codecs. Fixed the codec se...Benny Prijono
2008-06-26Added PRACK tests and ICE with public proxy testsBenny Prijono
2008-06-26Ticket #543: Updated PESQ test, sound device used only by one side to avoid c...Nanang Izzuddin