summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-12 23:29:27 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-12 23:29:27 +0000
commit22e1dd64b99f1605098e06d35f4c5dd6220a90e2 (patch)
treec7c7ff74ba4f5bef089df4a5f8d19af571955332 /pjsip-apps
parentdd62995a30b58bdaeec4ca7af4d6123b0d2ef6c1 (diff)
Related to ticket #399: added comments etc.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1497 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps')
-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"