Index: head/net/asterisk11/Makefile =================================================================== --- head/net/asterisk11/Makefile (revision 395795) +++ head/net/asterisk11/Makefile (revision 395796) @@ -1,204 +1,269 @@ # $FreeBSD$ PORTNAME= asterisk PORTVERSION= 11.19.0 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ - http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 +MASTER_SITE_SUBDIR= asterisk/:main \ + asterisk/old-releases/:main \ + sounds/releases/:g729 PKGNAMESUFFIX= 11 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit -LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ - libnewt.so:${PORTSDIR}/devel/newt \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} + ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 -GNU_CONFIGURE= yes +USES= bison cpe gmake iconv localbase ncurses shebangfix USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USES= bison cpe gmake iconv localbase ncurses shebangfix -CPE_VENDOR= digium +USE_SQLITE= 3 USE_RC_SUBR= asterisk -MAKE_ENV= PTHREAD_LIBS="-lpthread" \ - MKDIR="${MKDIR}" \ - PWLIBDIR=${LOCALBASE}/share/pwlib \ - OSVERSION=${OSVERSION} \ - DOCSDIR=${DOCSDIR} \ - ASTCFLAGS="${CFLAGS}" -MAKE_ARGS+= NOISY_BUILD=YES + +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-crypto=${OPENSSLBASE} \ --with-ssl=${OPENSSLBASE} +CPE_VENDOR= digium + SHEBANG_FILES= agi/agi-test.agi \ agi/jukebox.agi -CONFLICTS_BUILD= linuxthreads-* +MAKE_ENV= PTHREAD_LIBS="-lpthread" \ + MKDIR="${MKDIR}" \ + PWLIBDIR=${LOCALBASE}/share/pwlib \ + OSVERSION=${OSVERSION} \ + DOCSDIR=${DOCSDIR} \ + ASTCFLAGS="${CFLAGS}" \ + ASTLDFLAGS="${LDFLAGS}" +MAKE_ARGS+= NOISY_BUILD=yes \ + ASTDATADIR=${DATADIR} + +CONFLICTS_BUILD= linuxthreads-* pjsip-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-13* -OPTIONS_DEFINE= CURL EXCHANGE FREETDS GSM LDAP LUA MYSQL NEWG711 \ - ODBC OOH323 PGSQL RADIUS SNMP SPANDSP SQLITE2 SRTP \ - SYSINFO UUID VORBIS XMPP -OPTIONS_SINGLE= COMPILER -OPTIONS_SINGLE_COMPILER= BASE GCC -OPTIONS_DEFAULT= CURL FREETDS GCC GSM LUA ODBC PGSQL RADIUS SNMP \ - SQLITE2 UUID VORBIS XMPP +OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ + MP3PLAYER OOH323 RADIUS SNMP SPANDSP SRTP \ + SYSINFO UUID XMPP +OPTIONS_DEFAULT= BACKTRACE CURL FREETDS GCC GSM LUA MP3PLAYER NEWT ODBC PGSQL \ + RADIUS SNMP SPEEX SQLITE2 UUID VORBIS XMPP OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI OPTIONS_DEFAULT_i386= DAHDI OPTIONS_DEFAULT_amd64= DAHDI OPTIONS_DEFAULT_sparc64= DAHDI +OPTIONS_GROUP= CODECS +OPTIONS_GROUP_CODECS= GSM NEWG711 SPEEX VORBIS +CODECS_DESC= Encoder/Decoder (Codec) Support + +OPTIONS_SINGLE= COMPILER +OPTIONS_SINGLE_COMPILER= BASE GCC +COMPILER_DESC= Compiler to use + +OPTIONS_GROUP+= DATABASE +OPTIONS_GROUP_DATABASE= MYSQL ODBC PGSQL SQLITE2 +DATABASE_DESC= Database Support + +OPTIONS_MULTI= MENU +OPTIONS_MULTI_MENU= NCURSES NEWT +MENU_DESC= Menuselect Interface Backend +NEWT_DESC= Newt User Interface + +OPTIONS_GROUP+= SOUNDS +OPTIONS_GROUP_SOUNDS= G729 +SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files +ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.4.27.tar.gz +ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz + +G729_DESC= Install G.729 format sounds +G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ + ${ASTERISK_MOH_G729_SOUNDS}:g729 + +BACKTRACE_DESC= Stack backtrace support via (lib)execinfo BASE_DESC= Use base compiler (experimental) -DAHDI_DESC?= DAHDI support -EXCHANGE_DESC?= Exchange calendar support +DAHDI_DESC= DAHDI support +EXCHANGE_DESC= Exchange calendar support GCC_DESC= Use gcc from ports -NEWG711_DESC?= New G711 codec -OOH323_DESC?= ooh323 support -SRTP_DESC?= SecureRTP support -SYSINFO_DESC?= Use devel/libsysinfo to get system information -UUID_DESC?= libuuid support (required for ICE and TURN in RTP) -XMPP_DESC?= XMPP/GTALK support +MP3PLAYER_DESC= Install MP3 Player for Music-On-Hold (mpg123) +NEWG711_DESC= New G711 codec +OOH323_DESC= ooh323 support +SRTP_DESC= SecureRTP support +SYSINFO_DESC= Use devel/libsysinfo to get system information +UUID_DESC= libuuid support (required for ICE and TURN in RTP) +XMPP_DESC= XMPP/GTALK support OPTIONS_SUB= yes +BACKTRACE_CONFIGURE_WITH= execinfo +BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo + CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl DAHDI_CONFIGURE_ON= --with-dahdi --with-openr2 DAHDI_CONFIGURE_OFF= --without-dahdi --without-openr2 DAHDI_BUILD_DEPENDS= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}/misc/libpri \ libopenr2.so:${PORTSDIR}/misc/openr2 EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} FREETDS_CONFIGURE_OFF= --without-tds FREETDS_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds GCC_USE= GCC=yes GSM_CONFIGURE_WITH= gsm GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes LUA_CONFIGURE_WITH= lua LUA_USES= lua:51 LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} MYSQL_CONFIGURE_WITH= mysqlclient MYSQL_USE= MYSQL=yes +MP3PLAYER_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + +NCURSES_USES= ncurses +NEWT_LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt + ODBC_CONFIGURE_WITH= unixodbc ODBC_CONFIGURE_ON= --with-ltdl ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \ libltdl.so:${PORTSDIR}/devel/libltdl OOH323_CPPFLAGS= -I${LOCALBASE}/include/openh323 OOH323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ libh323_r.so:${PORTSDIR}/net/openh323 OOH323_MAKE_ENV= OPENH323DIR=${LOCALBASE}/share/openh323 PGSQL_CONFIGURE_WITH= postgres PGSQL_USES= pgsql RADIUS_CONFIGURE_WITH= radius RADIUS_LIB_DEPENDS= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient SNMP_CONFIGURE_WITH= netsnmp SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp +SPEEX_CONFIGURE_WITH= speex +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex + SQLITE2_CONFIGURE_WITH= sqlite SQLITE2_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 SRTP_CONFIGURE_WITH= srtp SRTP_BUILD_DEPENDS= libsrtp>=1.4.4:${PORTSDIR}/net/libsrtp SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo UUID_LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid UUID_CONFIGURE_ON= --with-uuid=${LOCALBASE} UUID_CONFIGURE_OFF= --disable-uuid UUID_CONFLICTS= ossp-uuid-[0-9]* VORBIS_CONFIGURE_WITH= ogg VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis XMPP_CONFIGURE_WITH= iksemel XMPP_LIB_DEPENDS= libiksemel.so:${PORTSDIR}/textproc/iksemel ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk USERS= ${ASTERISK_USER} GROUPS= ${ASTERISK_GROUP} dahdi .include .if ${PREFIX} == ${LOCALBASE} VARDIR=/var .else VARDIR=${PREFIX}/var .endif SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} \ ASTERISK_GROUP=${ASTERISK_GROUP} \ VARDIR=${VARDIR} post-extract: @${FIND} ${WRKSRC} -name '*.d' -delete +.if ${PORT_OPTIONS:MG729} + ${CP} ${DISTDIR}/${ASTERISK_CORE_G729_SOUNDS} ${WRKSRC}/sounds + ${CP} ${DISTDIR}/${ASTERISK_MOH_G729_SOUNDS} ${WRKSRC}/sounds +.endif + post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .if ${PORT_OPTIONS:MSYSINFO} @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile .else @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if exists(${FILESDIR}/.asterisk.makeopts) +USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts +.else +USER_MAKEOPTS_FILE= +.endif + post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts .if ${PORT_OPTIONS:MMYSQL} @cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable cdr_mysql menuselect.makeopts .endif .if ${PORT_OPTIONS:MOOH323} @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_ooh323 menuselect.makeopts .endif .if ${PORT_OPTIONS:MNEWG711} - @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts + @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts .endif pre-build: @${MKDIR} ${WRKSRC}/res/pjproject/pjnath/lib ${WRKSRC}/res/pjproject/pjlib-util/lib \ ${WRKSRC}/res/pjproject/pjlib/lib post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua + ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + + (cd ${STAGEDIR} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/default -type f | ${SED} "s,^,/," >> ${TMPPLIST} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/ -type d | ${SED} "s,^,@dir /," >> ${TMPPLIST}); .include Index: head/net/asterisk11/distinfo =================================================================== --- head/net/asterisk11/distinfo (revision 395795) +++ head/net/asterisk11/distinfo (revision 395796) @@ -1,2 +1,6 @@ SHA256 (asterisk-11.19.0.tar.gz) = 339f82f75dd15144a8de6f29aa5aa91e8e6a789dbfbd6c1283f345391505dc1e SIZE (asterisk-11.19.0.tar.gz) = 34852510 +SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f +SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 +SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 +SIZE (asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 Index: head/net/asterisk11/pkg-message =================================================================== --- head/net/asterisk11/pkg-message (nonexistent) +++ head/net/asterisk11/pkg-message (revision 395796) @@ -0,0 +1,36 @@ +########################################################################### + + This port supports custom Asterisk configurations using a *user-supplied* + menuselect.makeopt file. + + This feature is of most value for users that want to disable or override + default functionality that they dont want or need, particular in space + and/or resource constrained, or embedded environments. + + If a file named ".asterisk.makeopts" is found in the ports files/ + directory, its contents will be used to configure Asterisk at the + post-configure stage. + + If the file is *not* found, the port will default to a 'normal' Asterisk + menuselect configuration, and only execute menuselect commands according + to what port OPTIONS the user has selected. + + The format of this file is the same as the output of a standard + `make menuselect` command, as per standard build instructions for + Asterisk. + + NOTE: The contents of this file *MUST* be syntactically and semantically + valid, as the port does *NOT* perform validation of this file. + + In particular, ensure that all Asterisk options have their + dependencies met, using the corresponding port OPTIONS dependencies. + + The `menuselect --check-deps` command can be used to verify the + configuration + + The following related documentation resources are also available: + + * https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options + * http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html#Installing_id293213 + +################################################################################ Property changes on: head/net/asterisk11/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/asterisk11/pkg-plist =================================================================== --- head/net/asterisk11/pkg-plist (revision 395795) +++ head/net/asterisk11/pkg-plist (revision 395796) @@ -1,1060 +1,313 @@ @sample %%ETCDIR%%/acl.conf.sample @sample %%ETCDIR%%/cdr_adaptive_odbc.conf.sample @sample %%ETCDIR%%/cdr_sqlite3_custom.conf.sample @sample %%ETCDIR%%/cdr_syslog.conf.sample @sample %%ETCDIR%%/cli.conf.sample @sample %%ETCDIR%%/cli_aliases.conf.sample @sample %%ETCDIR%%/cli_permissions.conf.sample @sample %%ETCDIR%%/confbridge.conf.sample @sample %%ETCDIR%%/config_test.conf.sample @sample %%ETCDIR%%/console.conf.sample @sample %%ETCDIR%%/dbsep.conf.sample @sample %%ETCDIR%%/dsp.conf.sample @sample %%ETCDIR%%/extensions.lua.sample @sample %%ETCDIR%%/extensions_minivm.conf.sample @sample %%ETCDIR%%/jingle.conf.sample @sample %%ETCDIR%%/minivm.conf.sample @sample %%ETCDIR%%/motif.conf.sample @sample %%ETCDIR%%/ooh323.conf.sample @sample %%ETCDIR%%/phoneprov.conf.sample @sample %%ETCDIR%%/queuerules.conf.sample @sample %%ETCDIR%%/res_ldap.conf.sample @sample %%ETCDIR%%/unistim.conf.sample @sample %%ETCDIR%%/adsi.conf.sample @sample %%ETCDIR%%/agents.conf.sample @sample %%ETCDIR%%/alarmreceiver.conf.sample @sample %%ETCDIR%%/alsa.conf.sample @sample %%ETCDIR%%/asterisk.adsi.sample @sample %%ETCDIR%%/asterisk.conf.sample @sample %%ETCDIR%%/calendar.conf.sample @sample %%ETCDIR%%/ccss.conf.sample @sample %%ETCDIR%%/cdr.conf.sample @sample %%ETCDIR%%/cdr_custom.conf.sample @sample %%ETCDIR%%/cdr_manager.conf.sample @sample %%ETCDIR%%/cdr_mysql.conf.sample @sample %%ETCDIR%%/cdr_odbc.conf.sample @sample %%ETCDIR%%/cdr_pgsql.conf.sample @sample %%ETCDIR%%/cdr_tds.conf.sample @sample %%ETCDIR%%/cel.conf.sample @sample %%ETCDIR%%/cel_custom.conf.sample @sample %%ETCDIR%%/cel_odbc.conf.sample @sample %%ETCDIR%%/cel_pgsql.conf.sample @sample %%ETCDIR%%/cel_sqlite3_custom.conf.sample @sample %%ETCDIR%%/cel_tds.conf.sample @sample %%ETCDIR%%/codecs.conf.sample @sample %%ETCDIR%%/dnsmgr.conf.sample @sample %%ETCDIR%%/dundi.conf.sample @sample %%ETCDIR%%/enum.conf.sample @sample %%ETCDIR%%/extconfig.conf.sample @sample %%ETCDIR%%/extensions.ael.sample @sample %%ETCDIR%%/extensions.conf.sample @sample %%ETCDIR%%/features.conf.sample @sample %%ETCDIR%%/festival.conf.sample @sample %%ETCDIR%%/iax.conf.sample @sample %%ETCDIR%%/iaxprov.conf.sample @sample %%ETCDIR%%/indications.conf.sample @sample %%ETCDIR%%/logger.conf.sample @sample %%ETCDIR%%/manager.conf.sample @sample %%ETCDIR%%/meetme.conf.sample @sample %%ETCDIR%%/mgcp.conf.sample @sample %%ETCDIR%%/misdn.conf.sample @sample %%ETCDIR%%/modules.conf.sample @sample %%ETCDIR%%/musiconhold.conf.sample @sample %%ETCDIR%%/osp.conf.sample @sample %%ETCDIR%%/oss.conf.sample @sample %%ETCDIR%%/phone.conf.sample @sample %%ETCDIR%%/queues.conf.sample @sample %%ETCDIR%%/res_config_mysql.conf.sample @sample %%ETCDIR%%/res_config_sqlite3.conf.sample @sample %%ETCDIR%%/res_corosync.conf.sample @sample %%ETCDIR%%/res_pgsql.conf.sample @sample %%ETCDIR%%/res_pktccops.conf.sample @sample %%ETCDIR%%/res_odbc.conf.sample @sample %%ETCDIR%%/rtp.conf.sample @sample %%ETCDIR%%/sip.conf.sample @sample %%ETCDIR%%/sip_notify.conf.sample @sample %%ETCDIR%%/skinny.conf.sample @sample %%ETCDIR%%/telcordia-1.adsi.sample @sample %%ETCDIR%%/voicemail.conf.sample @sample %%ETCDIR%%/vpb.conf.sample @sample %%ETCDIR%%/chan_dahdi.conf.sample @sample %%ETCDIR%%/chan_mobile.conf.sample @sample %%ETCDIR%%/udptl.conf.sample @sample %%ETCDIR%%/users.conf.sample @sample %%ETCDIR%%/smdi.conf.sample @sample %%ETCDIR%%/sla.conf.sample @sample %%ETCDIR%%/say.conf.sample @sample %%ETCDIR%%/res_snmp.conf.sample @sample %%ETCDIR%%/res_stun_monitor.conf.sample @sample %%ETCDIR%%/muted.conf.sample @sample %%ETCDIR%%/jabber.conf.sample @sample %%ETCDIR%%/http.conf.sample @sample %%ETCDIR%%/h323.conf.sample @sample %%ETCDIR%%/gtalk.conf.sample @sample %%ETCDIR%%/func_odbc.conf.sample @sample %%ETCDIR%%/followme.conf.sample @sample %%ETCDIR%%/amd.conf.sample @sample %%ETCDIR%%/app_skel.conf.sample @sample %%ETCDIR%%/app_mysql.conf.sample @sample %%ETCDIR%%/res_config_sqlite.conf.sample @sample %%ETCDIR%%/res_curl.conf.sample @sample %%ETCDIR%%/res_fax.conf.sample @sample %%ETCDIR%%/xmpp.conf.sample include/asterisk/doxygen/architecture.h include/asterisk/doxygen/asterisk-git-howto.h include/asterisk/doxygen/commits.h include/asterisk/doxygen/licensing.h include/asterisk/doxygen/mantisworkflow.h include/asterisk/doxygen/releases.h include/asterisk/doxygen/reviewboard.h include/asterisk/_private.h include/asterisk/aoc.h include/asterisk/ast_version.h include/asterisk/autochan.h include/asterisk/calendar.h include/asterisk/ccss.h include/asterisk/cel.h include/asterisk/celt.h include/asterisk/channel_internal.h include/asterisk/channelstate.h include/asterisk/config_options.h include/asterisk/data.h include/asterisk/event.h include/asterisk/event_defs.h include/asterisk/extconf.h include/asterisk/frame_defs.h include/asterisk/framehook.h include/asterisk/format.h include/asterisk/format_cap.h include/asterisk/format_pref.h include/asterisk/fskmodem_float.h include/asterisk/fskmodem_int.h include/asterisk/hashtab.h include/asterisk/http_websocket.h include/asterisk/message.h include/asterisk/mod_format.h include/asterisk/netsock2.h include/asterisk/network.h include/asterisk/optional_api.h include/asterisk/pktccops.h include/asterisk/presencestate.h include/asterisk/pval.h include/asterisk/res_fax.h include/asterisk/res_srtp.h include/asterisk/rtp_engine.h include/asterisk/select.h include/asterisk/security_events.h include/asterisk/security_events_defs.h include/asterisk/silk.h include/asterisk/sip_api.h include/asterisk/stun.h include/asterisk/syslog.h include/asterisk/tcptls.h include/asterisk.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 include/asterisk/app.h include/asterisk/ast_expr.h include/asterisk/astdb.h 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/bridging.h include/asterisk/bridging_features.h include/asterisk/bridging_technology.h include/asterisk/build.h include/asterisk/buildinfo.h include/asterisk/buildopts.h include/asterisk/callerid.h include/asterisk/causes.h include/asterisk/cdr.h include/asterisk/channel.h include/asterisk/chanvars.h include/asterisk/cli.h include/asterisk/compat.h include/asterisk/compiler.h include/asterisk/config.h include/asterisk/crypto.h include/asterisk/datastore.h include/asterisk/devicestate.h include/asterisk/dial.h include/asterisk/dlinkedlists.h include/asterisk/dns.h include/asterisk/dnsmgr.h include/asterisk/doxyref.h include/asterisk/dsp.h include/asterisk/dundi.h include/asterisk/endian.h include/asterisk/enum.h include/asterisk/features.h include/asterisk/file.h include/asterisk/frame.h include/asterisk/fskmodem.h include/asterisk/global_datastores.h include/asterisk/heap.h include/asterisk/http.h include/asterisk/image.h include/asterisk/indications.h include/asterisk/inline_api.h include/asterisk/io.h include/asterisk/jabber.h include/asterisk/jingle.h include/asterisk/linkedlists.h include/asterisk/localtime.h include/asterisk/lock.h include/asterisk/logger.h include/asterisk/manager.h include/asterisk/md5.h include/asterisk/module.h include/asterisk/monitor.h include/asterisk/musiconhold.h include/asterisk/netsock.h include/asterisk/options.h include/asterisk/paths.h include/asterisk/pbx.h include/asterisk/plc.h include/asterisk/poll-compat.h include/asterisk/privacy.h include/asterisk/res_odbc.h include/asterisk/say.h include/asterisk/sched.h include/asterisk/sha1.h include/asterisk/slin.h include/asterisk/slinfactory.h include/asterisk/smdi.h include/asterisk/speech.h include/asterisk/srv.h include/asterisk/stringfields.h include/asterisk/strings.h include/asterisk/taskprocessor.h include/asterisk/tdd.h include/asterisk/term.h include/asterisk/test.h include/asterisk/threadstorage.h include/asterisk/time.h include/asterisk/timing.h include/asterisk/transcap.h include/asterisk/translate.h include/asterisk/udptl.h include/asterisk/ulaw.h include/asterisk/unaligned.h include/asterisk/utils.h include/asterisk/vector.h include/asterisk/version.h include/asterisk/xml.h include/asterisk/xmldoc.h include/asterisk/xmpp.h -lib/asterisk/modules/app_celgenuserevent.so -lib/asterisk/modules/app_confbridge.so -lib/asterisk/modules/app_minivm.so -%%MYSQL%%lib/asterisk/modules/app_mysql.so -lib/asterisk/modules/app_originate.so -lib/asterisk/modules/app_page.so -lib/asterisk/modules/app_playtones.so -lib/asterisk/modules/app_readexten.so -lib/asterisk/modules/app_waituntil.so -lib/asterisk/modules/bridge_builtin_features.so -lib/asterisk/modules/bridge_multiplexed.so -lib/asterisk/modules/bridge_simple.so -lib/asterisk/modules/bridge_softmix.so -%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so -lib/asterisk/modules/chan_bridge.so -lib/asterisk/modules/chan_mgcp.so -%%XMPP%%lib/asterisk/modules/chan_motif.so -lib/asterisk/modules/chan_unistim.so -lib/asterisk/modules/codec_g722.so -lib/asterisk/modules/format_g719.so -lib/asterisk/modules/format_siren14.so -lib/asterisk/modules/format_siren7.so -lib/asterisk/modules/func_aes.so -lib/asterisk/modules/func_audiohookinherit.so -lib/asterisk/modules/func_blacklist.so -lib/asterisk/modules/func_config.so -lib/asterisk/modules/func_devstate.so -lib/asterisk/modules/func_dialgroup.so -lib/asterisk/modules/func_dialplan.so -lib/asterisk/modules/func_extstate.so -lib/asterisk/modules/func_hangupcause.so -lib/asterisk/modules/func_iconv.so -lib/asterisk/modules/func_jitterbuffer.so -lib/asterisk/modules/func_lock.so -lib/asterisk/modules/func_module.so -lib/asterisk/modules/func_presencestate.so -lib/asterisk/modules/func_shell.so -lib/asterisk/modules/func_speex.so -lib/asterisk/modules/func_sprintf.so -lib/asterisk/modules/func_sysinfo.so -lib/asterisk/modules/func_version.so -lib/asterisk/modules/func_vmcount.so -lib/asterisk/modules/func_volume.so -lib/asterisk/modules/res_ael_share.so -lib/asterisk/modules/res_clialiases.so -%%CURL%%lib/asterisk/modules/res_curl.so -%%CURL%%lib/asterisk/modules/res_config_curl.so -%%LDAP%%lib/asterisk/modules/res_config_ldap.so -%%SQLITE2%%lib/asterisk/modules/res_config_sqlite.so -lib/asterisk/modules/res_config_sqlite3.so -lib/asterisk/modules/res_format_attr_celt.so -lib/asterisk/modules/res_format_attr_h263.so -lib/asterisk/modules/res_format_attr_h264.so -lib/asterisk/modules/res_format_attr_silk.so -lib/asterisk/modules/res_http_websocket.so -lib/asterisk/modules/res_limit.so -lib/asterisk/modules/res_pktccops.so -lib/asterisk/modules/res_phoneprov.so -lib/asterisk/modules/res_realtime.so -%%SRTP%%lib/asterisk/modules/res_srtp.so -%%DAHDI%%lib/asterisk/modules/res_timing_dahdi.so -lib/asterisk/modules/res_timing_pthread.so -%%XMPP%%lib/asterisk/modules/res_xmpp.so -lib/asterisk/modules/app_adsiprog.so -lib/asterisk/modules/app_alarmreceiver.so -lib/asterisk/modules/app_amd.so -lib/asterisk/modules/app_authenticate.so -lib/asterisk/modules/app_cdr.so -lib/asterisk/modules/app_chanisavail.so -lib/asterisk/modules/app_channelredirect.so -lib/asterisk/modules/app_chanspy.so -lib/asterisk/modules/app_controlplayback.so -lib/asterisk/modules/app_db.so -lib/asterisk/modules/app_dial.so -lib/asterisk/modules/app_dictate.so -lib/asterisk/modules/app_directed_pickup.so -lib/asterisk/modules/app_directory.so -lib/asterisk/modules/app_disa.so -lib/asterisk/modules/app_dumpchan.so -lib/asterisk/modules/app_echo.so -lib/asterisk/modules/app_exec.so -lib/asterisk/modules/app_externalivr.so -lib/asterisk/modules/app_festival.so -lib/asterisk/modules/app_followme.so -lib/asterisk/modules/app_forkcdr.so -lib/asterisk/modules/app_getcpeid.so -lib/asterisk/modules/app_ices.so -lib/asterisk/modules/app_image.so -lib/asterisk/modules/app_macro.so -lib/asterisk/modules/app_milliwatt.so -lib/asterisk/modules/app_mixmonitor.so -lib/asterisk/modules/app_morsecode.so -lib/asterisk/modules/app_mp3.so -lib/asterisk/modules/app_nbscat.so -lib/asterisk/modules/app_parkandannounce.so -lib/asterisk/modules/app_playback.so -lib/asterisk/modules/app_privacy.so -lib/asterisk/modules/app_queue.so -lib/asterisk/modules/app_read.so -lib/asterisk/modules/app_record.so -lib/asterisk/modules/app_sayunixtime.so -lib/asterisk/modules/app_senddtmf.so -lib/asterisk/modules/app_sendtext.so -lib/asterisk/modules/app_sms.so -lib/asterisk/modules/app_softhangup.so -lib/asterisk/modules/app_speech_utils.so -lib/asterisk/modules/app_stack.so -lib/asterisk/modules/app_system.so -lib/asterisk/modules/app_talkdetect.so -lib/asterisk/modules/app_test.so -lib/asterisk/modules/app_transfer.so -lib/asterisk/modules/app_url.so -lib/asterisk/modules/app_userevent.so -lib/asterisk/modules/app_verbose.so -lib/asterisk/modules/app_voicemail.so -lib/asterisk/modules/app_waitforring.so -lib/asterisk/modules/app_waitforsilence.so -lib/asterisk/modules/app_while.so -lib/asterisk/modules/app_zapateller.so -lib/asterisk/modules/cdr_csv.so -lib/asterisk/modules/cdr_custom.so -lib/asterisk/modules/cdr_manager.so -%%MYSQL%%lib/asterisk/modules/cdr_mysql.so -%%PGSQL%%lib/asterisk/modules/cdr_pgsql.so -%%RADIUS%%lib/asterisk/modules/cdr_radius.so -lib/asterisk/modules/cdr_sqlite3_custom.so -lib/asterisk/modules/cdr_syslog.so -lib/asterisk/modules/cel_custom.so -lib/asterisk/modules/cel_manager.so -%%ODBC%%lib/asterisk/modules/cel_odbc.so -%%PGSQL%%lib/asterisk/modules/cel_pgsql.so -%%RADIUS%%lib/asterisk/modules/cel_radius.so -lib/asterisk/modules/cel_sqlite3_custom.so -%%FREETDS%%lib/asterisk/modules/cel_tds.so -lib/asterisk/modules/chan_agent.so -lib/asterisk/modules/chan_iax2.so -lib/asterisk/modules/chan_local.so -lib/asterisk/modules/chan_multicast_rtp.so -%%OOH323%%lib/asterisk/modules/chan_ooh323.so -lib/asterisk/modules/chan_oss.so -lib/asterisk/modules/chan_sip.so -lib/asterisk/modules/chan_skinny.so -lib/asterisk/modules/codec_a_mu.so -lib/asterisk/modules/codec_adpcm.so -lib/asterisk/modules/codec_alaw.so -lib/asterisk/modules/codec_g726.so -%%GSM%%lib/asterisk/modules/codec_gsm.so -lib/asterisk/modules/codec_ilbc.so -lib/asterisk/modules/codec_lpc10.so -lib/asterisk/modules/codec_resample.so -lib/asterisk/modules/codec_speex.so -lib/asterisk/modules/codec_ulaw.so -lib/asterisk/modules/format_g723.so -lib/asterisk/modules/format_g726.so -lib/asterisk/modules/format_g729.so -lib/asterisk/modules/format_gsm.so -lib/asterisk/modules/format_h263.so -lib/asterisk/modules/format_h264.so -lib/asterisk/modules/format_ilbc.so -lib/asterisk/modules/format_jpeg.so -%%VORBIS%%lib/asterisk/modules/format_ogg_vorbis.so -lib/asterisk/modules/format_pcm.so -lib/asterisk/modules/format_sln.so -lib/asterisk/modules/format_vox.so -lib/asterisk/modules/format_wav.so -lib/asterisk/modules/format_wav_gsm.so -lib/asterisk/modules/func_base64.so -lib/asterisk/modules/func_callcompletion.so -lib/asterisk/modules/func_callerid.so -lib/asterisk/modules/func_cdr.so -lib/asterisk/modules/func_channel.so -%%CURL%%lib/asterisk/modules/func_curl.so -lib/asterisk/modules/func_cut.so -lib/asterisk/modules/func_db.so -lib/asterisk/modules/func_enum.so -lib/asterisk/modules/func_env.so -lib/asterisk/modules/func_frame_trace.so -lib/asterisk/modules/func_global.so -lib/asterisk/modules/func_groupcount.so -lib/asterisk/modules/func_logic.so -lib/asterisk/modules/func_math.so -lib/asterisk/modules/func_md5.so -%%ODBC%%lib/asterisk/modules/func_odbc.so -lib/asterisk/modules/func_pitchshift.so -lib/asterisk/modules/func_rand.so -lib/asterisk/modules/func_realtime.so -lib/asterisk/modules/func_sha1.so -lib/asterisk/modules/func_srv.so -lib/asterisk/modules/func_strings.so -lib/asterisk/modules/func_timeout.so -lib/asterisk/modules/func_uri.so -lib/asterisk/modules/pbx_ael.so -lib/asterisk/modules/pbx_config.so -lib/asterisk/modules/pbx_dundi.so -lib/asterisk/modules/pbx_loopback.so -lib/asterisk/modules/pbx_realtime.so -lib/asterisk/modules/pbx_spool.so -lib/asterisk/modules/res_adsi.so -lib/asterisk/modules/res_agi.so -lib/asterisk/modules/res_calendar.so -%%EXCHANGE%%lib/asterisk/modules/res_calendar_ews.so -lib/asterisk/modules/res_clioriginate.so -%%MYSQL%%lib/asterisk/modules/res_config_mysql.so -%%PGSQL%%lib/asterisk/modules/res_config_pgsql.so -lib/asterisk/modules/res_convert.so -lib/asterisk/modules/res_crypto.so -lib/asterisk/modules/res_fax.so -%%SPANDSP%%lib/asterisk/modules/res_fax_spandsp.so -lib/asterisk/modules/res_monitor.so -lib/asterisk/modules/res_musiconhold.so -lib/asterisk/modules/res_mutestream.so -lib/asterisk/modules/res_rtp_asterisk.so -lib/asterisk/modules/res_rtp_multicast.so -lib/asterisk/modules/res_security_log.so -lib/asterisk/modules/res_stun_monitor.so -lib/asterisk/modules/res_smdi.so -%%SNMP%%lib/asterisk/modules/res_snmp.so -lib/asterisk/modules/res_speech.so lib/libasteriskssl.so lib/libasteriskssl.so.1 man/man8/astdb2bdb.8.gz man/man8/astdb2sqlite3.8.gz man/man8/asterisk.8.gz man/man8/astgenkey.8.gz man/man8/autosupport.8.gz man/man8/safe_asterisk.8.gz sbin/astcanary sbin/astdb2bdb sbin/astdb2sqlite3 sbin/asterisk sbin/astgenkey sbin/autosupport sbin/rasterisk sbin/safe_asterisk -share/asterisk/agi-bin/agi-test.agi -share/asterisk/agi-bin/eagi-sphinx-test -share/asterisk/agi-bin/eagi-test -share/asterisk/agi-bin/jukebox.agi -share/asterisk/documentation/appdocsxml.dtd -share/asterisk/documentation/core-en_US.xml -share/asterisk/moh/.asterisk-moh-opsound-wav-2.03 -share/asterisk/moh/CHANGES-asterisk-moh-opsound-wav -share/asterisk/moh/CREDITS-asterisk-moh-opsound-wav -share/asterisk/moh/LICENSE-asterisk-moh-opsound-wav -share/asterisk/moh/macroform-cold_day.wav -share/asterisk/moh/macroform-robot_dity.wav -share/asterisk/moh/macroform-the_simplicity.wav -share/asterisk/moh/manolo_camp-morning_coffee.wav -share/asterisk/moh/reno_project-system.wav -share/asterisk/phoneprov/000000000000-directory.xml -share/asterisk/phoneprov/000000000000-phone.cfg -share/asterisk/phoneprov/000000000000.cfg -share/asterisk/phoneprov/polycom.xml -share/asterisk/phoneprov/polycom_line.xml -share/asterisk/phoneprov/snom-mac.xml -share/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.4.27 -share/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.27 -share/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.27 -share/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.27 -share/asterisk/sounds/en/ascending-2tone.gsm -share/asterisk/sounds/en/basic-pbx-ivr-main.gsm -share/asterisk/sounds/en/conf-adminmenu-162.gsm -share/asterisk/sounds/en/conf-adminmenu-18.gsm -share/asterisk/sounds/en/conf-adminmenu-menu8.gsm -share/asterisk/sounds/en/conf-extended.gsm -share/asterisk/sounds/en/conf-nonextended.gsm -share/asterisk/sounds/en/conf-now-muted.gsm -share/asterisk/sounds/en/conf-now-recording.gsm -share/asterisk/sounds/en/conf-now-unmuted.gsm -share/asterisk/sounds/en/conf-roll-callcomplete.gsm -share/asterisk/sounds/en/conf-usermenu-162.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-a.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-b.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-c.gsm -share/asterisk/sounds/en/confbridge-begin-leader.gsm -share/asterisk/sounds/en/confbridge-conf-begin.gsm -share/asterisk/sounds/en/confbridge-conf-end.gsm -share/asterisk/sounds/en/confbridge-dec-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-dec-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-dec-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-dec-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-has-joined.gsm -share/asterisk/sounds/en/confbridge-has-left.gsm -share/asterisk/sounds/en/confbridge-inc-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-inc-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-inc-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-inc-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-invalid.gsm -share/asterisk/sounds/en/confbridge-join.gsm -share/asterisk/sounds/en/confbridge-leave-in.gsm -share/asterisk/sounds/en/confbridge-leave-out.gsm -share/asterisk/sounds/en/confbridge-leave.gsm -share/asterisk/sounds/en/confbridge-lock-extended.gsm -share/asterisk/sounds/en/confbridge-lock-in.gsm -share/asterisk/sounds/en/confbridge-lock-no-join.gsm -share/asterisk/sounds/en/confbridge-lock-out.gsm -share/asterisk/sounds/en/confbridge-locked.gsm -share/asterisk/sounds/en/confbridge-menu-exit-in.gsm -share/asterisk/sounds/en/confbridge-menu-exit-out.gsm -share/asterisk/sounds/en/confbridge-mute-extended.gsm -share/asterisk/sounds/en/confbridge-mute-in.gsm -share/asterisk/sounds/en/confbridge-mute-out.gsm -share/asterisk/sounds/en/confbridge-muted.gsm -share/asterisk/sounds/en/confbridge-only-one.gsm -share/asterisk/sounds/en/confbridge-only-participant.gsm -share/asterisk/sounds/en/confbridge-participants.gsm -share/asterisk/sounds/en/confbridge-pin-bad.gsm -share/asterisk/sounds/en/confbridge-pin.gsm -share/asterisk/sounds/en/confbridge-remove-last-in.gsm -share/asterisk/sounds/en/confbridge-remove-last-out.gsm -share/asterisk/sounds/en/confbridge-removed.gsm -share/asterisk/sounds/en/confbridge-rest-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-rest-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-rest-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-rest-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-there-are.gsm -share/asterisk/sounds/en/confbridge-unlocked.gsm -share/asterisk/sounds/en/confbridge-unmuted.gsm -share/asterisk/sounds/en/descending-2tone.gsm -share/asterisk/sounds/en/spy-dahdi.gsm -share/asterisk/sounds/en/vm-Urgent.gsm -share/asterisk/sounds/en/vm-forward-multiple.gsm -share/asterisk/sounds/en/vm-invalid-password.gsm -share/asterisk/sounds/en/vm-marked-nonurgent.gsm -share/asterisk/sounds/en/vm-marked-urgent.gsm -share/asterisk/sounds/en/vm-pls-try-again.gsm -share/asterisk/sounds/en/vm-record-prepend.gsm -share/asterisk/sounds/en/vm-review-nonurgent.gsm -share/asterisk/sounds/en/vm-review-urgent.gsm -share/asterisk/sounds/en/dir-usingkeypad.gsm -share/asterisk/sounds/en/dir-welcome.gsm -share/asterisk/sounds/en/agent-alreadyon.gsm -share/asterisk/sounds/en/agent-incorrect.gsm -share/asterisk/sounds/en/agent-loggedoff.gsm -share/asterisk/sounds/en/agent-loginok.gsm -share/asterisk/sounds/en/agent-newlocation.gsm -share/asterisk/sounds/en/agent-pass.gsm -share/asterisk/sounds/en/agent-user.gsm -share/asterisk/sounds/en/auth-incorrect.gsm -share/asterisk/sounds/en/auth-thankyou.gsm -share/asterisk/sounds/en/beep.gsm -share/asterisk/sounds/en/beeperr.gsm -share/asterisk/sounds/en/conf-adminmenu.gsm -share/asterisk/sounds/en/conf-enteringno.gsm -share/asterisk/sounds/en/conf-errormenu.gsm -share/asterisk/sounds/en/conf-getchannel.gsm -share/asterisk/sounds/en/conf-getconfno.gsm -share/asterisk/sounds/en/conf-getpin.gsm -share/asterisk/sounds/en/conf-hasjoin.gsm -share/asterisk/sounds/en/conf-hasleft.gsm -share/asterisk/sounds/en/conf-invalid.gsm -share/asterisk/sounds/en/conf-invalidpin.gsm -share/asterisk/sounds/en/conf-kicked.gsm -share/asterisk/sounds/en/conf-leaderhasleft.gsm -share/asterisk/sounds/en/conf-locked.gsm -share/asterisk/sounds/en/conf-lockednow.gsm -share/asterisk/sounds/en/conf-muted.gsm -share/asterisk/sounds/en/conf-noempty.gsm -share/asterisk/sounds/en/conf-onlyone.gsm -share/asterisk/sounds/en/conf-onlyperson.gsm -share/asterisk/sounds/en/conf-otherinparty.gsm -share/asterisk/sounds/en/conf-placeintoconf.gsm -share/asterisk/sounds/en/conf-thereare.gsm -share/asterisk/sounds/en/conf-unlockednow.gsm -share/asterisk/sounds/en/conf-unmuted.gsm -share/asterisk/sounds/en/conf-usermenu.gsm -share/asterisk/sounds/en/conf-userswilljoin.gsm -share/asterisk/sounds/en/conf-userwilljoin.gsm -share/asterisk/sounds/en/conf-waitforleader.gsm -share/asterisk/sounds/en/core-sounds-en.txt -share/asterisk/sounds/en/demo-abouttotry.gsm -share/asterisk/sounds/en/demo-congrats.gsm -share/asterisk/sounds/en/demo-echodone.gsm -share/asterisk/sounds/en/demo-echotest.gsm -share/asterisk/sounds/en/demo-enterkeywords.gsm -share/asterisk/sounds/en/demo-instruct.gsm -share/asterisk/sounds/en/demo-moreinfo.gsm -share/asterisk/sounds/en/demo-nogo.gsm -share/asterisk/sounds/en/demo-nomatch.gsm -share/asterisk/sounds/en/demo-thanks.gsm -share/asterisk/sounds/en/dictate/both_help.gsm -share/asterisk/sounds/en/dictate/enter_filename.gsm -share/asterisk/sounds/en/dictate/forhelp.gsm -share/asterisk/sounds/en/dictate/pause.gsm -share/asterisk/sounds/en/dictate/paused.gsm -share/asterisk/sounds/en/dictate/play_help.gsm -share/asterisk/sounds/en/dictate/playback.gsm -share/asterisk/sounds/en/dictate/playback_mode.gsm -share/asterisk/sounds/en/dictate/record.gsm -share/asterisk/sounds/en/dictate/record_help.gsm -share/asterisk/sounds/en/dictate/record_mode.gsm -share/asterisk/sounds/en/dictate/truncating_audio.gsm -share/asterisk/sounds/en/digits/0.gsm -share/asterisk/sounds/en/digits/1.gsm -share/asterisk/sounds/en/digits/10.gsm -share/asterisk/sounds/en/digits/11.gsm -share/asterisk/sounds/en/digits/12.gsm -share/asterisk/sounds/en/digits/13.gsm -share/asterisk/sounds/en/digits/14.gsm -share/asterisk/sounds/en/digits/15.gsm -share/asterisk/sounds/en/digits/16.gsm -share/asterisk/sounds/en/digits/17.gsm -share/asterisk/sounds/en/digits/18.gsm -share/asterisk/sounds/en/digits/19.gsm -share/asterisk/sounds/en/digits/2.gsm -share/asterisk/sounds/en/digits/20.gsm -share/asterisk/sounds/en/digits/3.gsm -share/asterisk/sounds/en/digits/30.gsm -share/asterisk/sounds/en/digits/4.gsm -share/asterisk/sounds/en/digits/40.gsm -share/asterisk/sounds/en/digits/5.gsm -share/asterisk/sounds/en/digits/50.gsm -share/asterisk/sounds/en/digits/6.gsm -share/asterisk/sounds/en/digits/60.gsm -share/asterisk/sounds/en/digits/7.gsm -share/asterisk/sounds/en/digits/70.gsm -share/asterisk/sounds/en/digits/8.gsm -share/asterisk/sounds/en/digits/80.gsm -share/asterisk/sounds/en/digits/9.gsm -share/asterisk/sounds/en/digits/90.gsm -share/asterisk/sounds/en/digits/a-m.gsm -share/asterisk/sounds/en/digits/at.gsm -share/asterisk/sounds/en/digits/billion.gsm -share/asterisk/sounds/en/digits/day-0.gsm -share/asterisk/sounds/en/digits/day-1.gsm -share/asterisk/sounds/en/digits/day-2.gsm -share/asterisk/sounds/en/digits/day-3.gsm -share/asterisk/sounds/en/digits/day-4.gsm -share/asterisk/sounds/en/digits/day-5.gsm -share/asterisk/sounds/en/digits/day-6.gsm -share/asterisk/sounds/en/digits/dollars.gsm -share/asterisk/sounds/en/digits/h-1.gsm -share/asterisk/sounds/en/digits/h-10.gsm -share/asterisk/sounds/en/digits/h-11.gsm -share/asterisk/sounds/en/digits/h-12.gsm -share/asterisk/sounds/en/digits/h-13.gsm -share/asterisk/sounds/en/digits/h-14.gsm -share/asterisk/sounds/en/digits/h-15.gsm -share/asterisk/sounds/en/digits/h-16.gsm -share/asterisk/sounds/en/digits/h-17.gsm -share/asterisk/sounds/en/digits/h-18.gsm -share/asterisk/sounds/en/digits/h-19.gsm -share/asterisk/sounds/en/digits/h-2.gsm -share/asterisk/sounds/en/digits/h-20.gsm -share/asterisk/sounds/en/digits/h-3.gsm -share/asterisk/sounds/en/digits/h-30.gsm -share/asterisk/sounds/en/digits/h-4.gsm -share/asterisk/sounds/en/digits/h-40.gsm -share/asterisk/sounds/en/digits/h-5.gsm -share/asterisk/sounds/en/digits/h-50.gsm -share/asterisk/sounds/en/digits/h-6.gsm -share/asterisk/sounds/en/digits/h-60.gsm -share/asterisk/sounds/en/digits/h-7.gsm -share/asterisk/sounds/en/digits/h-70.gsm -share/asterisk/sounds/en/digits/h-8.gsm -share/asterisk/sounds/en/digits/h-80.gsm -share/asterisk/sounds/en/digits/h-9.gsm -share/asterisk/sounds/en/digits/h-90.gsm -share/asterisk/sounds/en/digits/h-billion.gsm -share/asterisk/sounds/en/digits/h-hundred.gsm -share/asterisk/sounds/en/digits/h-million.gsm -share/asterisk/sounds/en/digits/h-thousand.gsm -share/asterisk/sounds/en/digits/hundred.gsm -share/asterisk/sounds/en/digits/million.gsm -share/asterisk/sounds/en/digits/minus.gsm -share/asterisk/sounds/en/digits/mon-0.gsm -share/asterisk/sounds/en/digits/mon-1.gsm -share/asterisk/sounds/en/digits/mon-10.gsm -share/asterisk/sounds/en/digits/mon-11.gsm -share/asterisk/sounds/en/digits/mon-2.gsm -share/asterisk/sounds/en/digits/mon-3.gsm -share/asterisk/sounds/en/digits/mon-4.gsm -share/asterisk/sounds/en/digits/mon-5.gsm -share/asterisk/sounds/en/digits/mon-6.gsm -share/asterisk/sounds/en/digits/mon-7.gsm -share/asterisk/sounds/en/digits/mon-8.gsm -share/asterisk/sounds/en/digits/mon-9.gsm -share/asterisk/sounds/en/digits/oclock.gsm -share/asterisk/sounds/en/digits/oh.gsm -share/asterisk/sounds/en/digits/p-m.gsm -share/asterisk/sounds/en/digits/pound.gsm -share/asterisk/sounds/en/digits/star.gsm -share/asterisk/sounds/en/digits/thousand.gsm -share/asterisk/sounds/en/digits/today.gsm -share/asterisk/sounds/en/digits/tomorrow.gsm -share/asterisk/sounds/en/digits/yesterday.gsm -share/asterisk/sounds/en/dir-first.gsm -share/asterisk/sounds/en/dir-firstlast.gsm -share/asterisk/sounds/en/dir-instr.gsm -share/asterisk/sounds/en/dir-intro-fn.gsm -share/asterisk/sounds/en/dir-intro.gsm -share/asterisk/sounds/en/dir-last.gsm -share/asterisk/sounds/en/dir-multi1.gsm -share/asterisk/sounds/en/dir-multi2.gsm -share/asterisk/sounds/en/dir-multi3.gsm -share/asterisk/sounds/en/dir-multi9.gsm -share/asterisk/sounds/en/dir-nomatch.gsm -share/asterisk/sounds/en/dir-nomore.gsm -share/asterisk/sounds/en/dir-pls-enter.gsm -share/asterisk/sounds/en/followme/call-from.gsm -share/asterisk/sounds/en/followme/no-recording.gsm -share/asterisk/sounds/en/followme/options.gsm -share/asterisk/sounds/en/followme/pls-hold-while-try.gsm -share/asterisk/sounds/en/followme/sorry.gsm -share/asterisk/sounds/en/followme/status.gsm -share/asterisk/sounds/en/hello-world.gsm -share/asterisk/sounds/en/hours.gsm -share/asterisk/sounds/en/invalid.gsm -share/asterisk/sounds/en/letters/a.gsm -share/asterisk/sounds/en/letters/ascii123.gsm -share/asterisk/sounds/en/letters/ascii124.gsm -share/asterisk/sounds/en/letters/ascii125.gsm -share/asterisk/sounds/en/letters/ascii126.gsm -share/asterisk/sounds/en/letters/ascii34.gsm -share/asterisk/sounds/en/letters/ascii36.gsm -share/asterisk/sounds/en/letters/ascii37.gsm -share/asterisk/sounds/en/letters/ascii38.gsm -share/asterisk/sounds/en/letters/ascii39.gsm -share/asterisk/sounds/en/letters/ascii40.gsm -share/asterisk/sounds/en/letters/ascii41.gsm -share/asterisk/sounds/en/letters/ascii42.gsm -share/asterisk/sounds/en/letters/ascii44.gsm -share/asterisk/sounds/en/letters/ascii58.gsm -share/asterisk/sounds/en/letters/ascii59.gsm -share/asterisk/sounds/en/letters/ascii60.gsm -share/asterisk/sounds/en/letters/ascii62.gsm -share/asterisk/sounds/en/letters/ascii63.gsm -share/asterisk/sounds/en/letters/ascii91.gsm -share/asterisk/sounds/en/letters/ascii92.gsm -share/asterisk/sounds/en/letters/ascii93.gsm -share/asterisk/sounds/en/letters/ascii94.gsm -share/asterisk/sounds/en/letters/ascii95.gsm -share/asterisk/sounds/en/letters/ascii96.gsm -share/asterisk/sounds/en/letters/asterisk.gsm -share/asterisk/sounds/en/letters/at.gsm -share/asterisk/sounds/en/letters/b.gsm -share/asterisk/sounds/en/letters/c.gsm -share/asterisk/sounds/en/letters/d.gsm -share/asterisk/sounds/en/letters/dash.gsm -share/asterisk/sounds/en/letters/dollar.gsm -share/asterisk/sounds/en/letters/dot.gsm -share/asterisk/sounds/en/letters/e.gsm -share/asterisk/sounds/en/letters/equals.gsm -share/asterisk/sounds/en/letters/exclaimation-point.gsm -share/asterisk/sounds/en/letters/f.gsm -share/asterisk/sounds/en/letters/g.gsm -share/asterisk/sounds/en/letters/h.gsm -share/asterisk/sounds/en/letters/i.gsm -share/asterisk/sounds/en/letters/j.gsm -share/asterisk/sounds/en/letters/k.gsm -share/asterisk/sounds/en/letters/l.gsm -share/asterisk/sounds/en/letters/m.gsm -share/asterisk/sounds/en/letters/n.gsm -share/asterisk/sounds/en/letters/o.gsm -share/asterisk/sounds/en/letters/p.gsm -share/asterisk/sounds/en/letters/plus.gsm -share/asterisk/sounds/en/letters/q.gsm -share/asterisk/sounds/en/letters/r.gsm -share/asterisk/sounds/en/letters/s.gsm -share/asterisk/sounds/en/letters/slash.gsm -share/asterisk/sounds/en/letters/space.gsm -share/asterisk/sounds/en/letters/t.gsm -share/asterisk/sounds/en/letters/u.gsm -share/asterisk/sounds/en/letters/v.gsm -share/asterisk/sounds/en/letters/w.gsm -share/asterisk/sounds/en/letters/x.gsm -share/asterisk/sounds/en/letters/y.gsm -share/asterisk/sounds/en/letters/z.gsm -share/asterisk/sounds/en/letters/zed.gsm -share/asterisk/sounds/en/lowercase.gsm -share/asterisk/sounds/en/minutes.gsm -share/asterisk/sounds/en/pbx-invalid.gsm -share/asterisk/sounds/en/pbx-invalidpark.gsm -share/asterisk/sounds/en/pbx-parkingfailed.gsm -share/asterisk/sounds/en/pbx-transfer.gsm -share/asterisk/sounds/en/phonetic/9_p.gsm -share/asterisk/sounds/en/phonetic/a_p.gsm -share/asterisk/sounds/en/phonetic/b_p.gsm -share/asterisk/sounds/en/phonetic/c_p.gsm -share/asterisk/sounds/en/phonetic/d_p.gsm -share/asterisk/sounds/en/phonetic/e_p.gsm -share/asterisk/sounds/en/phonetic/f_p.gsm -share/asterisk/sounds/en/phonetic/g_p.gsm -share/asterisk/sounds/en/phonetic/h_p.gsm -share/asterisk/sounds/en/phonetic/i_p.gsm -share/asterisk/sounds/en/phonetic/j_p.gsm -share/asterisk/sounds/en/phonetic/k_p.gsm -share/asterisk/sounds/en/phonetic/l_p.gsm -share/asterisk/sounds/en/phonetic/m_p.gsm -share/asterisk/sounds/en/phonetic/n_p.gsm -share/asterisk/sounds/en/phonetic/o_p.gsm -share/asterisk/sounds/en/phonetic/p_p.gsm -share/asterisk/sounds/en/phonetic/q_p.gsm -share/asterisk/sounds/en/phonetic/r_p.gsm -share/asterisk/sounds/en/phonetic/s_p.gsm -share/asterisk/sounds/en/phonetic/t_p.gsm -share/asterisk/sounds/en/phonetic/u_p.gsm -share/asterisk/sounds/en/phonetic/v_p.gsm -share/asterisk/sounds/en/phonetic/w_p.gsm -share/asterisk/sounds/en/phonetic/x_p.gsm -share/asterisk/sounds/en/phonetic/y_p.gsm -share/asterisk/sounds/en/phonetic/z_p.gsm -share/asterisk/sounds/en/priv-callee-options.gsm -share/asterisk/sounds/en/priv-callpending.gsm -share/asterisk/sounds/en/priv-introsaved.gsm -share/asterisk/sounds/en/priv-recordintro.gsm -share/asterisk/sounds/en/privacy-incorrect.gsm -share/asterisk/sounds/en/privacy-prompt.gsm -share/asterisk/sounds/en/privacy-thankyou.gsm -share/asterisk/sounds/en/privacy-unident.gsm -share/asterisk/sounds/en/queue-callswaiting.gsm -share/asterisk/sounds/en/queue-holdtime.gsm -share/asterisk/sounds/en/queue-less-than.gsm -share/asterisk/sounds/en/queue-minute.gsm -share/asterisk/sounds/en/queue-minutes.gsm -share/asterisk/sounds/en/queue-periodic-announce.gsm -share/asterisk/sounds/en/queue-quantity1.gsm -share/asterisk/sounds/en/queue-quantity2.gsm -share/asterisk/sounds/en/queue-reporthold.gsm -share/asterisk/sounds/en/queue-seconds.gsm -share/asterisk/sounds/en/queue-thankyou.gsm -share/asterisk/sounds/en/queue-thereare.gsm -share/asterisk/sounds/en/queue-youarenext.gsm -share/asterisk/sounds/en/screen-callee-options.gsm -share/asterisk/sounds/en/seconds.gsm -share/asterisk/sounds/en/silence/1.gsm -share/asterisk/sounds/en/silence/10.gsm -share/asterisk/sounds/en/silence/2.gsm -share/asterisk/sounds/en/silence/3.gsm -share/asterisk/sounds/en/silence/4.gsm -share/asterisk/sounds/en/silence/5.gsm -share/asterisk/sounds/en/silence/6.gsm -share/asterisk/sounds/en/silence/7.gsm -share/asterisk/sounds/en/silence/8.gsm -share/asterisk/sounds/en/silence/9.gsm -share/asterisk/sounds/en/spy-agent.gsm -share/asterisk/sounds/en/spy-console.gsm -share/asterisk/sounds/en/spy-h323.gsm -share/asterisk/sounds/en/spy-iax.gsm -share/asterisk/sounds/en/spy-iax2.gsm -share/asterisk/sounds/en/spy-jingle.gsm -share/asterisk/sounds/en/spy-local.gsm -share/asterisk/sounds/en/spy-mgcp.gsm -share/asterisk/sounds/en/spy-misdn.gsm -share/asterisk/sounds/en/spy-mobile.gsm -share/asterisk/sounds/en/spy-nbs.gsm -share/asterisk/sounds/en/spy-sip.gsm -share/asterisk/sounds/en/spy-skinny.gsm -share/asterisk/sounds/en/spy-unistim.gsm -share/asterisk/sounds/en/spy-usbradio.gsm -share/asterisk/sounds/en/spy-zap.gsm -share/asterisk/sounds/en/ss-noservice.gsm -share/asterisk/sounds/en/transfer.gsm -share/asterisk/sounds/en/tt-allbusy.gsm -share/asterisk/sounds/en/tt-monkeys.gsm -share/asterisk/sounds/en/tt-monkeysintro.gsm -share/asterisk/sounds/en/tt-somethingwrong.gsm -share/asterisk/sounds/en/tt-weasels.gsm -share/asterisk/sounds/en/vm-msgforwarded.gsm -share/asterisk/sounds/en/vm-Cust1.gsm -share/asterisk/sounds/en/vm-Cust2.gsm -share/asterisk/sounds/en/vm-Cust3.gsm -share/asterisk/sounds/en/vm-Cust4.gsm -share/asterisk/sounds/en/vm-Cust5.gsm -share/asterisk/sounds/en/vm-Family.gsm -share/asterisk/sounds/en/vm-Friends.gsm -share/asterisk/sounds/en/vm-INBOX.gsm -share/asterisk/sounds/en/vm-Old.gsm -share/asterisk/sounds/en/vm-Work.gsm -share/asterisk/sounds/en/vm-advopts.gsm -share/asterisk/sounds/en/vm-and.gsm -share/asterisk/sounds/en/vm-calldiffnum.gsm -share/asterisk/sounds/en/vm-changeto.gsm -share/asterisk/sounds/en/vm-delete.gsm -share/asterisk/sounds/en/vm-deleted.gsm -share/asterisk/sounds/en/vm-dialout.gsm -share/asterisk/sounds/en/vm-duration.gsm -share/asterisk/sounds/en/vm-enter-num-to-call.gsm -share/asterisk/sounds/en/vm-extension.gsm -share/asterisk/sounds/en/vm-first.gsm -share/asterisk/sounds/en/vm-for.gsm -share/asterisk/sounds/en/vm-forward.gsm -share/asterisk/sounds/en/vm-forwardoptions.gsm -share/asterisk/sounds/en/vm-from-extension.gsm -share/asterisk/sounds/en/vm-from-phonenumber.gsm -share/asterisk/sounds/en/vm-from.gsm -share/asterisk/sounds/en/vm-goodbye.gsm -share/asterisk/sounds/en/vm-helpexit.gsm -share/asterisk/sounds/en/vm-incorrect-mailbox.gsm -share/asterisk/sounds/en/vm-incorrect.gsm -share/asterisk/sounds/en/vm-instructions.gsm -share/asterisk/sounds/en/vm-intro.gsm -share/asterisk/sounds/en/vm-invalidpassword.gsm -share/asterisk/sounds/en/vm-isonphone.gsm -share/asterisk/sounds/en/vm-isunavail.gsm -share/asterisk/sounds/en/vm-last.gsm -share/asterisk/sounds/en/vm-leavemsg.gsm -share/asterisk/sounds/en/vm-login.gsm -share/asterisk/sounds/en/vm-mailboxfull.gsm -share/asterisk/sounds/en/vm-message.gsm -share/asterisk/sounds/en/vm-messages.gsm -share/asterisk/sounds/en/uppercase.gsm -share/asterisk/sounds/en/vm-minutes.gsm -share/asterisk/sounds/en/vm-mismatch.gsm -share/asterisk/sounds/en/vm-msginstruct.gsm -share/asterisk/sounds/en/vm-msgsaved.gsm -share/asterisk/sounds/en/vm-newpassword.gsm -share/asterisk/sounds/en/vm-newuser.gsm -share/asterisk/sounds/en/vm-next.gsm -share/asterisk/sounds/en/vm-no.gsm -share/asterisk/sounds/en/vm-nobodyavail.gsm -share/asterisk/sounds/en/vm-nobox.gsm -share/asterisk/sounds/en/vm-nomore.gsm -share/asterisk/sounds/en/vm-nonumber.gsm -share/asterisk/sounds/en/vm-num-i-have.gsm -share/asterisk/sounds/en/vm-onefor.gsm -share/asterisk/sounds/en/vm-onefor-full.gsm -share/asterisk/sounds/en/vm-options.gsm -share/asterisk/sounds/en/vm-opts.gsm -share/asterisk/sounds/en/vm-opts-full.gsm -share/asterisk/sounds/en/vm-passchanged.gsm -share/asterisk/sounds/en/vm-password.gsm -share/asterisk/sounds/en/vm-press.gsm -share/asterisk/sounds/en/vm-prev.gsm -share/asterisk/sounds/en/vm-reachoper.gsm -share/asterisk/sounds/en/vm-rec-busy.gsm -share/asterisk/sounds/en/vm-rec-name.gsm -share/asterisk/sounds/en/vm-rec-temp.gsm -share/asterisk/sounds/en/vm-rec-unv.gsm -share/asterisk/sounds/en/vm-received.gsm -share/asterisk/sounds/en/vm-reenterpassword.gsm -share/asterisk/sounds/en/vm-repeat.gsm -share/asterisk/sounds/en/vm-review.gsm -share/asterisk/sounds/en/vm-saved.gsm -share/asterisk/sounds/en/vm-savedto.gsm -share/asterisk/sounds/en/vm-savefolder.gsm -share/asterisk/sounds/en/vm-savemessage.gsm -share/asterisk/sounds/en/vm-saveoper.gsm -share/asterisk/sounds/en/vm-sorry.gsm -share/asterisk/sounds/en/vm-star-cancel.gsm -share/asterisk/sounds/en/vm-starmain.gsm -share/asterisk/sounds/en/vm-tempgreetactive.gsm -share/asterisk/sounds/en/vm-tempgreeting.gsm -share/asterisk/sounds/en/vm-tempgreeting2.gsm -share/asterisk/sounds/en/vm-tempremoved.gsm -share/asterisk/sounds/en/vm-then-pound.gsm -share/asterisk/sounds/en/vm-theperson.gsm -share/asterisk/sounds/en/vm-tmpexists.gsm -share/asterisk/sounds/en/vm-tocallback.gsm -share/asterisk/sounds/en/vm-tocallnum.gsm -share/asterisk/sounds/en/vm-tocancel.gsm -share/asterisk/sounds/en/vm-tocancelmsg.gsm -share/asterisk/sounds/en/vm-toenternumber.gsm -share/asterisk/sounds/en/vm-toforward.gsm -share/asterisk/sounds/en/vm-tohearenv.gsm -share/asterisk/sounds/en/vm-tomakecall.gsm -share/asterisk/sounds/en/vm-tooshort.gsm -share/asterisk/sounds/en/vm-toreply.gsm -share/asterisk/sounds/en/vm-torerecord.gsm -share/asterisk/sounds/en/vm-undelete.gsm -share/asterisk/sounds/en/vm-undeleted.gsm -share/asterisk/sounds/en/vm-unknown-caller.gsm -share/asterisk/sounds/en/vm-whichbox.gsm -share/asterisk/sounds/en/vm-youhave.gsm -share/asterisk/static-http/ajamdemo.html -share/asterisk/static-http/astman.css -share/asterisk/static-http/astman.js -share/asterisk/static-http/core-en_US.xml -share/asterisk/static-http/prototype.js -share/asterisk/static-http/mantest.html -%%DAHDI%%lib/asterisk/modules/app_flash.so -%%DAHDI%%lib/asterisk/modules/app_dahdiras.so -%%ODBC%%lib/asterisk/modules/cdr_odbc.so -%%FREETDS%%lib/asterisk/modules/cdr_tds.so -%%DAHDI%%lib/asterisk/modules/chan_dahdi.so -%%DAHDI%%lib/asterisk/modules/codec_dahdi.so -%%ODBC%%lib/asterisk/modules/res_config_odbc.so -%%ODBC%%lib/asterisk/modules/res_odbc.so -%%LUA%%lib/asterisk/modules/pbx_lua.so +%%DATADIR%%/agi-bin/agi-test.agi +%%DATADIR%%/agi-bin/eagi-sphinx-test +%%DATADIR%%/agi-bin/eagi-test +%%DATADIR%%/agi-bin/jukebox.agi +%%DATADIR%%/documentation/appdocsxml.dtd +%%DATADIR%%/documentation/core-en_US.xml +%%DATADIR%%/phoneprov/000000000000-directory.xml +%%DATADIR%%/phoneprov/000000000000-phone.cfg +%%DATADIR%%/phoneprov/000000000000.cfg +%%DATADIR%%/phoneprov/polycom.xml +%%DATADIR%%/phoneprov/polycom_line.xml +%%DATADIR%%/phoneprov/snom-mac.xml +%%DATADIR%%/static-http/ajamdemo.html +%%DATADIR%%/static-http/astman.css +%%DATADIR%%/static-http/astman.js +%%DATADIR%%/static-http/core-en_US.xml +%%DATADIR%%/static-http/prototype.js +%%DATADIR%%/static-http/mantest.html %%DOCSDIR%%/images/asterisk-intro.jpg %%DOCSDIR%%/images/kpad2.jpg -@dir share/asterisk/keys -@dir share/asterisk/images -@dir share/asterisk/firmware/iax -@dir share/asterisk/documentation/thirdparty +@dir lib/asterisk/modules +@dir %%DATADIR%%/sounds +@dir %%DATADIR%%/moh +@dir %%DATADIR%%/keys +@dir %%DATADIR%%/images +@dir %%DATADIR%%/firmware/iax +@dir %%DATADIR%%/documentation/thirdparty @owner %%ASTERISK_USER%% @group %%ASTERISK_GROUP%% -%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/busy.gsm -%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/unavail.gsm -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/INBOX -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/en -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234 -@dir %%VARDIR%%/spool/asterisk/voicemail/default -@dir %%VARDIR%%/spool/asterisk/voicemail @dir %%VARDIR%%/log/asterisk/cdr-csv @dir %%VARDIR%%/log/asterisk/cdr-custom @dir %%VARDIR%%/log/asterisk/cel-custom @dir %%VARDIR%%/log/asterisk @dir %%VARDIR%%/spool/asterisk/dictate @dir %%VARDIR%%/spool/asterisk/meetme @dir %%VARDIR%%/spool/asterisk/monitor @dir %%VARDIR%%/spool/asterisk/outgoing @dir %%VARDIR%%/spool/asterisk @dir %%VARDIR%%/spool/asterisk/system @dir %%VARDIR%%/spool/asterisk/tmp @dir %%VARDIR%%/db/asterisk @dir %%VARDIR%%/run/asterisk +@owner +@group Index: head/net/asterisk13/Makefile =================================================================== --- head/net/asterisk13/Makefile (revision 395795) +++ head/net/asterisk13/Makefile (revision 395796) @@ -1,223 +1,284 @@ # $FreeBSD$ PORTNAME= asterisk PORTVERSION= 13.5.0 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ - http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 +MASTER_SITE_SUBDIR= asterisk/:main \ + asterisk/old-releases/:main \ + sounds/releases/:g729 PKGNAMESUFFIX= 13 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libjansson.so:${PORTSDIR}/devel/jansson -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} + ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 -GNU_CONFIGURE= yes +USES= bison cpe gmake iconv localbase ncurses shebangfix USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USES= bison cpe gmake iconv localbase ncurses shebangfix -CPE_VENDOR= digium +USE_SQLITE= 3 USE_RC_SUBR= asterisk -MAKE_ENV= PTHREAD_LIBS="-lpthread" \ - MKDIR="${MKDIR}" \ - PWLIBDIR=${LOCALBASE}/share/pwlib \ - OSVERSION=${OSVERSION} \ - DOCSDIR=${DOCSDIR} \ - ASTCFLAGS="${CFLAGS}" -MAKE_ARGS+= NOISY_BUILD=YES + +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datarootdir=${DATADIR} \ --with-crypto=${OPENSSLBASE} \ --with-ssl=${OPENSSLBASE} +CPE_VENDOR= digium + SHEBANG_FILES= agi/agi-test.agi \ agi/jukebox.agi +MAKE_ENV= PTHREAD_LIBS="-lpthread" \ + MKDIR="${MKDIR}" \ + PWLIBDIR=${LOCALBASE}/share/pwlib \ + OSVERSION=${OSVERSION} \ + DOCSDIR=${DOCSDIR} \ + ASTCFLAGS="${CFLAGS}" \ + ASTLDFLAGS="${LDFLAGS}" +MAKE_ARGS+= NOISY_BUILD=yes \ + ASTDATADIR=${DATADIR} + CONFLICTS= ossp-uuid-[0-9]* CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-11* -OPTIONS_DEFINE= CURL EXCHANGE FREETDS GSM LDAP LUA MYSQL \ - NEWG711 ODBC OOH323 PGSQL PJSIP PORTAUDIO \ - RADIUS SNMP SPANDSP SPEEX SQLITE2 SRTP \ - SYSINFO VORBIS XMPP - -OPTIONS_SINGLE= COMPILER -OPTIONS_SINGLE_COMPILER= BASE GCC -OPTIONS_DEFAULT= CURL FREETDS GCC GSM LUA ODBC PGSQL PJSIP \ +OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ + MP3PLAYER OOH323 PJSIP PORTAUDIO RADIUS SNMP \ + SPANDSP SRTP SYSINFO XMPP +OPTIONS_DEFAULT= CURL FREETDS GCC GSM LUA MP3PLAYER NEWT ODBC PGSQL PJSIP \ PORTAUDIO RADIUS SNMP SPEEX SQLITE2 VORBIS \ XMPP OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI OPTIONS_DEFAULT_i386= DAHDI OPTIONS_DEFAULT_amd64= DAHDI OPTIONS_DEFAULT_sparc64= DAHDI +OPTIONS_GROUP= CODECS +OPTIONS_GROUP_CODECS= GSM NEWG711 SPEEX VORBIS +CODECS_DESC= Encoder/Decoder (Codec) Support + +OPTIONS_SINGLE= COMPILER +OPTIONS_SINGLE_COMPILER= BASE GCC +COMPILER_DESC= Compiler to use + +OPTIONS_GROUP+= DATABASE +OPTIONS_GROUP_DATABASE= MYSQL ODBC PGSQL SQLITE2 +DATABASE_DESC= Database Support + +OPTIONS_MULTI= MENU +OPTIONS_MULTI_MENU= NCURSES NEWT +MENU_DESC= Menuselect Interface Backend +NEWT_DESC= Newt User Interface + +OPTIONS_GROUP+= SOUNDS +OPTIONS_GROUP_SOUNDS= G729 +SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files +ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.4.27.tar.gz +ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz +G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ + ${ASTERISK_MOH_G729_SOUNDS}:g729 + +BACKTRACE_DESC?= Stack backtrace support via (lib)execinfo BASE_DESC= Use base compiler (experimental) DAHDI_DESC?= DAHDI support EXCHANGE_DESC?= Exchange calendar support GCC_DESC= Use gcc from ports +MP3PLAYER_DESC= Install MP3 Player for Music-On-Hold (mpg123) NEWG711_DESC?= New G711 Codec OOH323_DESC?= ooh323 support PJSIP_DESC?= Build the PJSIP based SIP channel SRTP_DESC?= SecureRTP support SYSINFO_DESC?= Use devel/libsysinfo to get system information XMPP_DESC?= XMPP/GTALK support OPTIONS_SUB= yes +BACKTRACE_CONFIGURE_WITH= execinfo +BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo + CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl DAHDI_CONFIGURE_ON= --with-dahdi --with-openr2 DAHDI_CONFIGURE_OFF= --without-dahdi --without-openr2 DAHDI_BUILD_DEPENDS= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}/misc/libpri \ libopenr2.so:${PORTSDIR}/misc/openr2 EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} FREETDS_CONFIGURE_OFF= --without-tds FREETDS_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds GCC_USE= GCC=yes GSM_CONFIGURE_WITH= gsm GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes LUA_CONFIGURE_WITH= lua LUA_USES= lua:51 LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} MYSQL_CONFIGURE_WITH= mysqlclient MYSQL_USE= MYSQL=yes +MP3PLAYER_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + +NCURSES_USES= ncurses +NEWT_LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt + ODBC_CONFIGURE_WITH= unixodbc ODBC_CONFIGURE_ON= --with-ltdl ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \ libltdl.so:${PORTSDIR}/devel/libltdl OOH323_CPPFLAGS= -I${LOCALBASE}/include/openh323 OOH323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ libh323_r.so:${PORTSDIR}/net/openh323 OOH323_MAKE_ENV= OPENH323DIR=${LOCALBASE}/share/openh323 PGSQL_CONFIGURE_WITH= postgres PGSQL_USES= pgsql PJSIP_CONFIGURE_WITH= pjproject PJSIP_USES= pkgconfig PORTAUDIO_CONFIGURE_WITH= portaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio RADIUS_CONFIGURE_WITH= radius RADIUS_LIB_DEPENDS= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient SNMP_CONFIGURE_WITH= netsnmp SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp -SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SPEEX_CONFIGURE_WITH= speex +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SQLITE2_CONFIGURE_WITH= sqlite SQLITE2_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 SRTP_CONFIGURE_WITH= srtp SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo VORBIS_CONFIGURE_WITH= ogg VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis XMPP_CONFIGURE_WITH= iksemel XMPP_LIB_DEPENDS= libiksemel.so:${PORTSDIR}/textproc/iksemel ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk USERS= ${ASTERISK_USER} GROUPS= ${ASTERISK_GROUP} dahdi .include .if ${PORT_OPTIONS:MPJSIP} && ${PORT_OPTIONS:MSRTP} LIB_DEPENDS+= libpj.so:${PORTSDIR}/net/pjsip-extsrtp .elif ${PORT_OPTIONS:MPJSIP} && ! ${PORT_OPTIONS:MSRTP} LIB_DEPENDS+= libpj.so:${PORTSDIR}/net/pjsip .elif ! ${PORT_OPTIONS:MPJSIP} && ${PORT_OPTIONS:MSRTP} LIB_DEPENDS+= libsrtp.so:${PORTSDIR}/net/libsrtp .endif .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=no \ ac_cv_lib_iconv_libiconv_open=no .endif .if ${PREFIX} == ${LOCALBASE} VARDIR=/var .else VARDIR=${PREFIX}/var .endif SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} \ ASTERISK_GROUP=${ASTERISK_GROUP} \ VARDIR=${VARDIR} post-extract: @${FIND} ${WRKSRC} -name '*.d' -delete +.if ${PORT_OPTIONS:MG729} + ${CP} ${DISTDIR}/${ASTERISK_CORE_G729_SOUNDS} ${WRKSRC}/sounds + ${CP} ${DISTDIR}/${ASTERISK_MOH_G729_SOUNDS} ${WRKSRC}/sounds +.endif + post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample .if ${PORT_OPTIONS:MSYSINFO} @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile .else @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if exists(${FILESDIR}/.asterisk.makeopts) +USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts +.else +USER_MAKEOPTS_FILE= +.endif + post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts .if ${PORT_OPTIONS:MMYSQL} @cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable cdr_mysql menuselect.makeopts .endif .if ${PORT_OPTIONS:MOOH323} @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_ooh323 menuselect.makeopts .endif .if ${PORT_OPTIONS:MNEWG711} - @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts + @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts .endif post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua + ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + + (cd ${STAGEDIR} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/default -type f | ${SED} "s,^,/," >> ${TMPPLIST} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/ -type d | ${SED} "s,^,@dir /," >> ${TMPPLIST}); .include Index: head/net/asterisk13/distinfo =================================================================== --- head/net/asterisk13/distinfo (revision 395795) +++ head/net/asterisk13/distinfo (revision 395796) @@ -1,2 +1,6 @@ SHA256 (asterisk-13.5.0.tar.gz) = e8b8d071f783edea82de510194dd272070ffbb7cdb2f5f6b020be5d15b67e8b9 SIZE (asterisk-13.5.0.tar.gz) = 32107014 +SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f +SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 +SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 +SIZE (asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 Index: head/net/asterisk13/pkg-message =================================================================== --- head/net/asterisk13/pkg-message (nonexistent) +++ head/net/asterisk13/pkg-message (revision 395796) @@ -0,0 +1,36 @@ +########################################################################### + + This port supports custom Asterisk configurations using a *user-supplied* + menuselect.makeopt file. + + This feature is of most value for users that want to disable or override + default functionality that they dont want or need, particular in space + and/or resource constrained, or embedded environments. + + If a file named ".asterisk.makeopts" is found in the ports files/ + directory, its contents will be used to configure Asterisk at the + post-configure stage. + + If the file is *not* found, the port will default to a 'normal' Asterisk + menuselect configuration, and only execute menuselect commands according + to what port OPTIONS the user has selected. + + The format of this file is the same as the output of a standard + `make menuselect` command, as per standard build instructions for + Asterisk. + + NOTE: The contents of this file *MUST* be syntactically and semantically + valid, as the port does *NOT* perform validation of this file. + + In particular, ensure that all Asterisk options have their + dependencies met, using the corresponding port OPTIONS dependencies. + + The `menuselect --check-deps` command can be used to verify the + configuration + + The following related documentation resources are also available: + + * https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options + * http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html#Installing_id293213 + +################################################################################ Property changes on: head/net/asterisk13/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/asterisk13/pkg-plist =================================================================== --- head/net/asterisk13/pkg-plist (revision 395795) +++ head/net/asterisk13/pkg-plist (revision 395796) @@ -1,1223 +1,390 @@ @sample %%ETCDIR%%/acl.conf.sample @sample %%ETCDIR%%/adsi.conf.sample @sample %%ETCDIR%%/agents.conf.sample @sample %%ETCDIR%%/alarmreceiver.conf.sample @sample %%ETCDIR%%/alsa.conf.sample @sample %%ETCDIR%%/amd.conf.sample @sample %%ETCDIR%%/app_mysql.conf.sample @sample %%ETCDIR%%/app_skel.conf.sample @sample %%ETCDIR%%/ari.conf.sample @sample %%ETCDIR%%/asterisk.adsi.sample @sample %%ETCDIR%%/asterisk.conf.sample @sample %%ETCDIR%%/calendar.conf.sample @sample %%ETCDIR%%/ccss.conf.sample @sample %%ETCDIR%%/cdr.conf.sample @sample %%ETCDIR%%/cdr_adaptive_odbc.conf.sample @sample %%ETCDIR%%/cdr_custom.conf.sample @sample %%ETCDIR%%/cdr_manager.conf.sample @sample %%ETCDIR%%/cdr_mysql.conf.sample @sample %%ETCDIR%%/cdr_odbc.conf.sample @sample %%ETCDIR%%/cdr_pgsql.conf.sample @sample %%ETCDIR%%/cdr_sqlite3_custom.conf.sample @sample %%ETCDIR%%/cdr_syslog.conf.sample @sample %%ETCDIR%%/cdr_tds.conf.sample @sample %%ETCDIR%%/cel.conf.sample @sample %%ETCDIR%%/cel_custom.conf.sample @sample %%ETCDIR%%/cel_odbc.conf.sample @sample %%ETCDIR%%/cel_pgsql.conf.sample @sample %%ETCDIR%%/cel_sqlite3_custom.conf.sample @sample %%ETCDIR%%/cel_tds.conf.sample @sample %%ETCDIR%%/chan_dahdi.conf.sample @sample %%ETCDIR%%/chan_mobile.conf.sample @sample %%ETCDIR%%/cli.conf.sample @sample %%ETCDIR%%/cli_aliases.conf.sample @sample %%ETCDIR%%/cli_permissions.conf.sample @sample %%ETCDIR%%/codecs.conf.sample @sample %%ETCDIR%%/confbridge.conf.sample @sample %%ETCDIR%%/config_test.conf.sample @sample %%ETCDIR%%/console.conf.sample @sample %%ETCDIR%%/dbsep.conf.sample @sample %%ETCDIR%%/dnsmgr.conf.sample @sample %%ETCDIR%%/dsp.conf.sample @sample %%ETCDIR%%/dundi.conf.sample @sample %%ETCDIR%%/enum.conf.sample @sample %%ETCDIR%%/extconfig.conf.sample @sample %%ETCDIR%%/extensions.ael.sample @sample %%ETCDIR%%/extensions.conf.sample @sample %%ETCDIR%%/extensions.lua.sample @sample %%ETCDIR%%/extensions_minivm.conf.sample @sample %%ETCDIR%%/features.conf.sample @sample %%ETCDIR%%/festival.conf.sample @sample %%ETCDIR%%/followme.conf.sample @sample %%ETCDIR%%/func_odbc.conf.sample @sample %%ETCDIR%%/hep.conf.sample @sample %%ETCDIR%%/http.conf.sample @sample %%ETCDIR%%/iax.conf.sample @sample %%ETCDIR%%/iaxprov.conf.sample @sample %%ETCDIR%%/indications.conf.sample @sample %%ETCDIR%%/logger.conf.sample @sample %%ETCDIR%%/manager.conf.sample @sample %%ETCDIR%%/meetme.conf.sample @sample %%ETCDIR%%/mgcp.conf.sample @sample %%ETCDIR%%/minivm.conf.sample @sample %%ETCDIR%%/misdn.conf.sample @sample %%ETCDIR%%/modules.conf.sample @sample %%ETCDIR%%/motif.conf.sample @sample %%ETCDIR%%/musiconhold.conf.sample @sample %%ETCDIR%%/muted.conf.sample @sample %%ETCDIR%%/ooh323.conf.sample @sample %%ETCDIR%%/osp.conf.sample @sample %%ETCDIR%%/oss.conf.sample @sample %%ETCDIR%%/phone.conf.sample @sample %%ETCDIR%%/phoneprov.conf.sample @sample %%ETCDIR%%/pjsip.conf.sample @sample %%ETCDIR%%/pjsip_notify.conf.sample @sample %%ETCDIR%%/pjsip_wizard.conf.sample @sample %%ETCDIR%%/queuerules.conf.sample @sample %%ETCDIR%%/queues.conf.sample @sample %%ETCDIR%%/res_config_mysql.conf.sample @sample %%ETCDIR%%/res_config_sqlite.conf.sample @sample %%ETCDIR%%/res_config_sqlite3.conf.sample @sample %%ETCDIR%%/res_corosync.conf.sample @sample %%ETCDIR%%/res_curl.conf.sample @sample %%ETCDIR%%/res_fax.conf.sample @sample %%ETCDIR%%/res_ldap.conf.sample @sample %%ETCDIR%%/res_odbc.conf.sample @sample %%ETCDIR%%/res_parking.conf.sample @sample %%ETCDIR%%/res_pgsql.conf.sample @sample %%ETCDIR%%/res_pktccops.conf.sample @sample %%ETCDIR%%/res_snmp.conf.sample @sample %%ETCDIR%%/res_stun_monitor.conf.sample @sample %%ETCDIR%%/rtp.conf.sample @sample %%ETCDIR%%/say.conf.sample @sample %%ETCDIR%%/sip.conf.sample @sample %%ETCDIR%%/sip_notify.conf.sample @sample %%ETCDIR%%/skinny.conf.sample @sample %%ETCDIR%%/sla.conf.sample @sample %%ETCDIR%%/smdi.conf.sample @sample %%ETCDIR%%/sorcery.conf.sample @sample %%ETCDIR%%/ss7.timers.sample @sample %%ETCDIR%%/stasis.conf.sample @sample %%ETCDIR%%/statsd.conf.sample @sample %%ETCDIR%%/telcordia-1.adsi.sample @sample %%ETCDIR%%/test_sorcery.conf.sample @sample %%ETCDIR%%/udptl.conf.sample @sample %%ETCDIR%%/unistim.conf.sample @sample %%ETCDIR%%/users.conf.sample @sample %%ETCDIR%%/voicemail.conf.sample @sample %%ETCDIR%%/vpb.conf.sample @sample %%ETCDIR%%/xmpp.conf.sample 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 include/asterisk/aoc.h include/asterisk/app.h include/asterisk/ari.h include/asterisk/ast_expr.h include/asterisk/ast_version.h include/asterisk/astdb.h include/asterisk/astmm.h include/asterisk/astobj.h include/asterisk/astobj2.h include/asterisk/astosp.h include/asterisk/audiohook.h include/asterisk/autochan.h include/asterisk/autoconfig.h include/asterisk/backtrace.h include/asterisk/beep.h include/asterisk/bridge.h include/asterisk/bridge_after.h include/asterisk/bridge_basic.h include/asterisk/bridge_channel.h include/asterisk/bridge_channel_internal.h include/asterisk/bridge_features.h include/asterisk/bridge_internal.h include/asterisk/bridge_roles.h include/asterisk/bridge_technology.h include/asterisk/bucket.h include/asterisk/build.h include/asterisk/buildinfo.h include/asterisk/buildopts.h include/asterisk/calendar.h include/asterisk/callerid.h include/asterisk/causes.h include/asterisk/ccss.h include/asterisk/cdr.h include/asterisk/cel.h include/asterisk/celt.h include/asterisk/channel.h include/asterisk/channel_internal.h include/asterisk/channelstate.h include/asterisk/chanvars.h include/asterisk/cli.h include/asterisk/codec.h include/asterisk/compat.h include/asterisk/compiler.h include/asterisk/config.h include/asterisk/config_options.h include/asterisk/core_local.h include/asterisk/core_unreal.h include/asterisk/crypto.h include/asterisk/data.h include/asterisk/datastore.h include/asterisk/devicestate.h include/asterisk/dial.h include/asterisk/dlinkedlists.h include/asterisk/dns.h include/asterisk/dnsmgr.h include/asterisk/doxygen/architecture.h include/asterisk/doxygen/asterisk-git-howto.h include/asterisk/doxygen/commits.h include/asterisk/doxygen/licensing.h include/asterisk/doxygen/releases.h include/asterisk/doxygen/reviewboard.h include/asterisk/doxyref.h include/asterisk/dsp.h include/asterisk/dundi.h include/asterisk/endian.h include/asterisk/endpoints.h include/asterisk/enum.h include/asterisk/event.h include/asterisk/event_defs.h include/asterisk/extconf.h include/asterisk/features.h include/asterisk/features_config.h include/asterisk/file.h include/asterisk/format.h include/asterisk/format_cache.h include/asterisk/format_cap.h include/asterisk/format_compatibility.h include/asterisk/frame.h include/asterisk/framehook.h include/asterisk/fskmodem.h include/asterisk/fskmodem_float.h include/asterisk/fskmodem_int.h include/asterisk/global_datastores.h include/asterisk/hashtab.h include/asterisk/heap.h include/asterisk/http.h include/asterisk/http_websocket.h include/asterisk/image.h include/asterisk/indications.h include/asterisk/inline_api.h include/asterisk/io.h include/asterisk/json.h include/asterisk/linkedlists.h include/asterisk/localtime.h include/asterisk/lock.h include/asterisk/logger.h include/asterisk/manager.h include/asterisk/max_forwards.h include/asterisk/md5.h include/asterisk/media_index.h include/asterisk/message.h include/asterisk/mixmonitor.h include/asterisk/mod_format.h include/asterisk/module.h include/asterisk/monitor.h include/asterisk/musiconhold.h include/asterisk/netsock.h include/asterisk/netsock2.h include/asterisk/network.h include/asterisk/optional_api.h include/asterisk/options.h include/asterisk/opus.h include/asterisk/parking.h include/asterisk/paths.h include/asterisk/pbx.h include/asterisk/phoneprov.h include/asterisk/pickup.h include/asterisk/pktccops.h include/asterisk/plc.h include/asterisk/poll-compat.h include/asterisk/presencestate.h include/asterisk/privacy.h include/asterisk/pval.h include/asterisk/res_fax.h include/asterisk/res_hep.h include/asterisk/res_mwi_external.h include/asterisk/res_odbc.h include/asterisk/res_pjsip.h include/asterisk/res_pjsip_body_generator_types.h include/asterisk/res_pjsip_cli.h include/asterisk/res_pjsip_outbound_publish.h include/asterisk/res_pjsip_presence_xml.h include/asterisk/res_pjsip_pubsub.h include/asterisk/res_pjsip_session.h include/asterisk/res_srtp.h include/asterisk/rtp_engine.h include/asterisk/say.h include/asterisk/sched.h include/asterisk/sdp_srtp.h include/asterisk/security_events.h include/asterisk/security_events_defs.h include/asterisk/select.h include/asterisk/sem.h include/asterisk/sha1.h include/asterisk/silk.h include/asterisk/sip_api.h include/asterisk/slin.h include/asterisk/slinfactory.h include/asterisk/smdi.h include/asterisk/smoother.h include/asterisk/sorcery.h include/asterisk/sounds_index.h include/asterisk/speech.h include/asterisk/spinlock.h include/asterisk/srv.h include/asterisk/stasis.h include/asterisk/stasis_app.h include/asterisk/stasis_app_device_state.h include/asterisk/stasis_app_impl.h include/asterisk/stasis_app_mailbox.h include/asterisk/stasis_app_playback.h include/asterisk/stasis_app_recording.h include/asterisk/stasis_app_snoop.h include/asterisk/stasis_bridges.h include/asterisk/stasis_cache_pattern.h include/asterisk/stasis_channels.h include/asterisk/stasis_endpoints.h include/asterisk/stasis_internal.h include/asterisk/stasis_message_router.h include/asterisk/stasis_system.h include/asterisk/stasis_test.h include/asterisk/statsd.h include/asterisk/stringfields.h include/asterisk/strings.h include/asterisk/stun.h include/asterisk/syslog.h include/asterisk/taskprocessor.h include/asterisk/tcptls.h include/asterisk/tdd.h include/asterisk/term.h include/asterisk/test.h include/asterisk/threadpool.h include/asterisk/threadstorage.h include/asterisk/time.h include/asterisk/timing.h include/asterisk/transcap.h include/asterisk/translate.h include/asterisk/udptl.h include/asterisk/ulaw.h include/asterisk/unaligned.h include/asterisk/uri.h include/asterisk/utils.h include/asterisk/uuid.h include/asterisk/vector.h include/asterisk/version.h include/asterisk/xml.h include/asterisk/xmldoc.h include/asterisk/xmpp.h -lib/asterisk/modules/app_agent_pool.so -lib/asterisk/modules/app_bridgewait.so -lib/asterisk/modules/app_celgenuserevent.so -lib/asterisk/modules/app_confbridge.so -lib/asterisk/modules/app_minivm.so -%%MYSQL%%lib/asterisk/modules/app_mysql.so -lib/asterisk/modules/app_originate.so -lib/asterisk/modules/app_page.so -lib/asterisk/modules/app_playtones.so -lib/asterisk/modules/app_readexten.so -lib/asterisk/modules/app_stasis.so -lib/asterisk/modules/app_waituntil.so -lib/asterisk/modules/bridge_builtin_features.so -lib/asterisk/modules/bridge_builtin_interval_features.so -lib/asterisk/modules/bridge_holding.so -lib/asterisk/modules/bridge_native_rtp.so -lib/asterisk/modules/bridge_simple.so -lib/asterisk/modules/bridge_softmix.so -%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so -%%XMPP%%lib/asterisk/modules/chan_motif.so -lib/asterisk/modules/chan_bridge_media.so -%%PORTAUDIO%%lib/asterisk/modules/chan_console.so -lib/asterisk/modules/chan_mgcp.so -%%OOH323%%lib/asterisk/modules/chan_ooh323.so -%%PJSIP%%lib/asterisk/modules/chan_pjsip.so -lib/asterisk/modules/chan_unistim.so -lib/asterisk/modules/codec_g722.so -lib/asterisk/modules/format_g719.so -lib/asterisk/modules/format_siren14.so -lib/asterisk/modules/format_siren7.so -lib/asterisk/modules/func_aes.so -lib/asterisk/modules/func_audiohookinherit.so -lib/asterisk/modules/func_blacklist.so -lib/asterisk/modules/func_config.so -lib/asterisk/modules/func_devstate.so -lib/asterisk/modules/func_dialgroup.so -lib/asterisk/modules/func_dialplan.so -lib/asterisk/modules/func_extstate.so -lib/asterisk/modules/func_hangupcause.so -lib/asterisk/modules/func_iconv.so -lib/asterisk/modules/func_jitterbuffer.so -lib/asterisk/modules/func_lock.so -lib/asterisk/modules/func_module.so -lib/asterisk/modules/func_periodic_hook.so -%%PJSIP%%lib/asterisk/modules/func_pjsip_endpoint.so -%%PJSIP%%lib/asterisk/modules/func_pjsip_aor.so -%%PJSIP%%lib/asterisk/modules/func_pjsip_contact.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_config_wizard.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_keepalive.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_sips_contact.so -lib/asterisk/modules/func_presencestate.so -lib/asterisk/modules/func_shell.so -lib/asterisk/modules/func_sorcery.so -%%SPEEX%%lib/asterisk/modules/func_speex.so -lib/asterisk/modules/func_sprintf.so -lib/asterisk/modules/func_sysinfo.so -lib/asterisk/modules/func_talkdetect.so -lib/asterisk/modules/func_version.so -lib/asterisk/modules/func_vmcount.so -lib/asterisk/modules/func_volume.so -lib/asterisk/modules/res_ael_share.so -lib/asterisk/modules/res_ari.so -lib/asterisk/modules/res_ari_applications.so -lib/asterisk/modules/res_ari_asterisk.so -lib/asterisk/modules/res_ari_bridges.so -lib/asterisk/modules/res_ari_channels.so -lib/asterisk/modules/res_ari_device_states.so -lib/asterisk/modules/res_ari_endpoints.so -lib/asterisk/modules/res_ari_events.so -lib/asterisk/modules/res_ari_model.so -lib/asterisk/modules/res_ari_playbacks.so -lib/asterisk/modules/res_ari_recordings.so -lib/asterisk/modules/res_ari_sounds.so -lib/asterisk/modules/res_clialiases.so -%%CURL%%lib/asterisk/modules/res_curl.so -%%CURL%%lib/asterisk/modules/res_config_curl.so -%%LDAP%%lib/asterisk/modules/res_config_ldap.so -%%SQLITE2%%lib/asterisk/modules/res_config_sqlite.so -lib/asterisk/modules/res_config_sqlite3.so -lib/asterisk/modules/res_format_attr_celt.so -lib/asterisk/modules/res_format_attr_h263.so -lib/asterisk/modules/res_format_attr_h264.so -lib/asterisk/modules/res_format_attr_opus.so -lib/asterisk/modules/res_format_attr_silk.so -lib/asterisk/modules/res_hep.so -%%PJSIP%%lib/asterisk/modules/res_hep_pjsip.so -lib/asterisk/modules/res_hep_rtcp.so -lib/asterisk/modules/res_http_websocket.so -lib/asterisk/modules/res_limit.so -lib/asterisk/modules/res_manager_devicestate.so -lib/asterisk/modules/res_manager_presencestate.so -lib/asterisk/modules/res_parking.so -lib/asterisk/modules/res_phoneprov.so -%%PJSIP%%lib/asterisk/modules/res_pjsip.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_acl.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_authenticator_digest.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_caller_id.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_dialog_info_body_generator.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_diversion.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_dlg_options.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_dtmf_info.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_anonymous.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_ip.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_user.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_exten_state.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_header_funcs.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_log_forwarder.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_logger.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_messaging.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_multihomed.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_mwi.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_mwi_body_generator.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_nat.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_notify.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_one_touch_record_info.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_authenticator_digest.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_publish.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_registration.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_path.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_phoneprov_provider.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_body_generator.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_digium_body_supplement.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_eyebeam_body_supplement.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_publish_asterisk.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_pubsub.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_refer.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_registrar.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_registrar_expire.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_rfc3326.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_sdp_rtp.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_send_to_voicemail.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_session.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_t38.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_transport_websocket.so -%%PJSIP%%lib/asterisk/modules/res_pjsip_xpidf_body_generator.so -lib/asterisk/modules/res_pktccops.so -lib/asterisk/modules/res_realtime.so -lib/asterisk/modules/res_sorcery_astdb.so -lib/asterisk/modules/res_sorcery_config.so -lib/asterisk/modules/res_sorcery_memory.so -lib/asterisk/modules/res_sorcery_memory_cache.so -lib/asterisk/modules/res_sorcery_realtime.so -%%SRTP%%lib/asterisk/modules/res_srtp.so -lib/asterisk/modules/res_stasis.so -lib/asterisk/modules/res_stasis_answer.so -lib/asterisk/modules/res_stasis_device_state.so -lib/asterisk/modules/res_stasis_playback.so -lib/asterisk/modules/res_stasis_recording.so -lib/asterisk/modules/res_stasis_snoop.so -lib/asterisk/modules/res_statsd.so -%%DAHDI%%lib/asterisk/modules/res_timing_dahdi.so -lib/asterisk/modules/res_timing_pthread.so -%%XMPP%%lib/asterisk/modules/res_xmpp.so -lib/asterisk/modules/app_adsiprog.so -lib/asterisk/modules/app_alarmreceiver.so -lib/asterisk/modules/app_amd.so -lib/asterisk/modules/app_authenticate.so -lib/asterisk/modules/app_cdr.so -lib/asterisk/modules/app_chanisavail.so -lib/asterisk/modules/app_channelredirect.so -lib/asterisk/modules/app_chanspy.so -lib/asterisk/modules/app_controlplayback.so -lib/asterisk/modules/app_db.so -lib/asterisk/modules/app_dial.so -lib/asterisk/modules/app_dictate.so -lib/asterisk/modules/app_directed_pickup.so -lib/asterisk/modules/app_directory.so -lib/asterisk/modules/app_disa.so -lib/asterisk/modules/app_dumpchan.so -lib/asterisk/modules/app_echo.so -lib/asterisk/modules/app_exec.so -lib/asterisk/modules/app_externalivr.so -lib/asterisk/modules/app_festival.so -lib/asterisk/modules/app_followme.so -lib/asterisk/modules/app_forkcdr.so -lib/asterisk/modules/app_getcpeid.so -lib/asterisk/modules/app_ices.so -lib/asterisk/modules/app_image.so -lib/asterisk/modules/app_macro.so -lib/asterisk/modules/app_milliwatt.so -lib/asterisk/modules/app_mixmonitor.so -lib/asterisk/modules/app_morsecode.so -lib/asterisk/modules/app_mp3.so -lib/asterisk/modules/app_nbscat.so -lib/asterisk/modules/app_playback.so -lib/asterisk/modules/app_privacy.so -lib/asterisk/modules/app_queue.so -lib/asterisk/modules/app_read.so -lib/asterisk/modules/app_record.so -lib/asterisk/modules/app_sayunixtime.so -lib/asterisk/modules/app_senddtmf.so -lib/asterisk/modules/app_sendtext.so -lib/asterisk/modules/app_sms.so -lib/asterisk/modules/app_softhangup.so -lib/asterisk/modules/app_speech_utils.so -lib/asterisk/modules/app_stack.so -lib/asterisk/modules/app_system.so -lib/asterisk/modules/app_talkdetect.so -lib/asterisk/modules/app_test.so -lib/asterisk/modules/app_transfer.so -lib/asterisk/modules/app_url.so -lib/asterisk/modules/app_userevent.so -lib/asterisk/modules/app_verbose.so -lib/asterisk/modules/app_voicemail.so -lib/asterisk/modules/app_waitforring.so -lib/asterisk/modules/app_waitforsilence.so -lib/asterisk/modules/app_while.so -lib/asterisk/modules/app_zapateller.so -lib/asterisk/modules/cdr_csv.so -lib/asterisk/modules/cdr_custom.so -lib/asterisk/modules/cdr_manager.so -%%MYSQL%%lib/asterisk/modules/cdr_mysql.so -%%PGSQL%%lib/asterisk/modules/cdr_pgsql.so -%%RADIUS%%lib/asterisk/modules/cdr_radius.so -lib/asterisk/modules/cdr_sqlite3_custom.so -lib/asterisk/modules/cdr_syslog.so -lib/asterisk/modules/cel_custom.so -lib/asterisk/modules/cel_manager.so -%%ODBC%%lib/asterisk/modules/cel_odbc.so -%%PGSQL%%lib/asterisk/modules/cel_pgsql.so -%%RADIUS%%lib/asterisk/modules/cel_radius.so -lib/asterisk/modules/cel_sqlite3_custom.so -%%FREETDS%%lib/asterisk/modules/cel_tds.so -lib/asterisk/modules/chan_iax2.so -lib/asterisk/modules/chan_multicast_rtp.so -lib/asterisk/modules/chan_oss.so -lib/asterisk/modules/chan_sip.so -lib/asterisk/modules/chan_skinny.so -lib/asterisk/modules/codec_a_mu.so -lib/asterisk/modules/codec_adpcm.so -lib/asterisk/modules/codec_alaw.so -lib/asterisk/modules/codec_g726.so -%%GSM%%lib/asterisk/modules/codec_gsm.so -lib/asterisk/modules/codec_ilbc.so -lib/asterisk/modules/codec_lpc10.so -lib/asterisk/modules/codec_resample.so -%%SPEEX%%lib/asterisk/modules/codec_speex.so -lib/asterisk/modules/codec_ulaw.so -lib/asterisk/modules/format_g723.so -lib/asterisk/modules/format_g726.so -lib/asterisk/modules/format_g729.so -lib/asterisk/modules/format_gsm.so -lib/asterisk/modules/format_h263.so -lib/asterisk/modules/format_h264.so -lib/asterisk/modules/format_ilbc.so -lib/asterisk/modules/format_jpeg.so -%%VORBIS%%lib/asterisk/modules/format_ogg_vorbis.so -lib/asterisk/modules/format_pcm.so -lib/asterisk/modules/format_sln.so -lib/asterisk/modules/format_vox.so -lib/asterisk/modules/format_wav.so -lib/asterisk/modules/format_wav_gsm.so -lib/asterisk/modules/func_base64.so -lib/asterisk/modules/func_callcompletion.so -lib/asterisk/modules/func_callerid.so -lib/asterisk/modules/func_cdr.so -lib/asterisk/modules/func_channel.so -%%CURL%%lib/asterisk/modules/func_curl.so -lib/asterisk/modules/func_cut.so -lib/asterisk/modules/func_db.so -lib/asterisk/modules/func_enum.so -lib/asterisk/modules/func_env.so -lib/asterisk/modules/func_frame_trace.so -lib/asterisk/modules/func_global.so -lib/asterisk/modules/func_groupcount.so -lib/asterisk/modules/func_logic.so -lib/asterisk/modules/func_math.so -lib/asterisk/modules/func_md5.so -%%ODBC%%lib/asterisk/modules/func_odbc.so -lib/asterisk/modules/func_pitchshift.so -lib/asterisk/modules/func_rand.so -lib/asterisk/modules/func_realtime.so -lib/asterisk/modules/func_sha1.so -lib/asterisk/modules/func_srv.so -lib/asterisk/modules/func_strings.so -lib/asterisk/modules/func_timeout.so -lib/asterisk/modules/func_uri.so -lib/asterisk/modules/pbx_ael.so -lib/asterisk/modules/pbx_config.so -lib/asterisk/modules/pbx_dundi.so -lib/asterisk/modules/pbx_loopback.so -lib/asterisk/modules/pbx_realtime.so -lib/asterisk/modules/pbx_spool.so -lib/asterisk/modules/res_adsi.so -lib/asterisk/modules/res_agi.so -lib/asterisk/modules/res_calendar.so -%%EXCHANGE%%lib/asterisk/modules/res_calendar_ews.so -lib/asterisk/modules/res_clioriginate.so -%%MYSQL%%lib/asterisk/modules/res_config_mysql.so -%%PGSQL%%lib/asterisk/modules/res_config_pgsql.so -lib/asterisk/modules/res_convert.so -lib/asterisk/modules/res_crypto.so -lib/asterisk/modules/res_fax.so -%%SPANDSP%%lib/asterisk/modules/res_fax_spandsp.so -lib/asterisk/modules/res_monitor.so -lib/asterisk/modules/res_musiconhold.so -lib/asterisk/modules/res_mutestream.so -lib/asterisk/modules/res_rtp_asterisk.so -lib/asterisk/modules/res_rtp_multicast.so -lib/asterisk/modules/res_security_log.so -lib/asterisk/modules/res_stun_monitor.so -lib/asterisk/modules/res_smdi.so -%%SNMP%%lib/asterisk/modules/res_snmp.so -lib/asterisk/modules/res_speech.so lib/libasteriskssl.so lib/libasteriskssl.so.1 man/man8/astdb2bdb.8.gz man/man8/astdb2sqlite3.8.gz man/man8/asterisk.8.gz man/man8/astgenkey.8.gz man/man8/autosupport.8.gz man/man8/safe_asterisk.8.gz sbin/astcanary sbin/astdb2bdb sbin/astdb2sqlite3 sbin/asterisk sbin/astgenkey sbin/autosupport sbin/rasterisk sbin/safe_asterisk %%DATADIR%%/agi-bin/agi-test.agi %%DATADIR%%/agi-bin/eagi-sphinx-test %%DATADIR%%/agi-bin/eagi-test %%DATADIR%%/agi-bin/jukebox.agi %%DATADIR%%/documentation/appdocsxml.dtd %%DATADIR%%/documentation/appdocsxml.xslt %%DATADIR%%/documentation/core-en_US.xml -%%DATADIR%%/moh/.asterisk-moh-opsound-wav-2.03 -%%DATADIR%%/moh/CHANGES-asterisk-moh-opsound-wav -%%DATADIR%%/moh/CREDITS-asterisk-moh-opsound-wav -%%DATADIR%%/moh/LICENSE-asterisk-moh-opsound-wav -%%DATADIR%%/moh/macroform-cold_day.wav -%%DATADIR%%/moh/macroform-robot_dity.wav -%%DATADIR%%/moh/macroform-the_simplicity.wav -%%DATADIR%%/moh/manolo_camp-morning_coffee.wav -%%DATADIR%%/moh/reno_project-system.wav %%DATADIR%%/phoneprov/000000000000-directory.xml %%DATADIR%%/phoneprov/000000000000-phone.cfg %%DATADIR%%/phoneprov/000000000000.cfg %%DATADIR%%/phoneprov/polycom.xml %%DATADIR%%/phoneprov/polycom_line.xml %%DATADIR%%/phoneprov/snom-mac.xml %%DATADIR%%/rest-api/applications.json %%DATADIR%%/rest-api/asterisk.json %%DATADIR%%/rest-api/bridges.json %%DATADIR%%/rest-api/channels.json %%DATADIR%%/rest-api/deviceStates.json %%DATADIR%%/rest-api/endpoints.json %%DATADIR%%/rest-api/events.json %%DATADIR%%/rest-api/mailboxes.json %%DATADIR%%/rest-api/playbacks.json %%DATADIR%%/rest-api/recordings.json %%DATADIR%%/rest-api/resources.json %%DATADIR%%/rest-api/sounds.json -%%DATADIR%%/sounds/en/.asterisk-core-sounds-en-gsm-1.4.27 -%%DATADIR%%/sounds/en/CHANGES-asterisk-core-en-1.4.27 -%%DATADIR%%/sounds/en/CREDITS-asterisk-core-en-1.4.27 -%%DATADIR%%/sounds/en/LICENSE-asterisk-core-en-1.4.27 -%%DATADIR%%/sounds/en/ascending-2tone.gsm -%%DATADIR%%/sounds/en/basic-pbx-ivr-main.gsm -%%DATADIR%%/sounds/en/conf-adminmenu-162.gsm -%%DATADIR%%/sounds/en/conf-adminmenu-18.gsm -%%DATADIR%%/sounds/en/conf-adminmenu-menu8.gsm -%%DATADIR%%/sounds/en/conf-extended.gsm -%%DATADIR%%/sounds/en/conf-nonextended.gsm -%%DATADIR%%/sounds/en/conf-now-muted.gsm -%%DATADIR%%/sounds/en/conf-now-recording.gsm -%%DATADIR%%/sounds/en/conf-now-unmuted.gsm -%%DATADIR%%/sounds/en/conf-roll-callcomplete.gsm -%%DATADIR%%/sounds/en/conf-usermenu-162.gsm -%%DATADIR%%/sounds/en/confbridge-begin-glorious-a.gsm -%%DATADIR%%/sounds/en/confbridge-begin-glorious-b.gsm -%%DATADIR%%/sounds/en/confbridge-begin-glorious-c.gsm -%%DATADIR%%/sounds/en/confbridge-begin-leader.gsm -%%DATADIR%%/sounds/en/confbridge-conf-begin.gsm -%%DATADIR%%/sounds/en/confbridge-conf-end.gsm -%%DATADIR%%/sounds/en/confbridge-dec-list-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-dec-list-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-dec-talk-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-dec-talk-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-has-joined.gsm -%%DATADIR%%/sounds/en/confbridge-has-left.gsm -%%DATADIR%%/sounds/en/confbridge-inc-list-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-inc-list-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-inc-talk-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-inc-talk-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-invalid.gsm -%%DATADIR%%/sounds/en/confbridge-join.gsm -%%DATADIR%%/sounds/en/confbridge-leave-in.gsm -%%DATADIR%%/sounds/en/confbridge-leave-out.gsm -%%DATADIR%%/sounds/en/confbridge-leave.gsm -%%DATADIR%%/sounds/en/confbridge-lock-extended.gsm -%%DATADIR%%/sounds/en/confbridge-lock-in.gsm -%%DATADIR%%/sounds/en/confbridge-lock-no-join.gsm -%%DATADIR%%/sounds/en/confbridge-lock-out.gsm -%%DATADIR%%/sounds/en/confbridge-locked.gsm -%%DATADIR%%/sounds/en/confbridge-menu-exit-in.gsm -%%DATADIR%%/sounds/en/confbridge-menu-exit-out.gsm -%%DATADIR%%/sounds/en/confbridge-mute-extended.gsm -%%DATADIR%%/sounds/en/confbridge-mute-in.gsm -%%DATADIR%%/sounds/en/confbridge-mute-out.gsm -%%DATADIR%%/sounds/en/confbridge-muted.gsm -%%DATADIR%%/sounds/en/confbridge-only-one.gsm -%%DATADIR%%/sounds/en/confbridge-only-participant.gsm -%%DATADIR%%/sounds/en/confbridge-participants.gsm -%%DATADIR%%/sounds/en/confbridge-pin-bad.gsm -%%DATADIR%%/sounds/en/confbridge-pin.gsm -%%DATADIR%%/sounds/en/confbridge-remove-last-in.gsm -%%DATADIR%%/sounds/en/confbridge-remove-last-out.gsm -%%DATADIR%%/sounds/en/confbridge-removed.gsm -%%DATADIR%%/sounds/en/confbridge-rest-list-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-rest-list-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-rest-talk-vol-in.gsm -%%DATADIR%%/sounds/en/confbridge-rest-talk-vol-out.gsm -%%DATADIR%%/sounds/en/confbridge-there-are.gsm -%%DATADIR%%/sounds/en/confbridge-unlocked.gsm -%%DATADIR%%/sounds/en/confbridge-unmuted.gsm -%%DATADIR%%/sounds/en/descending-2tone.gsm -%%DATADIR%%/sounds/en/spy-dahdi.gsm -%%DATADIR%%/sounds/en/spy-h323.gsm -%%DATADIR%%/sounds/en/vm-Urgent.gsm -%%DATADIR%%/sounds/en/vm-forward-multiple.gsm -%%DATADIR%%/sounds/en/vm-invalid-password.gsm -%%DATADIR%%/sounds/en/vm-marked-nonurgent.gsm -%%DATADIR%%/sounds/en/vm-marked-urgent.gsm -%%DATADIR%%/sounds/en/vm-pls-try-again.gsm -%%DATADIR%%/sounds/en/vm-record-prepend.gsm -%%DATADIR%%/sounds/en/vm-review-nonurgent.gsm -%%DATADIR%%/sounds/en/vm-review-urgent.gsm -%%DATADIR%%/sounds/en/dir-usingkeypad.gsm -%%DATADIR%%/sounds/en/dir-welcome.gsm -%%DATADIR%%/sounds/en/agent-alreadyon.gsm -%%DATADIR%%/sounds/en/agent-incorrect.gsm -%%DATADIR%%/sounds/en/agent-loggedoff.gsm -%%DATADIR%%/sounds/en/agent-loginok.gsm -%%DATADIR%%/sounds/en/agent-newlocation.gsm -%%DATADIR%%/sounds/en/agent-pass.gsm -%%DATADIR%%/sounds/en/agent-user.gsm -%%DATADIR%%/sounds/en/auth-incorrect.gsm -%%DATADIR%%/sounds/en/auth-thankyou.gsm -%%DATADIR%%/sounds/en/beep.gsm -%%DATADIR%%/sounds/en/beeperr.gsm -%%DATADIR%%/sounds/en/conf-adminmenu.gsm -%%DATADIR%%/sounds/en/conf-enteringno.gsm -%%DATADIR%%/sounds/en/conf-errormenu.gsm -%%DATADIR%%/sounds/en/conf-getchannel.gsm -%%DATADIR%%/sounds/en/conf-getconfno.gsm -%%DATADIR%%/sounds/en/conf-getpin.gsm -%%DATADIR%%/sounds/en/conf-hasjoin.gsm -%%DATADIR%%/sounds/en/conf-hasleft.gsm -%%DATADIR%%/sounds/en/conf-invalid.gsm -%%DATADIR%%/sounds/en/conf-invalidpin.gsm -%%DATADIR%%/sounds/en/conf-kicked.gsm -%%DATADIR%%/sounds/en/conf-leaderhasleft.gsm -%%DATADIR%%/sounds/en/conf-locked.gsm -%%DATADIR%%/sounds/en/conf-lockednow.gsm -%%DATADIR%%/sounds/en/conf-muted.gsm -%%DATADIR%%/sounds/en/conf-noempty.gsm -%%DATADIR%%/sounds/en/conf-onlyone.gsm -%%DATADIR%%/sounds/en/conf-onlyperson.gsm -%%DATADIR%%/sounds/en/conf-otherinparty.gsm -%%DATADIR%%/sounds/en/conf-placeintoconf.gsm -%%DATADIR%%/sounds/en/conf-thereare.gsm -%%DATADIR%%/sounds/en/conf-unlockednow.gsm -%%DATADIR%%/sounds/en/conf-unmuted.gsm -%%DATADIR%%/sounds/en/conf-usermenu.gsm -%%DATADIR%%/sounds/en/conf-userswilljoin.gsm -%%DATADIR%%/sounds/en/conf-userwilljoin.gsm -%%DATADIR%%/sounds/en/conf-waitforleader.gsm -%%DATADIR%%/sounds/en/core-sounds-en.txt -%%DATADIR%%/sounds/en/demo-abouttotry.gsm -%%DATADIR%%/sounds/en/demo-congrats.gsm -%%DATADIR%%/sounds/en/demo-echodone.gsm -%%DATADIR%%/sounds/en/demo-echotest.gsm -%%DATADIR%%/sounds/en/demo-enterkeywords.gsm -%%DATADIR%%/sounds/en/demo-instruct.gsm -%%DATADIR%%/sounds/en/demo-moreinfo.gsm -%%DATADIR%%/sounds/en/demo-nogo.gsm -%%DATADIR%%/sounds/en/demo-nomatch.gsm -%%DATADIR%%/sounds/en/demo-thanks.gsm -%%DATADIR%%/sounds/en/dictate/both_help.gsm -%%DATADIR%%/sounds/en/dictate/enter_filename.gsm -%%DATADIR%%/sounds/en/dictate/forhelp.gsm -%%DATADIR%%/sounds/en/dictate/pause.gsm -%%DATADIR%%/sounds/en/dictate/paused.gsm -%%DATADIR%%/sounds/en/dictate/play_help.gsm -%%DATADIR%%/sounds/en/dictate/playback.gsm -%%DATADIR%%/sounds/en/dictate/playback_mode.gsm -%%DATADIR%%/sounds/en/dictate/record.gsm -%%DATADIR%%/sounds/en/dictate/record_help.gsm -%%DATADIR%%/sounds/en/dictate/record_mode.gsm -%%DATADIR%%/sounds/en/dictate/truncating_audio.gsm -%%DATADIR%%/sounds/en/digits/0.gsm -%%DATADIR%%/sounds/en/digits/1.gsm -%%DATADIR%%/sounds/en/digits/10.gsm -%%DATADIR%%/sounds/en/digits/11.gsm -%%DATADIR%%/sounds/en/digits/12.gsm -%%DATADIR%%/sounds/en/digits/13.gsm -%%DATADIR%%/sounds/en/digits/14.gsm -%%DATADIR%%/sounds/en/digits/15.gsm -%%DATADIR%%/sounds/en/digits/16.gsm -%%DATADIR%%/sounds/en/digits/17.gsm -%%DATADIR%%/sounds/en/digits/18.gsm -%%DATADIR%%/sounds/en/digits/19.gsm -%%DATADIR%%/sounds/en/digits/2.gsm -%%DATADIR%%/sounds/en/digits/20.gsm -%%DATADIR%%/sounds/en/digits/3.gsm -%%DATADIR%%/sounds/en/digits/30.gsm -%%DATADIR%%/sounds/en/digits/4.gsm -%%DATADIR%%/sounds/en/digits/40.gsm -%%DATADIR%%/sounds/en/digits/5.gsm -%%DATADIR%%/sounds/en/digits/50.gsm -%%DATADIR%%/sounds/en/digits/6.gsm -%%DATADIR%%/sounds/en/digits/60.gsm -%%DATADIR%%/sounds/en/digits/7.gsm -%%DATADIR%%/sounds/en/digits/70.gsm -%%DATADIR%%/sounds/en/digits/8.gsm -%%DATADIR%%/sounds/en/digits/80.gsm -%%DATADIR%%/sounds/en/digits/9.gsm -%%DATADIR%%/sounds/en/digits/90.gsm -%%DATADIR%%/sounds/en/digits/a-m.gsm -%%DATADIR%%/sounds/en/digits/at.gsm -%%DATADIR%%/sounds/en/digits/billion.gsm -%%DATADIR%%/sounds/en/digits/day-0.gsm -%%DATADIR%%/sounds/en/digits/day-1.gsm -%%DATADIR%%/sounds/en/digits/day-2.gsm -%%DATADIR%%/sounds/en/digits/day-3.gsm -%%DATADIR%%/sounds/en/digits/day-4.gsm -%%DATADIR%%/sounds/en/digits/day-5.gsm -%%DATADIR%%/sounds/en/digits/day-6.gsm -%%DATADIR%%/sounds/en/digits/dollars.gsm -%%DATADIR%%/sounds/en/digits/h-1.gsm -%%DATADIR%%/sounds/en/digits/h-10.gsm -%%DATADIR%%/sounds/en/digits/h-11.gsm -%%DATADIR%%/sounds/en/digits/h-12.gsm -%%DATADIR%%/sounds/en/digits/h-13.gsm -%%DATADIR%%/sounds/en/digits/h-14.gsm -%%DATADIR%%/sounds/en/digits/h-15.gsm -%%DATADIR%%/sounds/en/digits/h-16.gsm -%%DATADIR%%/sounds/en/digits/h-17.gsm -%%DATADIR%%/sounds/en/digits/h-18.gsm -%%DATADIR%%/sounds/en/digits/h-19.gsm -%%DATADIR%%/sounds/en/digits/h-2.gsm -%%DATADIR%%/sounds/en/digits/h-20.gsm -%%DATADIR%%/sounds/en/digits/h-3.gsm -%%DATADIR%%/sounds/en/digits/h-30.gsm -%%DATADIR%%/sounds/en/digits/h-4.gsm -%%DATADIR%%/sounds/en/digits/h-40.gsm -%%DATADIR%%/sounds/en/digits/h-5.gsm -%%DATADIR%%/sounds/en/digits/h-50.gsm -%%DATADIR%%/sounds/en/digits/h-6.gsm -%%DATADIR%%/sounds/en/digits/h-60.gsm -%%DATADIR%%/sounds/en/digits/h-7.gsm -%%DATADIR%%/sounds/en/digits/h-70.gsm -%%DATADIR%%/sounds/en/digits/h-8.gsm -%%DATADIR%%/sounds/en/digits/h-80.gsm -%%DATADIR%%/sounds/en/digits/h-9.gsm -%%DATADIR%%/sounds/en/digits/h-90.gsm -%%DATADIR%%/sounds/en/digits/h-billion.gsm -%%DATADIR%%/sounds/en/digits/h-hundred.gsm -%%DATADIR%%/sounds/en/digits/h-million.gsm -%%DATADIR%%/sounds/en/digits/h-thousand.gsm -%%DATADIR%%/sounds/en/digits/hundred.gsm -%%DATADIR%%/sounds/en/digits/million.gsm -%%DATADIR%%/sounds/en/digits/minus.gsm -%%DATADIR%%/sounds/en/digits/mon-0.gsm -%%DATADIR%%/sounds/en/digits/mon-1.gsm -%%DATADIR%%/sounds/en/digits/mon-10.gsm -%%DATADIR%%/sounds/en/digits/mon-11.gsm -%%DATADIR%%/sounds/en/digits/mon-2.gsm -%%DATADIR%%/sounds/en/digits/mon-3.gsm -%%DATADIR%%/sounds/en/digits/mon-4.gsm -%%DATADIR%%/sounds/en/digits/mon-5.gsm -%%DATADIR%%/sounds/en/digits/mon-6.gsm -%%DATADIR%%/sounds/en/digits/mon-7.gsm -%%DATADIR%%/sounds/en/digits/mon-8.gsm -%%DATADIR%%/sounds/en/digits/mon-9.gsm -%%DATADIR%%/sounds/en/digits/oclock.gsm -%%DATADIR%%/sounds/en/digits/oh.gsm -%%DATADIR%%/sounds/en/digits/p-m.gsm -%%DATADIR%%/sounds/en/digits/pound.gsm -%%DATADIR%%/sounds/en/digits/star.gsm -%%DATADIR%%/sounds/en/digits/thousand.gsm -%%DATADIR%%/sounds/en/digits/today.gsm -%%DATADIR%%/sounds/en/digits/tomorrow.gsm -%%DATADIR%%/sounds/en/digits/yesterday.gsm -%%DATADIR%%/sounds/en/dir-first.gsm -%%DATADIR%%/sounds/en/dir-firstlast.gsm -%%DATADIR%%/sounds/en/dir-instr.gsm -%%DATADIR%%/sounds/en/dir-intro-fn.gsm -%%DATADIR%%/sounds/en/dir-intro.gsm -%%DATADIR%%/sounds/en/dir-last.gsm -%%DATADIR%%/sounds/en/dir-multi1.gsm -%%DATADIR%%/sounds/en/dir-multi2.gsm -%%DATADIR%%/sounds/en/dir-multi3.gsm -%%DATADIR%%/sounds/en/dir-multi9.gsm -%%DATADIR%%/sounds/en/dir-nomatch.gsm -%%DATADIR%%/sounds/en/dir-nomore.gsm -%%DATADIR%%/sounds/en/dir-pls-enter.gsm -%%DATADIR%%/sounds/en/followme/call-from.gsm -%%DATADIR%%/sounds/en/followme/no-recording.gsm -%%DATADIR%%/sounds/en/followme/options.gsm -%%DATADIR%%/sounds/en/followme/pls-hold-while-try.gsm -%%DATADIR%%/sounds/en/followme/sorry.gsm -%%DATADIR%%/sounds/en/followme/status.gsm -%%DATADIR%%/sounds/en/hello-world.gsm -%%DATADIR%%/sounds/en/hours.gsm -%%DATADIR%%/sounds/en/invalid.gsm -%%DATADIR%%/sounds/en/letters/a.gsm -%%DATADIR%%/sounds/en/letters/ascii123.gsm -%%DATADIR%%/sounds/en/letters/ascii124.gsm -%%DATADIR%%/sounds/en/letters/ascii125.gsm -%%DATADIR%%/sounds/en/letters/ascii126.gsm -%%DATADIR%%/sounds/en/letters/ascii34.gsm -%%DATADIR%%/sounds/en/letters/ascii36.gsm -%%DATADIR%%/sounds/en/letters/ascii37.gsm -%%DATADIR%%/sounds/en/letters/ascii38.gsm -%%DATADIR%%/sounds/en/letters/ascii39.gsm -%%DATADIR%%/sounds/en/letters/ascii40.gsm -%%DATADIR%%/sounds/en/letters/ascii41.gsm -%%DATADIR%%/sounds/en/letters/ascii42.gsm -%%DATADIR%%/sounds/en/letters/ascii44.gsm -%%DATADIR%%/sounds/en/letters/ascii58.gsm -%%DATADIR%%/sounds/en/letters/ascii59.gsm -%%DATADIR%%/sounds/en/letters/ascii60.gsm -%%DATADIR%%/sounds/en/letters/ascii62.gsm -%%DATADIR%%/sounds/en/letters/ascii63.gsm -%%DATADIR%%/sounds/en/letters/ascii91.gsm -%%DATADIR%%/sounds/en/letters/ascii92.gsm -%%DATADIR%%/sounds/en/letters/ascii93.gsm -%%DATADIR%%/sounds/en/letters/ascii94.gsm -%%DATADIR%%/sounds/en/letters/ascii95.gsm -%%DATADIR%%/sounds/en/letters/ascii96.gsm -%%DATADIR%%/sounds/en/letters/asterisk.gsm -%%DATADIR%%/sounds/en/letters/at.gsm -%%DATADIR%%/sounds/en/letters/b.gsm -%%DATADIR%%/sounds/en/letters/c.gsm -%%DATADIR%%/sounds/en/letters/d.gsm -%%DATADIR%%/sounds/en/letters/dash.gsm -%%DATADIR%%/sounds/en/letters/dollar.gsm -%%DATADIR%%/sounds/en/letters/dot.gsm -%%DATADIR%%/sounds/en/letters/e.gsm -%%DATADIR%%/sounds/en/letters/equals.gsm -%%DATADIR%%/sounds/en/letters/exclaimation-point.gsm -%%DATADIR%%/sounds/en/letters/f.gsm -%%DATADIR%%/sounds/en/letters/g.gsm -%%DATADIR%%/sounds/en/letters/h.gsm -%%DATADIR%%/sounds/en/letters/i.gsm -%%DATADIR%%/sounds/en/letters/j.gsm -%%DATADIR%%/sounds/en/letters/k.gsm -%%DATADIR%%/sounds/en/letters/l.gsm -%%DATADIR%%/sounds/en/letters/m.gsm -%%DATADIR%%/sounds/en/letters/n.gsm -%%DATADIR%%/sounds/en/letters/o.gsm -%%DATADIR%%/sounds/en/letters/p.gsm -%%DATADIR%%/sounds/en/letters/plus.gsm -%%DATADIR%%/sounds/en/letters/q.gsm -%%DATADIR%%/sounds/en/letters/r.gsm -%%DATADIR%%/sounds/en/letters/s.gsm -%%DATADIR%%/sounds/en/letters/slash.gsm -%%DATADIR%%/sounds/en/letters/space.gsm -%%DATADIR%%/sounds/en/letters/t.gsm -%%DATADIR%%/sounds/en/letters/u.gsm -%%DATADIR%%/sounds/en/letters/v.gsm -%%DATADIR%%/sounds/en/letters/w.gsm -%%DATADIR%%/sounds/en/letters/x.gsm -%%DATADIR%%/sounds/en/letters/y.gsm -%%DATADIR%%/sounds/en/letters/z.gsm -%%DATADIR%%/sounds/en/letters/zed.gsm -%%DATADIR%%/sounds/en/lowercase.gsm -%%DATADIR%%/sounds/en/minutes.gsm -%%DATADIR%%/sounds/en/pbx-invalid.gsm -%%DATADIR%%/sounds/en/pbx-invalidpark.gsm -%%DATADIR%%/sounds/en/pbx-parkingfailed.gsm -%%DATADIR%%/sounds/en/pbx-transfer.gsm -%%DATADIR%%/sounds/en/phonetic/9_p.gsm -%%DATADIR%%/sounds/en/phonetic/a_p.gsm -%%DATADIR%%/sounds/en/phonetic/b_p.gsm -%%DATADIR%%/sounds/en/phonetic/c_p.gsm -%%DATADIR%%/sounds/en/phonetic/d_p.gsm -%%DATADIR%%/sounds/en/phonetic/e_p.gsm -%%DATADIR%%/sounds/en/phonetic/f_p.gsm -%%DATADIR%%/sounds/en/phonetic/g_p.gsm -%%DATADIR%%/sounds/en/phonetic/h_p.gsm -%%DATADIR%%/sounds/en/phonetic/i_p.gsm -%%DATADIR%%/sounds/en/phonetic/j_p.gsm -%%DATADIR%%/sounds/en/phonetic/k_p.gsm -%%DATADIR%%/sounds/en/phonetic/l_p.gsm -%%DATADIR%%/sounds/en/phonetic/m_p.gsm -%%DATADIR%%/sounds/en/phonetic/n_p.gsm -%%DATADIR%%/sounds/en/phonetic/o_p.gsm -%%DATADIR%%/sounds/en/phonetic/p_p.gsm -%%DATADIR%%/sounds/en/phonetic/q_p.gsm -%%DATADIR%%/sounds/en/phonetic/r_p.gsm -%%DATADIR%%/sounds/en/phonetic/s_p.gsm -%%DATADIR%%/sounds/en/phonetic/t_p.gsm -%%DATADIR%%/sounds/en/phonetic/u_p.gsm -%%DATADIR%%/sounds/en/phonetic/v_p.gsm -%%DATADIR%%/sounds/en/phonetic/w_p.gsm -%%DATADIR%%/sounds/en/phonetic/x_p.gsm -%%DATADIR%%/sounds/en/phonetic/y_p.gsm -%%DATADIR%%/sounds/en/phonetic/z_p.gsm -%%DATADIR%%/sounds/en/priv-callee-options.gsm -%%DATADIR%%/sounds/en/priv-callpending.gsm -%%DATADIR%%/sounds/en/priv-introsaved.gsm -%%DATADIR%%/sounds/en/priv-recordintro.gsm -%%DATADIR%%/sounds/en/privacy-incorrect.gsm -%%DATADIR%%/sounds/en/privacy-prompt.gsm -%%DATADIR%%/sounds/en/privacy-thankyou.gsm -%%DATADIR%%/sounds/en/privacy-unident.gsm -%%DATADIR%%/sounds/en/queue-callswaiting.gsm -%%DATADIR%%/sounds/en/queue-holdtime.gsm -%%DATADIR%%/sounds/en/queue-less-than.gsm -%%DATADIR%%/sounds/en/queue-minute.gsm -%%DATADIR%%/sounds/en/queue-minutes.gsm -%%DATADIR%%/sounds/en/queue-periodic-announce.gsm -%%DATADIR%%/sounds/en/queue-quantity1.gsm -%%DATADIR%%/sounds/en/queue-quantity2.gsm -%%DATADIR%%/sounds/en/queue-reporthold.gsm -%%DATADIR%%/sounds/en/queue-seconds.gsm -%%DATADIR%%/sounds/en/queue-thankyou.gsm -%%DATADIR%%/sounds/en/queue-thereare.gsm -%%DATADIR%%/sounds/en/queue-youarenext.gsm -%%DATADIR%%/sounds/en/screen-callee-options.gsm -%%DATADIR%%/sounds/en/seconds.gsm -%%DATADIR%%/sounds/en/silence/1.gsm -%%DATADIR%%/sounds/en/silence/10.gsm -%%DATADIR%%/sounds/en/silence/2.gsm -%%DATADIR%%/sounds/en/silence/3.gsm -%%DATADIR%%/sounds/en/silence/4.gsm -%%DATADIR%%/sounds/en/silence/5.gsm -%%DATADIR%%/sounds/en/silence/6.gsm -%%DATADIR%%/sounds/en/silence/7.gsm -%%DATADIR%%/sounds/en/silence/8.gsm -%%DATADIR%%/sounds/en/silence/9.gsm -%%DATADIR%%/sounds/en/spy-agent.gsm -%%DATADIR%%/sounds/en/spy-console.gsm -%%DATADIR%%/sounds/en/spy-iax.gsm -%%DATADIR%%/sounds/en/spy-iax2.gsm -%%DATADIR%%/sounds/en/spy-jingle.gsm -%%DATADIR%%/sounds/en/spy-local.gsm -%%DATADIR%%/sounds/en/spy-mgcp.gsm -%%DATADIR%%/sounds/en/spy-misdn.gsm -%%DATADIR%%/sounds/en/spy-mobile.gsm -%%DATADIR%%/sounds/en/spy-nbs.gsm -%%DATADIR%%/sounds/en/spy-sip.gsm -%%DATADIR%%/sounds/en/spy-skinny.gsm -%%DATADIR%%/sounds/en/spy-unistim.gsm -%%DATADIR%%/sounds/en/spy-usbradio.gsm -%%DATADIR%%/sounds/en/spy-zap.gsm -%%DATADIR%%/sounds/en/ss-noservice.gsm -%%DATADIR%%/sounds/en/transfer.gsm -%%DATADIR%%/sounds/en/tt-allbusy.gsm -%%DATADIR%%/sounds/en/tt-monkeys.gsm -%%DATADIR%%/sounds/en/tt-monkeysintro.gsm -%%DATADIR%%/sounds/en/tt-somethingwrong.gsm -%%DATADIR%%/sounds/en/tt-weasels.gsm -%%DATADIR%%/sounds/en/vm-msgforwarded.gsm -%%DATADIR%%/sounds/en/vm-Cust1.gsm -%%DATADIR%%/sounds/en/vm-Cust2.gsm -%%DATADIR%%/sounds/en/vm-Cust3.gsm -%%DATADIR%%/sounds/en/vm-Cust4.gsm -%%DATADIR%%/sounds/en/vm-Cust5.gsm -%%DATADIR%%/sounds/en/vm-Family.gsm -%%DATADIR%%/sounds/en/vm-Friends.gsm -%%DATADIR%%/sounds/en/vm-INBOX.gsm -%%DATADIR%%/sounds/en/vm-Old.gsm -%%DATADIR%%/sounds/en/vm-Work.gsm -%%DATADIR%%/sounds/en/vm-advopts.gsm -%%DATADIR%%/sounds/en/vm-and.gsm -%%DATADIR%%/sounds/en/vm-calldiffnum.gsm -%%DATADIR%%/sounds/en/vm-changeto.gsm -%%DATADIR%%/sounds/en/vm-delete.gsm -%%DATADIR%%/sounds/en/vm-deleted.gsm -%%DATADIR%%/sounds/en/vm-dialout.gsm -%%DATADIR%%/sounds/en/vm-duration.gsm -%%DATADIR%%/sounds/en/vm-enter-num-to-call.gsm -%%DATADIR%%/sounds/en/vm-extension.gsm -%%DATADIR%%/sounds/en/vm-first.gsm -%%DATADIR%%/sounds/en/vm-for.gsm -%%DATADIR%%/sounds/en/vm-forward.gsm -%%DATADIR%%/sounds/en/vm-forwardoptions.gsm -%%DATADIR%%/sounds/en/vm-from-extension.gsm -%%DATADIR%%/sounds/en/vm-from-phonenumber.gsm -%%DATADIR%%/sounds/en/vm-from.gsm -%%DATADIR%%/sounds/en/vm-goodbye.gsm -%%DATADIR%%/sounds/en/vm-helpexit.gsm -%%DATADIR%%/sounds/en/vm-incorrect-mailbox.gsm -%%DATADIR%%/sounds/en/vm-incorrect.gsm -%%DATADIR%%/sounds/en/vm-instructions.gsm -%%DATADIR%%/sounds/en/vm-intro.gsm -%%DATADIR%%/sounds/en/vm-invalidpassword.gsm -%%DATADIR%%/sounds/en/vm-isonphone.gsm -%%DATADIR%%/sounds/en/vm-isunavail.gsm -%%DATADIR%%/sounds/en/vm-last.gsm -%%DATADIR%%/sounds/en/vm-leavemsg.gsm -%%DATADIR%%/sounds/en/vm-login.gsm -%%DATADIR%%/sounds/en/vm-mailboxfull.gsm -%%DATADIR%%/sounds/en/vm-message.gsm -%%DATADIR%%/sounds/en/vm-messages.gsm -%%DATADIR%%/sounds/en/uppercase.gsm -%%DATADIR%%/sounds/en/vm-minutes.gsm -%%DATADIR%%/sounds/en/vm-mismatch.gsm -%%DATADIR%%/sounds/en/vm-msginstruct.gsm -%%DATADIR%%/sounds/en/vm-msgsaved.gsm -%%DATADIR%%/sounds/en/vm-newpassword.gsm -%%DATADIR%%/sounds/en/vm-newuser.gsm -%%DATADIR%%/sounds/en/vm-next.gsm -%%DATADIR%%/sounds/en/vm-no.gsm -%%DATADIR%%/sounds/en/vm-nobodyavail.gsm -%%DATADIR%%/sounds/en/vm-nobox.gsm -%%DATADIR%%/sounds/en/vm-nomore.gsm -%%DATADIR%%/sounds/en/vm-nonumber.gsm -%%DATADIR%%/sounds/en/vm-num-i-have.gsm -%%DATADIR%%/sounds/en/vm-onefor.gsm -%%DATADIR%%/sounds/en/vm-onefor-full.gsm -%%DATADIR%%/sounds/en/vm-options.gsm -%%DATADIR%%/sounds/en/vm-opts.gsm -%%DATADIR%%/sounds/en/vm-opts-full.gsm -%%DATADIR%%/sounds/en/vm-passchanged.gsm -%%DATADIR%%/sounds/en/vm-password.gsm -%%DATADIR%%/sounds/en/vm-press.gsm -%%DATADIR%%/sounds/en/vm-prev.gsm -%%DATADIR%%/sounds/en/vm-reachoper.gsm -%%DATADIR%%/sounds/en/vm-rec-busy.gsm -%%DATADIR%%/sounds/en/vm-rec-name.gsm -%%DATADIR%%/sounds/en/vm-rec-temp.gsm -%%DATADIR%%/sounds/en/vm-rec-unv.gsm -%%DATADIR%%/sounds/en/vm-received.gsm -%%DATADIR%%/sounds/en/vm-reenterpassword.gsm -%%DATADIR%%/sounds/en/vm-repeat.gsm -%%DATADIR%%/sounds/en/vm-review.gsm -%%DATADIR%%/sounds/en/vm-saved.gsm -%%DATADIR%%/sounds/en/vm-savedto.gsm -%%DATADIR%%/sounds/en/vm-savefolder.gsm -%%DATADIR%%/sounds/en/vm-savemessage.gsm -%%DATADIR%%/sounds/en/vm-saveoper.gsm -%%DATADIR%%/sounds/en/vm-sorry.gsm -%%DATADIR%%/sounds/en/vm-star-cancel.gsm -%%DATADIR%%/sounds/en/vm-starmain.gsm -%%DATADIR%%/sounds/en/vm-tempgreetactive.gsm -%%DATADIR%%/sounds/en/vm-tempgreeting.gsm -%%DATADIR%%/sounds/en/vm-tempgreeting2.gsm -%%DATADIR%%/sounds/en/vm-tempremoved.gsm -%%DATADIR%%/sounds/en/vm-then-pound.gsm -%%DATADIR%%/sounds/en/vm-theperson.gsm -%%DATADIR%%/sounds/en/vm-tmpexists.gsm -%%DATADIR%%/sounds/en/vm-tocallback.gsm -%%DATADIR%%/sounds/en/vm-tocallnum.gsm -%%DATADIR%%/sounds/en/vm-tocancel.gsm -%%DATADIR%%/sounds/en/vm-tocancelmsg.gsm -%%DATADIR%%/sounds/en/vm-toenternumber.gsm -%%DATADIR%%/sounds/en/vm-toforward.gsm -%%DATADIR%%/sounds/en/vm-tohearenv.gsm -%%DATADIR%%/sounds/en/vm-tomakecall.gsm -%%DATADIR%%/sounds/en/vm-tooshort.gsm -%%DATADIR%%/sounds/en/vm-toreply.gsm -%%DATADIR%%/sounds/en/vm-torerecord.gsm -%%DATADIR%%/sounds/en/vm-undelete.gsm -%%DATADIR%%/sounds/en/vm-undeleted.gsm -%%DATADIR%%/sounds/en/vm-unknown-caller.gsm -%%DATADIR%%/sounds/en/vm-whichbox.gsm -%%DATADIR%%/sounds/en/vm-youhave.gsm %%DATADIR%%/static-http/appdocsxml.xslt %%DATADIR%%/static-http/ajamdemo.html %%DATADIR%%/static-http/astman.css %%DATADIR%%/static-http/astman.js %%DATADIR%%/static-http/core-en_US.xml %%DATADIR%%/static-http/prototype.js %%DATADIR%%/static-http/mantest.html -%%DAHDI%%lib/asterisk/modules/app_flash.so -%%DAHDI%%lib/asterisk/modules/app_dahdiras.so -%%ODBC%%lib/asterisk/modules/cdr_odbc.so -%%FREETDS%%lib/asterisk/modules/cdr_tds.so -%%DAHDI%%lib/asterisk/modules/chan_dahdi.so -%%DAHDI%%lib/asterisk/modules/codec_dahdi.so -%%ODBC%%lib/asterisk/modules/res_config_odbc.so -%%ODBC%%lib/asterisk/modules/res_odbc.so -%%LUA%%lib/asterisk/modules/pbx_lua.so %%DOCSDIR%%/images/asterisk-intro.jpg %%DOCSDIR%%/images/kpad2.jpg +@dir lib/asterisk/modules +@dir %%DATADIR%%/sounds +@dir %%DATADIR%%/moh @dir %%DATADIR%%/keys @dir %%DATADIR%%/images @dir %%DATADIR%%/firmware/iax @dir %%DATADIR%%/documentation/thirdparty @owner %%ASTERISK_USER%% @group %%ASTERISK_GROUP%% -%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/busy.gsm -%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/unavail.gsm -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/INBOX -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/en -@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234 -@dir %%VARDIR%%/spool/asterisk/voicemail/default -@dir %%VARDIR%%/spool/asterisk/voicemail @dir %%VARDIR%%/log/asterisk/cdr-csv @dir %%VARDIR%%/log/asterisk/cdr-custom @dir %%VARDIR%%/log/asterisk/cel-custom @dir %%VARDIR%%/log/asterisk @dir %%VARDIR%%/spool/asterisk/dictate @dir %%VARDIR%%/spool/asterisk/meetme @dir %%VARDIR%%/spool/asterisk/monitor @dir %%VARDIR%%/spool/asterisk/outgoing @dir %%VARDIR%%/spool/asterisk/recording @dir %%VARDIR%%/spool/asterisk @dir %%VARDIR%%/spool/asterisk/system @dir %%VARDIR%%/spool/asterisk/tmp @dir %%VARDIR%%/db/asterisk @dir %%VARDIR%%/run/asterisk +@owner +@group