Ignore:
Timestamp:
Jun 15, 2008 7:43:43 PM (16 years ago)
Author:
bennylp
Message:

Added presence pjsua unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_0_1.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to id
    r2017 r2025  
    11# $Id:$ 
    22# 
    3 import inc_cfg 
     3from inc_cfg import * 
    44 
    5 # Simple call 
    6 config = inc_cfg.CallConfig( 
    7                 title = "Callee=no SRTP, caller=optional SRTP", 
    8                 callee_cfg = inc_cfg.Config(arg="--null-audio"), 
    9                 caller_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=1 --srtp-secure=0") 
     5test_param= TestParam( 
     6                "Callee=no SRTP, caller=optional SRTP", 
     7                [ 
     8                        InstanceParam("callee", "--null-audio --max-calls=1"), 
     9                        InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1") 
     10                ] 
    1011                ) 
Note: See TracChangeset for help on using the changeset viewer.