From a2d2f37e1a8ccdb62a2024dd97adc653b68d1a7f Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Tue, 19 May 2009 15:52:59 -0400 Subject: [PATCH] [#1451] Use stun.sflphone.org as default STUN server --- sflphone-client-gnome/src/config/configwindow.c | 2 +- sflphone-common/src/user_cfg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sflphone-client-gnome/src/config/configwindow.c b/sflphone-client-gnome/src/config/configwindow.c index 951082084a..e120047410 100644 --- a/sflphone-client-gnome/src/config/configwindow.c +++ b/sflphone-client-gnome/src/config/configwindow.c @@ -498,7 +498,7 @@ void update_registration( void ) GtkWidget* create_stun_tab() { GtkWidget * tableNat; - gchar * stun_server= "stun.ekiga.net:3478"; + gchar * stun_server= "stun.sflphone.org:3478"; gchar * stun_enabled = "FALSE"; GtkWidget * label; diff --git a/sflphone-common/src/user_cfg.h b/sflphone-common/src/user_cfg.h index 396ffc2278..ee70801750 100644 --- a/sflphone-common/src/user_cfg.h +++ b/sflphone-common/src/user_cfg.h @@ -90,7 +90,7 @@ #define PHONE_NUMBER_HOOK_ADD_PREFIX "Hooks.phone_number_add_prefix" #define EMPTY_FIELD "" /** Default value for empty field */ -#define DFT_STUN_SERVER "stun.ekiga.net" /** Default STUN server address */ +#define DFT_STUN_SERVER "stun.sflphone.org" /** Default STUN server address */ #define YES_STR "1" /** Default YES value */ #define NO_STR "0" /** Default NO value */ #define DFT_PULSE_LENGTH_STR "250" /** Default DTMF lenght */ -- GitLab