Changeset 2013 for pjproject/trunk/pjsip-apps/src/test-pjsua/inc_cfg.py
- Timestamp:
- Jun 12, 2008 7:13:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/inc_cfg.py
r2009 r2013 19 19 # Call config class 20 20 class CallConfig: 21 # additional parameter to be added to target URI 22 uri_param = "" 21 23 def __init__(self, title, callee_cfg, caller_cfg): 22 24 self.title = title
Note: See TracChangeset
for help on using the changeset viewer.