Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
a2d2f37e
Commit
a2d2f37e
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#1451] Use stun.sflphone.org as default STUN server
parent
4e0b59dd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-client-gnome/src/config/configwindow.c
+1
-1
1 addition, 1 deletion
sflphone-client-gnome/src/config/configwindow.c
sflphone-common/src/user_cfg.h
+1
-1
1 addition, 1 deletion
sflphone-common/src/user_cfg.h
with
2 additions
and
2 deletions
sflphone-client-gnome/src/config/configwindow.c
+
1
−
1
View file @
a2d2f37e
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/src/user_cfg.h
+
1
−
1
View file @
a2d2f37e
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment