Ignore:
Timestamp:
Jun 25, 2008 6:18:32 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: Updated mod_pseq & mod_media_playrec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py

    r2038 r2052  
    33from inc_cfg import * 
    44 
    5 # Simple call 
     5ADD_PARAM = "" 
     6 
     7if (HAS_SND_DEV == 0): 
     8        ADD_PARAM += "--null-audio" 
     9 
     10# Call with default pjsua settings 
    611test_param = TestParam( 
    7                 "PESQ", 
     12                "PESQ defaults pjsua settings", 
    813                [ 
    9                         InstanceParam("UA1", "--null-audio --max-calls=1 --play-file wavs/input.16.wav --auto-play-hangup"), 
    10                         InstanceParam("UA2", "--null-audio --max-calls=1 --rec-file  wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200 --auto-rec") 
     14                        InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --play-file wavs/input.16.wav --auto-play-hangup"), 
     15                        InstanceParam("UA2", ADD_PARAM + " --max-calls=1 --rec-file  wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200 --auto-rec") 
    1116                ] 
    1217                ) 
Note: See TracChangeset for help on using the changeset viewer.