summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-22 12:48:18 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-22 12:48:18 +0000
commit8f0078e1663ab2d5d6b25a0d5745f5c14ed9ab18 (patch)
treebf730c7a2d1e80bcb1c86adef32a4b49ad1d0109 /pjsip/src/test-pjsip
parent720911bf3037d52a6ba0298e540f5ab196e14bc7 (diff)
In pjsua, outgoing REFER now always put Refer-Sub: false
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@733 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip')
-rw-r--r--pjsip/src/test-pjsip/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index 84d9e1ef..fc0901c1 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -36,9 +36,9 @@ extern pjsip_endpoint *endpt;
-#define INCLUDE_MESSAGING_GROUP 1
-#define INCLUDE_TRANSPORT_GROUP 1
-#define INCLUDE_TSX_GROUP 0
+#define INCLUDE_MESSAGING_GROUP 0
+#define INCLUDE_TRANSPORT_GROUP 0
+#define INCLUDE_TSX_GROUP 1
/*
* Include tests that normally would fail under certain gcc