pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/asterisk18 Deleting comms/asterisk18 (Asterisk 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b20a68df3b7f
branches: trunk
changeset: 310489:b20a68df3b7f
user: jnemeth <jnemeth%pkgsrc.org@localhost>
date: Mon Jul 16 21:17:13 2018 +0000
description:
Deleting comms/asterisk18 (Asterisk 1.8.*) as mentioned on
pkgsrc-users@ a few weeks ago. This package is ancient and has
been EOL for a couple of years. It likely has numerous security
issues. Also, the PKGNAME will conflict with the upcoming Asterisk
18.* in a couple of years times. There were no objections.
diffstat:
comms/asterisk18/DESCR | 20 -
comms/asterisk18/MESSAGE | 12 -
comms/asterisk18/Makefile | 243 --
comms/asterisk18/PLIST | 2915 --------------------------
comms/asterisk18/distinfo | 44 -
comms/asterisk18/files/asterisk.sh | 43 -
comms/asterisk18/options.mk | 107 -
comms/asterisk18/patches/patch-aa | 124 -
comms/asterisk18/patches/patch-af | 24 -
comms/asterisk18/patches/patch-ai | 16 -
comms/asterisk18/patches/patch-ak | 31 -
comms/asterisk18/patches/patch-al | 13 -
comms/asterisk18/patches/patch-am | 13 -
comms/asterisk18/patches/patch-an | 13 -
comms/asterisk18/patches/patch-ao | 22 -
comms/asterisk18/patches/patch-ap | 35 -
comms/asterisk18/patches/patch-aq | 178 -
comms/asterisk18/patches/patch-ar | 29 -
comms/asterisk18/patches/patch-as | 52 -
comms/asterisk18/patches/patch-at | 51 -
comms/asterisk18/patches/patch-au | 25 -
comms/asterisk18/patches/patch-av | 19 -
comms/asterisk18/patches/patch-aw | 19 -
comms/asterisk18/patches/patch-ax | 174 -
comms/asterisk18/patches/patch-ay | 88 -
comms/asterisk18/patches/patch-az | 22 -
comms/asterisk18/patches/patch-ba | 20 -
comms/asterisk18/patches/patch-bb | 31 -
comms/asterisk18/patches/patch-bc | 181 -
comms/asterisk18/patches/patch-be | 40 -
comms/asterisk18/patches/patch-bf | 9 -
comms/asterisk18/patches/patch-bg | 15 -
comms/asterisk18/patches/patch-bh | 13 -
comms/asterisk18/patches/patch-bi | 11 -
comms/asterisk18/patches/patch-bj | 13 -
comms/asterisk18/patches/patch-bk | 13 -
comms/asterisk18/patches/patch-bm | 15 -
comms/asterisk18/patches/patch-bn | 17 -
comms/asterisk18/patches/patch-bo | 17 -
comms/asterisk18/patches/patch-bp | 92 -
comms/asterisk18/patches/patch-main_loader.c | 45 -
41 files changed, 0 insertions(+), 4864 deletions(-)
diffs (truncated from 5028 to 300 lines):
diff -r 6571b1251fe7 -r b20a68df3b7f comms/asterisk18/DESCR
--- a/comms/asterisk18/DESCR Mon Jul 16 20:50:52 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Asterisk is a complete PBX in software. It provides all of the
-features you would expect from a PBX and more. Asterisk does voice
-over IP in three protocols, and can interoperate with almost all
-standards-based telephony equipment using relatively inexpensive
-hardware.
-
-Asterisk provides Voicemail services with Directory, Call Conferencing,
-Interactive Voice Response, Call Queuing. It has support for
-three-way calling, caller ID services, ADSI, SIP and H.323 (as both
-client and gateway).
-
-NOTE: This version does not work with the zaptel drivers. It
-requires the newer DAHDI drivers which are still being ported.
-So, there is no hardware support available at this moment.
-
-Asterisk 1.8 is a long term support version (i.e. it will be
-supported for four years with an additional year of security only
-fixes). See:
-
-https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
diff -r 6571b1251fe7 -r b20a68df3b7f comms/asterisk18/MESSAGE
--- a/comms/asterisk18/MESSAGE Mon Jul 16 20:50:52 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2013/04/07 18:22:10 jnemeth Exp $
-
-${PKGBASE} now runs as ${ASTERISK_USER}:${ASTERISK_GROUP} instead of ${ROOT_USER}:${ROOT_GROUP} by default.
-
-If you are upgrading from an older version, you should execute the
-following commands to correct permissions on existing files:
-
-chown -R ${ASTERISK_USER}:${ASTERISK_GROUP} ${PKG_SYSCONFDIR} ${ASTDBDIR}
-chown -R ${ASTERISK_USER}:${ASTERISK_GROUP} ${ASTSPOOLDIR} ${ASTLOGDIR}
-
-===========================================================================
diff -r 6571b1251fe7 -r b20a68df3b7f comms/asterisk18/Makefile
--- a/comms/asterisk18/Makefile Mon Jul 16 20:50:52 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,243 +0,0 @@
-# $NetBSD: Makefile,v 1.124 2018/04/29 21:31:29 adam Exp $
-#
-# NOTE: when updating this package, there are two places that sound
-# tarballs need to be checked
-
-DISTNAME= asterisk-1.8.32.3
-DIST_SUBDIR= ${PKGNAME_NOREV}
-DISTFILES= ${DEFAULT_DISTFILES}
-EXTRACT_ONLY= ${DISTNAME}.tar.gz
-PKGREVISION= 25
-CATEGORIES= comms net audio
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
-MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
-MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/sounds/releases/
-
-OWNER= jnemeth%NetBSD.org@localhost
-HOMEPAGE= http://www.asterisk.org/
-COMMENT= The Asterisk Software PBX
-LICENSE= gnu-gpl-v2
-
-CONFLICTS+= asterisk-sounds-extra-[0-9]*
-
-.include "../../mk/bsd.prefs.mk"
-
-USE_TOOLS+= bison gmake perl:run pkg-config tar
-USE_LANGUAGES= c c++
-REPLACE_PERL+= agi/DialAnMp3.agi agi/agi-test.agi
-REPLACE_PERL+= agi/fastagi-test agi/jukebox.agi agi/numeralize
-REPLACE_PERL+= contrib/scripts/vmail.cgi
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --datarootdir=${PREFIX}/libdata
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --without-gtk2
-# XXX remove when lang/lua gets builtin.mk
-CONFIGURE_ARGS+= --without-lua
-CONFIGURE_ARGS+= --with-oss=yes
-
-INSTALL_TARGET= install samples
-INSTALLATION_DIRS+= lib/pkgconfig share/doc/${PKGBASE}
-INSTALLATION_DIRS+= share/examples/asterisk share/examples/rc.d
-INSTALLATION_DIRS+= ${ASTDATADIR}/sounds/en ${ASTDATADIR}/moh
-
-BUILD_DEFS+= VARBASE
-
-ASTERISK_USER?= asterisk
-ASTERISK_GROUP?= asterisk
-PKG_GROUPS= ${ASTERISK_GROUP}
-PKG_USERS= ${ASTERISK_USER}:${ASTERISK_GROUP}
-PKG_GECOS.${ASTERISK_USER}= Asterisk PBX
-PKG_GROUPS_VARS= ASTERISK_GROUP
-PKG_USERS_VARS= ASTERISK_USER
-FILES_SUBST+= ASTERISK_USER=${ASTERISK_USER}
-FILES_SUBST+= ASTERISK_GROUP=${ASTERISK_GROUP}
-MESSAGE_SUBST+= ASTERISK_USER=${ASTERISK_USER}
-MESSAGE_SUBST+= ASTERISK_GROUP=${ASTERISK_GROUP}
-
-# Various path settings for Asterisk
-PKG_SYSCONFSUBDIR= asterisk
-PKG_SYSCONFDIR_PERMS= ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-ASTETCDIR= ${PKG_SYSCONFDIR}
-ASTEXAMPLEDIR= ${PREFIX}/share/examples/asterisk
-ASTDBDIR= ${VARBASE}/db/asterisk
-ASTSPOOLDIR= ${VARBASE}/spool/asterisk
-ASTLOGDIR= ${VARBASE}/log/asterisk
-MESSAGE_SUBST+= ASTDBDIR=${ASTDBDIR}
-MESSAGE_SUBST+= ASTSPOOLDIR=${ASTSPOOLDIR}
-MESSAGE_SUBST+= ASTLOGDIR=${ASTLOGDIR}
-ASTVARRUNDIR= ${VARBASE}/run/asterisk
-FILES_SUBST+= ASTVARRUNDIR=${ASTVARRUNDIR}
-ASTDATADIR= ${PREFIX}/libdata/asterisk
-MAKE_FLAGS+= ASTLIBDIR=${PREFIX}/lib/asterisk
-MAKE_FLAGS+= ASTVARLIBDIR=${ASTDATADIR}
-MAKE_FLAGS+= ASTKEYDIR=${ASTDATADIR}
-MAKE_FLAGS+= ASTDATADIR=${ASTDATADIR}
-MAKE_FLAGS+= ASTSPOOLDIR=${ASTSPOOLDIR}
-MAKE_FLAGS+= ASTLOGDIR=${ASTLOGDIR}
-MAKE_FLAGS+= ASTHEADERDIR=${PREFIX}/include/asterisk
-MAKE_FLAGS+= ASTCONFPATH=${ASTETCDIR}/asterisk.conf
-MAKE_FLAGS+= ASTBINDIR=${PREFIX}/bin
-MAKE_FLAGS+= ASTSBINDIR=${PREFIX}/sbin
-MAKE_FLAGS+= ASTVARRUNDIR=${ASTVARRUNDIR}
-MAKE_FLAGS+= ASTMANDIR=${PREFIX}/${PKGMANDIR}
-MAKE_FLAGS+= ASTETCDIR=${ASTETCDIR}
-MAKE_FLAGS+= ASTDBDIR=${ASTDBDIR}
-MAKE_FLAGS+= AGI_DIR=${PREFIX}/libexec/agi-bin
-MAKE_FLAGS+= ASTEXAMPLEDIR=${ASTEXAMPLEDIR}
-MAKE_FLAGS+= WRKSRC=${WRKSRC}
-MAKE_FLAGS+= LDOPTS=${LDFLAGS:M*:Q}
-MAKE_FLAGS+= HTTP_DOCSDIR=${PREFIX}/share/httpd/htdocs
-MAKE_FLAGS+= HTTP_CGIDIR=${PREFIX}/libexec/cgi-bin
-MAKE_FLAGS+= OPTIMIZE=-O3
-
-.if !empty(MACHINE_PLATFORM:MSunOS-*-i386)
-BUILDLINK_TRANSFORM+= rm:-march=i386
-.endif
-
-PLIST_VARS+= kqueue
-.for dir in ${COMPILER_INCLUDE_DIRS}
-. if exists(${dir}/sys/event.h)
-PLIST.kqueue= yes
-. endif
-.endfor
-
-PLIST_VARS+= mgcp
-# NOSIGPIPE is a temp variable, since PLIST.mgcp MUST remain undefined
-# if the grep fails
-.for dir in ${COMPILER_INCLUDE_DIRS}
-. if (exists(${dir}/sys/socket.h))
-NOSIGPIPE!= ${GREP} SO_NOSIGPIPE ${dir}/sys/socket.h || echo ""
-. if ${NOSIGPIPE} != ""
-PLIST.mgcp= yes
-. endif
-. endif
-.endfor
-
-.include "options.mk"
-
-# check sounds/Makefile for current version when upgrading package
-DISTFILES+= asterisk-extra-sounds-en-gsm-1.4.15.tar.gz
-
-# Override default paths in config files
-SUBST_CLASSES+= configs
-SUBST_STAGE.configs= pre-configure
-SUBST_FILES.configs= configs/festival.conf.sample
-SUBST_FILES.configs+= configs/http.conf.sample
-SUBST_FILES.configs+= configs/musiconhold.conf.sample
-SUBST_FILES.configs+= configs/osp.conf.sample
-SUBST_FILES.configs+= configs/phoneprov.conf.sample
-SUBST_FILES.configs+= configs/res_config_sqlite.conf.sample
-SUBST_SED.configs+= -e 's|/var/lib/asterisk|${ASTVARLIBDIR}|'
-SUBST_SED.configs+= -e "s|/usr/local/man|${ASTMANDIR}|"
-SUBST_SED.configs+= -e "s|/usr/local|${PREFIX}|"
-SUBST_SED.configs+= -e "s|/var|${VARBASE}|"
-
-# XXX gross hack, remove when atomics properly implemented
-SUBST_CLASSES.NetBSD+= atomics
-SUBST_STAGE.atomics= post-configure
-SUBST_FILES.atomics= include/asterisk/autoconfig.h
-SUBST_SED.atomics= -e "s|^\#define HAVE_GCC_ATOMICS 1|\#undef HAVE_GCC_ATOMICS|"
-
-# XXX gross hack, IP_PKTINFO in NetBSD isn't compatible with anything else
-SUBST_CLASSES.NetBSD+= pktinfo
-SUBST_STAGE.pktinfo= post-configure
-SUBST_FILES.pktinfo= include/asterisk/autoconfig.h
-SUBST_SED.pktinfo= -e "s|^\#define HAVE_PKTINFO 1|\#undef HAVE_PKTINFO|"
-
-RCD_SCRIPTS= asterisk
-OWN_DIRS_PERMS+= ${ASTDBDIR} ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR} ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/dictate ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/meetme ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/monitor ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/outgoing ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/system ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/tmp ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default/1234 ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default/1234/INBOX ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default/1234/en ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-SPECIAL_PERMS+= ${ASTSPOOLDIR}/voicemail/default/1234/en/busy.gsm ${ASTERISK_USER} ${ASTERISK_GROUP} 0644
-SPECIAL_PERMS+= ${ASTSPOOLDIR}/voicemail/default/1234/en/unavail.gsm ${ASTERISK_USER} ${ASTERISK_GROUP} 0644
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default/INBOX ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTSPOOLDIR}/voicemail/default/en ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTLOGDIR} ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTLOGDIR}/cdr-csv ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-OWN_DIRS_PERMS+= ${ASTLOGDIR}/cdr-custom ${ASTERISK_USER} ${ASTERISK_GROUP} 0755
-
-CONF_FILES_PERMS= # empty
-.for f in asterisk.conf extensions.conf
-CONF_FILES_PERMS+= ${ASTEXAMPLEDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q} ${ASTERISK_USER} ${ASTERISK_GROUP} 0644
-.endfor
-
-# if we put all the files in $CONF_FILES, the message is _way_ too long.
-.for f in adsi.conf agents.conf ais.conf alarmreceiver.conf alsa.conf \
- amd.conf app_mysql.conf asterisk.adsi calendar.conf ccss.conf \
- cdr.conf cdr_adaptive_odbc.conf cdr_custom.conf \
- cdr_manager.conf cdr_mysql.conf cdr_odbc.conf cdr_pgsql.conf \
- cdr_sqlite3_custom.conf cdr_tds.conf cel.conf cel_custom.conf \
- cel_odbc.conf cel_pgsql.conf cel_sqlite3_custom.conf \
- cel_tds.conf chan_dahdi.conf chan_mobile.conf chan_ooh323.conf \
- cli.conf cli_aliases.conf cli_permissions.conf codecs.conf \
- console.conf dbsep.conf dnsmgr.conf dsp.conf dundi.conf \
- enum.conf extconfig.conf extensions.ael extensions.conf \
- extensions.lua extensions_minivm.conf features.conf \
- festival.conf followme.conf func_odbc.conf gtalk.conf h323.conf \
- http.conf iax.conf iaxprov.conf indications.conf jabber.conf \
- jingle.conf logger.conf manager.conf meetme.conf mgcp.conf \
- minivm.conf misdn.conf modules.conf musiconhold.conf muted.conf \
- osp.conf oss.conf phone.conf phoneprov.conf queuerules.conf \
- queues.conf res_config_mysql.conf res_config_sqlite.conf \
- res_curl.conf res_fax.conf res_ldap.conf res_odbc.conf \
- res_pgsql.conf res_pktccops.conf res_snmp.conf \
- res_stun_monitor.conf rtp.conf say.conf sip.conf udptl.conf \
- unistim.conf users.conf voicemail.conf vpb.conf
-CONF_FILES_PERMS+= ${ASTEXAMPLEDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q} ${ASTERISK_USER} ${ASTERISK_GROUP} 0644
-.endfor
-
-PTHREAD_OPTS+= require native
-
-post-patch:
-.if ${OPSYS} == "Darwin"
-. for dir in ${COMPILER_INCLUDE_DIRS}
-. if exists(${dir}/sys/poll.h)
- ${ECHO} "#include <sys/poll.h>" > ${WRKSRC}/include/asterisk/poll-compat.h
-. endif
-. endfor
-.endif
-
-post-install:
-# check sounds directory for current versions when upgrading package
- ${TAR} xzf ${WRKSRC}/sounds/asterisk-core-sounds-en-gsm-1.4.26.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en
- ${TAR} xzf ${WRKSRC}/sounds/asterisk-moh-opsound-wav-2.03.tar.gz -C ${DESTDIR}${ASTDATADIR}/moh
- ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en
- ${INSTALL_DATA} ${WRKSRC}/BUGS ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/README-SERIOUSLY.bestpractices.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/UPGRADE-1.2.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/UPGRADE-1.4.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/UPGRADE-1.6.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/UPGRADE.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/Zaptel-to-DAHDI.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/IAX2-security.pdf ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/IAX2-security.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/README.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/api-1.6.2-changes.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- cp -r ${WRKSRC}/doc/Asterisk-Admin-Guide ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/Asterisk-Admin-Guide
-
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6571b1251fe7 -r b20a68df3b7f comms/asterisk18/PLIST
--- a/comms/asterisk18/PLIST Mon Jul 16 20:50:52 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2915 +0,0 @@
-@comment $NetBSD: PLIST,v 1.25 2014/10/14 03:35:05 jnemeth Exp $
-include/asterisk.h
-include/asterisk/_private.h
-include/asterisk/abstract_jb.h
-include/asterisk/acl.h
-include/asterisk/adsi.h
-include/asterisk/ael_structs.h
-include/asterisk/agi.h
-include/asterisk/alaw.h
Home |
Main Index |
Thread Index |
Old Index