diff --git a/regress/github-regex/run b/regress/github-regex/run
new file mode 100755
index 00000000..493ed526
--- /dev/null
+++ b/regress/github-regex/run
@@ -0,0 +1,17 @@
+#!/bin/sh
+# This regression test is a part of SIPp.
+# Author: Walter Doekes, OSSO B.V., 2016
+. "`dirname "$0"`/../functions"; init
+
+sippfg -m 1 -sf uas.xml -p 5070 >/dev/null 2>&1 &
+job=$!
+sippfg -m 1 -sf uac.xml 127.0.0.1:5070 \
+ -timeout 4 -timeout_error >/dev/null 2>&1
+status=$?
+wait $job || status=1
+
+if test $status -eq 0; then
+ ok
+else
+ fail "bad R-URI through [next_url]?"
+fi
diff --git a/regress/github-regex/uac.xml b/regress/github-regex/uac.xml
new file mode 100644
index 00000000..6de7f163
--- /dev/null
+++ b/regress/github-regex/uac.xml
@@ -0,0 +1,37 @@
+
+
+
+
+ ;tag=[pid]SIPpTag00[call_number]
+ To: [service]
+ Call-ID: [call_id]
+ CSeq: 1 INVITE
+ Contact: sip:sipp@[local_ip]:[local_port]
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+ ;tag=[pid]SIPpTag00[call_number]
+ To: [service] [peer_tag_param]
+ Call-ID: [call_id]
+ CSeq: 1 ACK
+ Contact: sip:sipp@[local_ip]:[local_port]
+ Content-Length: 0
+
+ ]]>
+
+
+
+
diff --git a/regress/github-regex/uas.xml b/regress/github-regex/uas.xml
new file mode 100644
index 00000000..9eeff84b
--- /dev/null
+++ b/regress/github-regex/uas.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+ ;+sip.instance=""
+ Content-Length: 0
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+