Ignore:
Timestamp:
Aug 26, 2008 12:13:25 PM (16 years ago)
Author:
bennylp
Message:

Fixed audio configuration in config_site.py not used by test scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/inc_cfg.py

    r2084 r2237  
    11# $Id$ 
    22import random 
     3import config_site 
    34 
    45DEFAULT_ECHO = True 
     
    89# Shared vars 
    910ARGS = []               # arguments containing script module & config 
    10 HAS_SND_DEV = 1         # specify 1 if system has sound device and prefer to use sound device in the tests 
     11HAS_SND_DEV = config_site.HAS_SND_DEV 
    1112 
    1213# Individual pjsua instance configuration class 
Note: See TracChangeset for help on using the changeset viewer.