From 8f0078e1663ab2d5d6b25a0d5745f5c14ed9ab18 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 22 Sep 2006 12:48:18 +0000 Subject: 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 --- pjsip/src/test-pjsip/test.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pjsip/src/test-pjsip') 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 -- cgit v1.2.3