Update to 1.4.18.
This commit is contained in:
parent
74a65b9819
commit
7bd5bbe9e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209014
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
|
||||
http://ftp.digium.com/pub/asterisk/old-releases/
|
||||
@ -159,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.17-codec-negotiation-20080118.diff.gz
|
||||
PATCHFILES= asterisk-1.4.18-codec-negotiation-20080313.diff.gz
|
||||
PATCH_SITES= http://b2bua.org/chrome/site/
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
|
||||
SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
|
||||
SIZE (asterisk-1.4.17.tar.gz) = 11463021
|
||||
MD5 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = ace058236dc4706b41a927f065db04b2
|
||||
SHA256 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = b708905c059d775c6e57ba6ebb3a1e104f43951e569a3ddc04abc2ca2194541c
|
||||
SIZE (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = 38613
|
||||
MD5 (asterisk-1.4.18.tar.gz) = 3d8b2b2ef4f202901771663b40f19c3d
|
||||
SHA256 (asterisk-1.4.18.tar.gz) = 4209e3cda5be25b5a9834599090c4a2ba478acb6670a11581766b480d856108f
|
||||
SIZE (asterisk-1.4.18.tar.gz) = 11496828
|
||||
MD5 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = c2bc3b82217383936961a61b239e4635
|
||||
SHA256 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 6a6ec9436de24e8c35d5922f7116e65e08052bc6bef6ecc12790736bcf058af5
|
||||
SIZE (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 38966
|
||||
|
@ -1,17 +1,20 @@
|
||||
--- main/Makefile.orig Wed Mar 28 11:08:42 2007
|
||||
+++ main/Makefile Wed Mar 28 11:09:20 2007
|
||||
@@ -98,8 +98,8 @@ editline/libedit.a:
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- main/Makefile.orig
|
||||
+++ main/Makefile
|
||||
@@ -102,8 +102,8 @@
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
$(MAKE) -C editline libedit.a
|
||||
|
||||
-db1-ast/libdb1.a:
|
||||
- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+#db1-ast/libdb1.a:
|
||||
+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
|
||||
ast_expr2.c ast_expr2.h:
|
||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||
@@ -127,7 +127,7 @@ else
|
||||
@@ -133,7 +133,7 @@
|
||||
H323LDLIBS=
|
||||
endif
|
||||
|
||||
|
@ -137,6 +137,7 @@ include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/audiohook.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
include/asterisk/buildopts.h
|
||||
@ -144,7 +145,6 @@ include/asterisk/callerid.h
|
||||
include/asterisk/causes.h
|
||||
include/asterisk/cdr.h
|
||||
include/asterisk/channel.h
|
||||
include/asterisk/chanspy.h
|
||||
include/asterisk/chanvars.h
|
||||
include/asterisk/cli.h
|
||||
include/asterisk/compat.h
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
|
||||
http://ftp.digium.com/pub/asterisk/old-releases/
|
||||
@ -159,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.17-codec-negotiation-20080118.diff.gz
|
||||
PATCHFILES= asterisk-1.4.18-codec-negotiation-20080313.diff.gz
|
||||
PATCH_SITES= http://b2bua.org/chrome/site/
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
|
||||
SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
|
||||
SIZE (asterisk-1.4.17.tar.gz) = 11463021
|
||||
MD5 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = ace058236dc4706b41a927f065db04b2
|
||||
SHA256 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = b708905c059d775c6e57ba6ebb3a1e104f43951e569a3ddc04abc2ca2194541c
|
||||
SIZE (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = 38613
|
||||
MD5 (asterisk-1.4.18.tar.gz) = 3d8b2b2ef4f202901771663b40f19c3d
|
||||
SHA256 (asterisk-1.4.18.tar.gz) = 4209e3cda5be25b5a9834599090c4a2ba478acb6670a11581766b480d856108f
|
||||
SIZE (asterisk-1.4.18.tar.gz) = 11496828
|
||||
MD5 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = c2bc3b82217383936961a61b239e4635
|
||||
SHA256 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 6a6ec9436de24e8c35d5922f7116e65e08052bc6bef6ecc12790736bcf058af5
|
||||
SIZE (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 38966
|
||||
|
@ -1,17 +1,20 @@
|
||||
--- main/Makefile.orig Wed Mar 28 11:08:42 2007
|
||||
+++ main/Makefile Wed Mar 28 11:09:20 2007
|
||||
@@ -98,8 +98,8 @@ editline/libedit.a:
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- main/Makefile.orig
|
||||
+++ main/Makefile
|
||||
@@ -102,8 +102,8 @@
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
$(MAKE) -C editline libedit.a
|
||||
|
||||
-db1-ast/libdb1.a:
|
||||
- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+#db1-ast/libdb1.a:
|
||||
+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
|
||||
ast_expr2.c ast_expr2.h:
|
||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||
@@ -127,7 +127,7 @@ else
|
||||
@@ -133,7 +133,7 @@
|
||||
H323LDLIBS=
|
||||
endif
|
||||
|
||||
|
@ -137,6 +137,7 @@ include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/audiohook.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
include/asterisk/buildopts.h
|
||||
@ -144,7 +145,6 @@ include/asterisk/callerid.h
|
||||
include/asterisk/causes.h
|
||||
include/asterisk/cdr.h
|
||||
include/asterisk/channel.h
|
||||
include/asterisk/chanspy.h
|
||||
include/asterisk/chanvars.h
|
||||
include/asterisk/cli.h
|
||||
include/asterisk/compat.h
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
|
||||
http://ftp.digium.com/pub/asterisk/old-releases/
|
||||
@ -159,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.17-codec-negotiation-20080118.diff.gz
|
||||
PATCHFILES= asterisk-1.4.18-codec-negotiation-20080313.diff.gz
|
||||
PATCH_SITES= http://b2bua.org/chrome/site/
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
|
||||
SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
|
||||
SIZE (asterisk-1.4.17.tar.gz) = 11463021
|
||||
MD5 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = ace058236dc4706b41a927f065db04b2
|
||||
SHA256 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = b708905c059d775c6e57ba6ebb3a1e104f43951e569a3ddc04abc2ca2194541c
|
||||
SIZE (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = 38613
|
||||
MD5 (asterisk-1.4.18.tar.gz) = 3d8b2b2ef4f202901771663b40f19c3d
|
||||
SHA256 (asterisk-1.4.18.tar.gz) = 4209e3cda5be25b5a9834599090c4a2ba478acb6670a11581766b480d856108f
|
||||
SIZE (asterisk-1.4.18.tar.gz) = 11496828
|
||||
MD5 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = c2bc3b82217383936961a61b239e4635
|
||||
SHA256 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 6a6ec9436de24e8c35d5922f7116e65e08052bc6bef6ecc12790736bcf058af5
|
||||
SIZE (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 38966
|
||||
|
@ -1,17 +1,20 @@
|
||||
--- main/Makefile.orig Wed Mar 28 11:08:42 2007
|
||||
+++ main/Makefile Wed Mar 28 11:09:20 2007
|
||||
@@ -98,8 +98,8 @@ editline/libedit.a:
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- main/Makefile.orig
|
||||
+++ main/Makefile
|
||||
@@ -102,8 +102,8 @@
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
$(MAKE) -C editline libedit.a
|
||||
|
||||
-db1-ast/libdb1.a:
|
||||
- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+#db1-ast/libdb1.a:
|
||||
+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
|
||||
ast_expr2.c ast_expr2.h:
|
||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||
@@ -127,7 +127,7 @@ else
|
||||
@@ -133,7 +133,7 @@
|
||||
H323LDLIBS=
|
||||
endif
|
||||
|
||||
|
@ -137,6 +137,7 @@ include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/audiohook.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
include/asterisk/buildopts.h
|
||||
@ -144,7 +145,6 @@ include/asterisk/callerid.h
|
||||
include/asterisk/causes.h
|
||||
include/asterisk/cdr.h
|
||||
include/asterisk/channel.h
|
||||
include/asterisk/chanspy.h
|
||||
include/asterisk/chanvars.h
|
||||
include/asterisk/cli.h
|
||||
include/asterisk/compat.h
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
|
||||
http://ftp.digium.com/pub/asterisk/old-releases/
|
||||
@ -159,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.17-codec-negotiation-20080118.diff.gz
|
||||
PATCHFILES= asterisk-1.4.18-codec-negotiation-20080313.diff.gz
|
||||
PATCH_SITES= http://b2bua.org/chrome/site/
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
|
||||
SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
|
||||
SIZE (asterisk-1.4.17.tar.gz) = 11463021
|
||||
MD5 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = ace058236dc4706b41a927f065db04b2
|
||||
SHA256 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = b708905c059d775c6e57ba6ebb3a1e104f43951e569a3ddc04abc2ca2194541c
|
||||
SIZE (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = 38613
|
||||
MD5 (asterisk-1.4.18.tar.gz) = 3d8b2b2ef4f202901771663b40f19c3d
|
||||
SHA256 (asterisk-1.4.18.tar.gz) = 4209e3cda5be25b5a9834599090c4a2ba478acb6670a11581766b480d856108f
|
||||
SIZE (asterisk-1.4.18.tar.gz) = 11496828
|
||||
MD5 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = c2bc3b82217383936961a61b239e4635
|
||||
SHA256 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 6a6ec9436de24e8c35d5922f7116e65e08052bc6bef6ecc12790736bcf058af5
|
||||
SIZE (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 38966
|
||||
|
@ -1,17 +1,20 @@
|
||||
--- main/Makefile.orig Wed Mar 28 11:08:42 2007
|
||||
+++ main/Makefile Wed Mar 28 11:09:20 2007
|
||||
@@ -98,8 +98,8 @@ editline/libedit.a:
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- main/Makefile.orig
|
||||
+++ main/Makefile
|
||||
@@ -102,8 +102,8 @@
|
||||
cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
|
||||
$(MAKE) -C editline libedit.a
|
||||
|
||||
-db1-ast/libdb1.a:
|
||||
- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+#db1-ast/libdb1.a:
|
||||
+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
+# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
|
||||
|
||||
ast_expr2.c ast_expr2.h:
|
||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||
@@ -127,7 +127,7 @@ else
|
||||
@@ -133,7 +133,7 @@
|
||||
H323LDLIBS=
|
||||
endif
|
||||
|
||||
|
@ -137,6 +137,7 @@ include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/audiohook.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
include/asterisk/buildopts.h
|
||||
@ -144,7 +145,6 @@ include/asterisk/callerid.h
|
||||
include/asterisk/causes.h
|
||||
include/asterisk/cdr.h
|
||||
include/asterisk/channel.h
|
||||
include/asterisk/chanspy.h
|
||||
include/asterisk/chanvars.h
|
||||
include/asterisk/cli.h
|
||||
include/asterisk/compat.h
|
||||
|
Loading…
Reference in New Issue
Block a user