Changeset 2013 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_call.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/mod_call.py
r2012 r2013 36 36 # Caller making call 37 37 caller.send("m") 38 caller.send("sip:localhost:" + port1 )38 caller.send("sip:localhost:" + port1 + cfg_file.config.uri_param) 39 39 caller.expect(const.STATE_CALLING) 40 40
Note: See TracChangeset
for help on using the changeset viewer.