search for: app_osplookup

Displaying 20 results from an estimated 26 matches for "app_osplookup".

2020 Mar 13
1
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...installed. On the other server there was no problem. > > Any clue ? > > > If you do "make distclean" and then rebuild does it resolve the > problem? Did you apply the patch to upgrade? > We a distclean it's OK despite the fact that we see error    [CC] app_osplookup.c -> app_osplookup.o app_osplookup.c: In function ‘osp_convert_inout.constprop’: app_osplookup.c:1011:35: warning: ‘]:’ directive output may be truncated writing 2 bytes into a region of size between 0 and 255 [-Wformat-truncation=]       snprintf(dest, destsize, "[%s]:%s", buffer,...
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
Hello, 2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, I can't compile asterisk having error    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct pj_ice_sess_cb’} has no member named ‘on_valid_pair’   .on_valid_pair = ast_rtp_on_valid_pair,    ^~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: warning:
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
...ras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi) CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif --- 41,53 ---- APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [...
2023 Oct 18
0
asterisk release 21.0.0
...y/asterisk/asterisk-21.0.0.tar.gz) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) Summary: ---------------------------------------- - Update master branch for Asterisk 21 - translate.c: Prefer better codecs upon translate ties. - chan_skinny: Remove deprecated module. - app_osplookup: Remove deprecated module. - chan_mgcp: Remove deprecated module. - chan_alsa: Remove deprecated module. - pbx_builtins: Remove deprecated and defunct functionality. - chan_sip: Remove deprecated module. - app_cdr: Remove deprecated application and option. - app_macro: Remove deprecated module. - r...
2023 Oct 18
0
asterisk release 21.0.0
...y/asterisk/asterisk-21.0.0.tar.gz) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) Summary: ---------------------------------------- - Update master branch for Asterisk 21 - translate.c: Prefer better codecs upon translate ties. - chan_skinny: Remove deprecated module. - app_osplookup: Remove deprecated module. - chan_mgcp: Remove deprecated module. - chan_alsa: Remove deprecated module. - pbx_builtins: Remove deprecated and defunct functionality. - chan_sip: Remove deprecated module. - app_cdr: Remove deprecated application and option. - app_macro: Remove deprecated module. - r...
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...ported by sungtae kim) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Reported by nappsoft) * ASTERISK-28829 - app_queue: leaking stasis subscription when Redirecting call (Reported by lvl)...
2004 Sep 26
1
spandsp patch help
I've installed spandsp-0.0.1k on a RHv9 box with CVS-HEAD-09/19/04 and compiled the libraries just fine. Having a problem with patching the asterisk/apps Makefile however. The patch attempt results in: [root@phoenix apps]# patch <Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej [root@phoenix
2006 Jan 13
0
R: RE: RE: Spandsp
...ood, hopefully he will be able to help me. --- Makefile.orig 2006-01-11 18:39:21.000000000 +0800 +++ Makefile 2006-01-11 18:40:46.000000000 +0800 @@ -52,10 +52,14 @@ ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),) APPS+=app_osplookup.so endif +ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) +APPS+=app_rxfax.so app_txfax.so +endif + ifeq ($(findstring BSD,${OSARCH}),BSD) CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L $(CROSS_COMPILE_TARGET)/usr/...
2020 Jun 11
0
Asterisk 13.34.0 Now Available
...ported by sungtae kim) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Reported by nappsoft) * ASTERISK-28829 - app_queue: leaking stasis subscription when Redirecting call (Reported by lvl)...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...(Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Reported by nappsoft) * ASTERISK-28870 - streams: One memory leak and one issue cloning streams (Reported by George Joseph...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...(Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Report...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...(Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Report...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...(Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28776 - Non async-signal-safe syscalls used after fork before exec (Reported by nappsoft) * ASTERISK-28870 - streams: One memory leak and one issue cloning streams (Reported by George Joseph...
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2023 Dec 14
1
asterisk release 21.0.1
...erisk 16 and is now being removed in accordance with the Asterisk Module Deprecation policy. This also removes the 'w' and 'W' options for app_queue. MixMonitor should be default and only option for all settings that previously used either Monitor or MixMonitor. - ### app_osplookup: Remove deprecated module. This module was deprecated in Asterisk 19 and is now being removed in accordance with the Asterisk Module Deprecation policy. - ### app_cdr: Remove deprecated application and option. The previously deprecated NoCDR application has been removed. Additionally, th...
2023 Dec 14
1
asterisk release 21.0.1
...erisk 16 and is now being removed in accordance with the Asterisk Module Deprecation policy. This also removes the 'w' and 'W' options for app_queue. MixMonitor should be default and only option for all settings that previously used either Monitor or MixMonitor. - ### app_osplookup: Remove deprecated module. This module was deprecated in Asterisk 19 and is now being removed in accordance with the Asterisk Module Deprecation policy. - ### app_cdr: Remove deprecated application and option. The previously deprecated NoCDR application has been removed. Additionally, th...
2018 Mar 15
0
Asterisk 13.20.0 Now Available
...by Jean Aunis - Prescom) * ASTERISK-27576 - [patch] res_config_pgsql: Avoid typecasting an int to unsigned char. (Reported by Alexander Traud) * ASTERISK-27560 - [patch] clang 5 does not know -Wno-format-truncation (Reported by Alexander Traud) * ASTERISK-27578 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-27577 - [patch] chan_ooh323: Avoid typecasting an int to unsigned short. (Reported by Alexander Traud) * ASTERISK-27491 - res_pjsip_endpoint_identifier_ip only matches against header if match by i...
2018 Mar 15
0
Asterisk 15.3.0 Now Available
...by Jean Aunis - Prescom) * ASTERISK-27576 - [patch] res_config_pgsql: Avoid typecasting an int to unsigned char. (Reported by Alexander Traud) * ASTERISK-27560 - [patch] clang 5 does not know -Wno-format-truncation (Reported by Alexander Traud) * ASTERISK-27578 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-27577 - [patch] chan_ooh323: Avoid typecasting an int to unsigned short. (Reported by Alexander Traud) * ASTERISK-27491 - res_pjsip_endpoint_identifier_ip only matches against header if match by i...
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the Apps_makefile.patch from Spandsp I get the following error. patching file Makefile Hunk #1 FAILED at 47. Hunk #2 FAILED at 76. 2 out of 2 hunks FAILED Has anybody seen this.
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.