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/mod_call.py

    r2012 r2013  
    3636        # Caller making call 
    3737        caller.send("m") 
    38         caller.send("sip:localhost:" + port1) 
     38        caller.send("sip:localhost:" + port1 + cfg_file.config.uri_param) 
    3939        caller.expect(const.STATE_CALLING) 
    4040         
Note: See TracChangeset for help on using the changeset viewer.