Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
32b42a59
Commit
32b42a59
authored
Dec 14, 2011
by
Simon Morlat
Browse files
fix for exosip update
parent
3fa5c26c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
coreapi/sal_eXosip2.c
coreapi/sal_eXosip2.c
+3
-1
No files found.
coreapi/sal_eXosip2.c
View file @
32b42a59
...
@@ -380,9 +380,11 @@ int sal_listen_port(Sal *ctx, const char *addr, int port, SalTransport tr, int i
...
@@ -380,9 +380,11 @@ int sal_listen_port(Sal *ctx, const char *addr, int port, SalTransport tr, int i
default:
default:
ms_warning
(
"unexpected proto, using datagram"
);
ms_warning
(
"unexpected proto, using datagram"
);
}
}
#if 0
/* it does not work, exosip does not implement this option correctly*/
err=0;
err=0;
eXosip_set_option(EXOSIP_OPT_DNS_CAPABILITIES,&err); /*0=no NAPTR */
eXosip_set_option(EXOSIP_OPT_DNS_CAPABILITIES,&err); /*0=no NAPTR */
#endif
/*see if it looks like an IPv6 address*/
/*see if it looks like an IPv6 address*/
int
use_rports
=
ctx
->
use_rports
;
// Copy char to int to avoid bad alignment
int
use_rports
=
ctx
->
use_rports
;
// Copy char to int to avoid bad alignment
eXosip_set_option
(
EXOSIP_OPT_USE_RPORT
,
&
use_rports
);
eXosip_set_option
(
EXOSIP_OPT_USE_RPORT
,
&
use_rports
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment