Ticket #543: added TCP call in pjsua unit test

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2013 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/test-pjsua/mod_call.py b/pjsip-apps/src/test-pjsua/mod_call.py
index b047f07..07f5a0e 100644
--- a/pjsip-apps/src/test-pjsua/mod_call.py
+++ b/pjsip-apps/src/test-pjsua/mod_call.py
@@ -35,7 +35,7 @@
 

 	# Caller making call

 	caller.send("m")

-	caller.send("sip:localhost:" + port1)

+	caller.send("sip:localhost:" + port1 + cfg_file.config.uri_param)

 	caller.expect(const.STATE_CALLING)

 	

 	# Callee answers with 200/OK