Ignore:
Timestamp:
Jun 12, 2008 7:13:51 PM (16 years ago)
Author:
bennylp
Message:

Ticket #543: added TCP call in pjsua unit test

File:
1 edited

Legend:

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

    r2009 r2013  
    1919# Call config class 
    2020class CallConfig: 
     21        # additional parameter to be added to target URI 
     22        uri_param = "" 
    2123        def __init__(self, title, callee_cfg, caller_cfg): 
    2224                self.title = title 
Note: See TracChangeset for help on using the changeset viewer.