blob: f0aeb3c628984d23b62b85a0cc787c84e5a72543 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- src/endpoint.cpp.orig Thu Nov 25 20:12:40 2004
+++ src/endpoint.cpp Mon Dec 13 21:33:19 2004
@@ -59,6 +59,8 @@
#include "gm_conf.h"
#include "gm_events.h"
+#include <libintl.h>
+
#include <h261codec.h>
#include <ptclib/http.h>
@@ -89,8 +91,10 @@
/* Use IPv6 address family by default if available. */
#ifdef P_HAS_IPV6
- if (PIPSocket::IsIpAddressFamilyV6Supported())
- PIPSocket::SetDefaultIpAddressFamilyV6();
+// ENABLING THIS CAUSES PWLIB TO GIVE AN ASSERTION WHEN THERE IS AN
+// INCOMING CALL
+// if (PIPSocket::IsIpAddressFamilyV6Supported())
+// PIPSocket::SetDefaultIpAddressFamilyV6();
#endif
audio_tester = NULL;
|