summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua_wince
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsua_wince')
-rw-r--r--pjsip-apps/src/pjsua_wince/pjsua_wince.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp b/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp
index 0367d3b1..2cd98275 100644
--- a/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp
+++ b/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp
@@ -53,10 +53,10 @@ static HWND hwndActionButton, hwndExitButton;
//
// STUN server
-#if 0
+#if 1
// Use this to have the STUN server resolved normally
# define STUN_DOMAIN NULL
-# define STUN_SERVER "192.168.0.2"
+# define STUN_SERVER "stun.fwdnet.net"
#elif 0
// Use this to have the STUN server resolved with DNS SRV
# define STUN_DOMAIN "iptel.org"