Skip to content
Snippets Groups Projects
Commit a2d2f37e authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1451] Use stun.sflphone.org as default STUN server

parent 4e0b59dd
No related branches found
No related tags found
No related merge requests found
...@@ -498,7 +498,7 @@ void update_registration( void ) ...@@ -498,7 +498,7 @@ void update_registration( void )
GtkWidget* create_stun_tab() GtkWidget* create_stun_tab()
{ {
GtkWidget * tableNat; GtkWidget * tableNat;
gchar * stun_server= "stun.ekiga.net:3478"; gchar * stun_server= "stun.sflphone.org:3478";
gchar * stun_enabled = "FALSE"; gchar * stun_enabled = "FALSE";
GtkWidget * label; GtkWidget * label;
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
#define PHONE_NUMBER_HOOK_ADD_PREFIX "Hooks.phone_number_add_prefix" #define PHONE_NUMBER_HOOK_ADD_PREFIX "Hooks.phone_number_add_prefix"
#define EMPTY_FIELD "" /** Default value for empty field */ #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 YES_STR "1" /** Default YES value */
#define NO_STR "0" /** Default NO value */ #define NO_STR "0" /** Default NO value */
#define DFT_PULSE_LENGTH_STR "250" /** Default DTMF lenght */ #define DFT_PULSE_LENGTH_STR "250" /** Default DTMF lenght */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment