From 32b42a5918a2b9ba85bf1642f8a95429c32b04d7 Mon Sep 17 00:00:00 2001 From: Simon Morlat <simon.morlat@linphone.org> Date: Wed, 14 Dec 2011 12:21:58 +0100 Subject: [PATCH] fix for exosip update --- coreapi/sal_eXosip2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreapi/sal_eXosip2.c b/coreapi/sal_eXosip2.c index 74d863ee34..cc747d9a52 100644 --- a/coreapi/sal_eXosip2.c +++ b/coreapi/sal_eXosip2.c @@ -380,9 +380,11 @@ int sal_listen_port(Sal *ctx, const char *addr, int port, SalTransport tr, int i default: ms_warning("unexpected proto, using datagram"); } - +#if 0 + /* it does not work, exosip does not implement this option correctly*/ err=0; eXosip_set_option(EXOSIP_OPT_DNS_CAPABILITIES,&err); /*0=no NAPTR */ +#endif /*see if it looks like an IPv6 address*/ int use_rports = ctx->use_rports; // Copy char to int to avoid bad alignment eXosip_set_option(EXOSIP_OPT_USE_RPORT,&use_rports); -- GitLab