Displaying 10 results from an estimated 10 matches for "iptos_mincost".
2008 Feb 22
0
chan_h323 build failure - `IPTOS_MINCOST' undeclared
Hi All,
I am trying to build chan_h323 for use with asterisk 1.4.18 on Solaris
10. When I compile asterisk, the build fails at chan_h323 with:
----------------------------------------------------------------------
chan_h323.c: In function `reload_config':
chan_h323.c:2863: error: `IPTOS_MINCOST' undeclared (first use in this
function)
chan_h323.c:2863: error: (Each undeclared identifier is reported only once
chan_h323.c:2863: error: for each function it appears in.)
gmake[1]: *** [chan_h323.o] Error 1
gmake: *** [channels] Error 2
-----------------------------------------------------...
2011 May 03
1
IPTOS constants
defines.h defines a bunch of IPTOS constants if they're not already
available:
#ifndef IPTOS_LOWDELAY
# define IPTOS_LOWDELAY 0x10
# define IPTOS_THROUGHPUT 0x08
# define IPTOS_RELIABILITY 0x04
# define IPTOS_LOWCOST 0x02
# define IPTOS_MINCOST IPTOS_LOWCOST
#endif /* IPTOS_LOWDELAY */
A few lines further down, it includes <netinet/ip.h>, which is where
those constants are defined (at least in FreeBSD).
--- /home/des/freebsd/base/vendor-crypto/openssh/dist/defines.h
2011-01-17 11:15:31.000000000 +0100
+++ defines.h...
2008 Dec 05
2
Asterisk h323 module
Hello!
I have a problem with build astersik-addons-1.4.7 on Solaris 10. When I
tried to do "make" I got such error:
*
chan_ooh323.c: In function `reload_config':
chan_ooh323.c:2053: error: `IPTOS_MINCOST' undeclared (first use in this
function)
chan_ooh323.c:2053: error: (Each undeclared identifier is reported only once
chan_ooh323.c:2053: error: for each function it appears in.)
make[1]: *** [chan_ooh323.o] Error 1
make: *** [channels] Error 2*
So I tried to comple PWLIB v.1.10 and haven'...
2000 Apr 07
3
DG/UX R4.20MU03
Has anyone had any experience with ssh and DG/UX? I tried the ./configure and
it could not determine the hosttype. After that problem was worked-arounded I
get a LOT of warnings about declaring functions multiple times and then the
compile fails with:
packet.c: In function `packet_set_interactive':
packet.c:803: `IPTOS_LOWDELAY' undeclared (first use this function)
packet.c:803: (Each
2018 Sep 05
0
Asterisk 13.23.0 Now Available
...Nick French)
* ASTERISK-27563 - pjsip modules always get -O2 even when
DONT_OPTIMIZE is set
(Reported by George Joseph)
* ASTERISK-27347 - [patch] pjproject_bundled: Disable TCP/TLS
keep-alives.
(Reported by Alexander Traud)
* ASTERISK-27938 - [patch] Compile fails with `IPTOS_MINCOST'
undeclared.
(Reported by Alexander Traud)
* ASTERISK-27956 - res_pjsip_pubsub: segfault in function
publish_expire
(Reported by Alexei Gradinari)
* ASTERISK-27949 - res_pjsip_rfc3326: A lot of endpoints do not
correctly handle two Reason headers
(Reported...
2018 Sep 05
0
Asterisk 15.6.0 Now Available
...orge Joseph)
* ASTERISK-27957 - PJSIP proposes ICE candidates on answer even
if not in offer
(Reported by Torrey Searle)
* ASTERISK-27347 - [patch] pjproject_bundled: Disable TCP/TLS
keep-alives.
(Reported by Alexander Traud)
* ASTERISK-27938 - [patch] Compile fails with `IPTOS_MINCOST'
undeclared.
(Reported by Alexander Traud)
* ASTERISK-27955 - res_pjsip_session: sdp group:BUNDLE
attribute truncated
(Reported by Kevin Harwell)
* ASTERISK-27956 - res_pjsip_pubsub: segfault in function
publish_expire
(Reported by Alexei Gradinari)
* AST...
2002 Jun 27
8
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311
------- Additional Comments From jmknoble at pobox.com 2002-06-28 09:00 -------
What version of glibc?
What's the output of the following?
find /usr/include -name \*.h -follow -exec grep -l SCM_RIGHTS \{\} \;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...orge Joseph)
* ASTERISK-27347 - [patch] pjproject_bundled: Disable TCP/TLS
keep-alives.
(Reported by Alexander Traud)
* ASTERISK-27957 - PJSIP proposes ICE candidates on answer even
if not in offer
(Reported by Torrey Searle)
* ASTERISK-27938 - [patch] Compile fails with `IPTOS_MINCOST'
undeclared.
(Reported by Alexander Traud)
* ASTERISK-27955 - res_pjsip_session: sdp group:BUNDLE
attribute truncated
(Reported by Kevin Harwell)
* ASTERISK-27956 - res_pjsip_pubsub: segfault in function
publish_expire
(Reported by Alexei Gradinari)
* AST...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
...orge Joseph)
* ASTERISK-27347 - [patch] pjproject_bundled: Disable TCP/TLS
keep-alives.
(Reported by Alexander Traud)
* ASTERISK-27957 - PJSIP proposes ICE candidates on answer even
if not in offer
(Reported by Torrey Searle)
* ASTERISK-27938 - [patch] Compile fails with `IPTOS_MINCOST'
undeclared.
(Reported by Alexander Traud)
* ASTERISK-27955 - res_pjsip_session: sdp group:BUNDLE
attribute truncated
(Reported by Kevin Harwell)
* ASTERISK-27956 - res_pjsip_pubsub: segfault in function
publish_expire
(Reported by Alexei Gradinari)
* AST...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...- [ASTERISK-27957
<https://issues.asterisk.org/jira/browse/ASTERISK-27957>] -
PJSIP proposes ICE candidates on answer even if not in offer
(Reported by Torrey Searle)
- [ASTERISK-27938
<https://issues.asterisk.org/jira/browse/ASTERISK-27938>] -
[patch] Compile fails with `IPTOS_MINCOST' undeclared.
(Reported by Alexander Traud)
- [ASTERISK-27955
<https://issues.asterisk.org/jira/browse/ASTERISK-27955>] -
res_pjsip_session: sdp group:BUNDLE attribute truncated
(Reported by Kevin Harwell)
- [ASTERISK-27956
<https://issues.asterisk.org/jira/browse/ASTERIS...