summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua
AgeCommit message (Collapse)Author
2008-12-22Created top-level directory tests and moved test-pjsua there. This will be ↵Benny Prijono
the placeholder for future developed tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2392 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-11Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings ↵Nanang Izzuddin
in the SDP. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2376 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2370 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-11Ticket #674:Nanang Izzuddin
- Updated SDP negotiation module to allow special treatment for AMR negotiation. - Fixed SDP negotiation when it prefers local codec order it gets wrong in identifying the remote offer. - Added some test scripts to test AMR negotiation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2364 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #623: Assertion when receiving SUBSCRIBE with non presence event ↵Benny Prijono
(thanks Lucas Rosa Galêgo for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2273 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed minor bug in exe availability checking in run.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2239 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Added sleep() in mod_pesq.py, to wait the test until the call is stabilizedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2238 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed audio configuration in config_site.py not used by test scriptsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2237 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-25Ticket #599:Nanang Izzuddin
- Added "dec_fmtp" and "enc_fmtp" fields to pjmedia_codec_param.setting. - Codec factory puts its default parameters in "dec_fmtp" field. - pjmedia_stream_info_from_sdp() puts the "fmtp" attribute in SDP to pjmedia_codec_param. - Special treatment for fmtp "bitrate" parameter (of G722.1) during SDP negotiation - Added maxptime field in stream_info. - Replaced iLBC's fmtp "mode" implementation to use general fmtp mechanism. - Added some test scripts for G722.1 bitrate negotiation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2236 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two ↵Benny Prijono
agents have different number of components git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2196 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and ↵Benny Prijono
SUBSCRIBE requests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2194 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Modified runall.py python testing module to accommodate mod_recvfrom.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2111 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Added mod_recvfrom.py testing module and some registrar test scenariosBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2110 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-28Updated PESQ test to save the WAV output on failure and report the PESQ target.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2088 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-28Updated python test readme docBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2087 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-28Fixed crash when handling incoming MESSAGE request without message body but ↵Benny Prijono
with Content/Type set (thanks Anshuman S. Rawat) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2086 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-28Fixed wrong variable name for number of failed testsNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2085 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Added stdout buffering option in Python testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2084 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Removed userdata param in callback funcs of mod_media_playrec.pyNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2083 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Updated runall.py to cleanup the 'logs' directory before test; fixed log ext ↵Nanang Izzuddin
name; added report num of tests performed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2082 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Added more Python tests: offer with multiple media linesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2081 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Added the ability to send a complete/arbitrary SIP INVITE message in ↵Benny Prijono
mod_sendto.py Python test script git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2080 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Ticket #543:Nanang Izzuddin
- added options to run.py - passing options in runall.py to run.py - removing userdata in module callback functions git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2078 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27Ticket #543:Nanang Izzuddin
- Fixed bug of calculating clock interval which should include channel count - Added L16 codecs including stereo - Added WAV files for stereo tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2075 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-27python testing: fixed slow test performance due to expecting wrong text in ↵Benny Prijono
mod_call.py, and exclude PUBLISH tests in runall.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2071 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Rearrange the commands in mod_pres.py to make it workBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2070 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26echo command in pjsua can be used to print any text, and this is used to ↵Benny Prijono
better synchronize stdout in Python test apps git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2069 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Added test duration in runall.py output, and add public ICE in excluded testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2068 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Added option to disable stdout buffering in pjsua, and adjust the python testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2067 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Added various tests with invalid SDP and other SIP parametersBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2066 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Ticket #543: Updated PESQ to start/stop manually stream/record instead of ↵Nanang Izzuddin
using auto-rec/play/hangup, and also updated thresholds git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2063 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Set universal_newlines=False in run.py, and added failed UPDATE scenario in ↵Benny Prijono
mod_call.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2062 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Added PRACK tests and ICE with public proxy testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2059 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-26Ticket #543: Updated PESQ test, sound device used only by one side to avoid ↵Nanang Izzuddin
contention git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2057 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-25Replaced WAV files for automated testingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2055 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-25Ticket #543: Updated mod_pseq & mod_media_playrec.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2052 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-25Ticket #543: added mod pesq & mod media playrec to runall.py, also added ↵Nanang Izzuddin
some more wav files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2051 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-25Ticket #543: added initial WAV files for test inputNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2050 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20More ticket #543: added PESQ testNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2038 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20More ticket #543: added SRTP tests on scripts-sendtoNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2036 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20Set svn attributes on new test script filesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2034 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20More ticket #543: added mod_sendto.py to send arbitrary INVITE requestBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2033 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-18Added new callback for module: post_func (called at the end of the test), ↵Nanang Izzuddin
added userdata param for modules, and added new module media_playrec with some scripts git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2029 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-16More ticket #543: updated automated tests to run on UnixBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2028 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-15Added presence pjsua unit testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2025 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-13More ticket #543: added ICE testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2017 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Ticket #543: added TCP call in pjsua unit testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2013 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12More ticket #543: added SRTP negotiation testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2012 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Ticket #543: initial framework for pjsua testing, still needs lots of test ↵Benny Prijono
scenarios git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2009 74dad513-b988-da41-8d7b-12977e46ad98