* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/tests/pjsua/scripts-sipp/strict-route.py b/jni/pjproject-android/tests/pjsua/scripts-sipp/strict-route.py
new file mode 100644
index 0000000..fbf2b18
--- /dev/null
+++ b/jni/pjproject-android/tests/pjsua/scripts-sipp/strict-route.py
@@ -0,0 +1,9 @@
+# $Id: strict-route.py 4188 2012-06-29 09:01:17Z nanang $
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* $SIPP_URI"]
+
+PJSUA_EXPECTS = [[0, "ACK sip:proxy@.* SIP/2\.0", ""],
+		 [0, const.STATE_CONFIRMED, "h"]
+ 		 ]