summaryrefslogtreecommitdiff
path: root/comms/asterisk
AgeCommit message (Collapse)AuthorFilesLines
2006-05-03Pullup ticket 1510 - requested by rizsalo7-58/+63
security update for asterisk Revisions pulled up: - pkgsrc/comms/asterisk/Makefile 1.23, 1.24 - pkgsrc/comms/asterisk/PLIST.common 1.6 - pkgsrc/comms/asterisk/distinfo 1.12, 1.13 - pkgsrc/comms/asterisk/patches/patch-aa 1.8 - pkgsrc/comms/asterisk/patches/patch-ae 1.3 - pkgsrc/comms/asterisk/patches/patch-af 1.4 - pkgsrc/comms/asterisk/patches/patch-ag 1.2 Module Name: pkgsrc Committed By: adam Date: Thu Apr 13 08:47:06 UTC 2006 Modified Files: pkgsrc/comms/asterisk: Makefile PLIST.common distinfo pkgsrc/comms/asterisk/patches: patch-aa patch-ae patch-af patch-ag Log Message: Changes 1.2.7: * Important bug fixes * SIP handling * MixMonitor call recording --- Module Name: pkgsrc Committed By: mjl Date: Thu Apr 13 18:36:58 UTC 2006 Modified Files: pkgsrc/comms/asterisk: Makefile distinfo Log Message: Update to asterisk 1.2.7.1 * apps/app_page.c: oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return * pbx.c: Bug 6957 - variable names beginning with CALLERID weren't substituted correctly
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam1-2/+1
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-01Update to asterisk 1.2.4. This is a bugfix release.mjl2-7/+7
* channels/chan_zap.c: disable buggy PRI user-user code until it can be fixed * channels/chan_sip.c: Issue 6182 - Don't remove scheduled event until it's really done. * channels/chan_sip.c: Issue 6362 - Register without Contact: and Expires: fails * ast_expr2.h, ast_expr2f.c, ast_expr2.c: Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files * channels/chan_zap.c: fix problem with dtmf on e&m (issue #6364) * channels/chan_sip.c: Issue 5898: Registrations does not get deleted if there's an active SIP dialog * channels/chan_sip.c: don't call ast_update_realtime with uninitialized variables if we get a registration with an expirey of 0 seconds (issue #6173) * channels/chan_features.c: fix memory leak (inspired by issue #6351)
2006-01-29Fixed the remaining pkglint -Wall warnings.rillig2-13/+15
2006-01-29- Fixed some pkglint warnings.rillig3-70/+73
- Replaced absolute directories like /usr/pkg and /var with ${PREFIX} and ${VARBASE}. - USE_TOOLS+=perl:run, since there is one Perl program installed with the package. - Bumped PKGREVISION.
2006-01-25Update to asterisk 1.2.3 - bugfixes only.riz2-7/+7
2006-01-24Patch the default path for music-on-hold files.riz1-2/+3
2006-01-18Update to asterisk 1.2.2mjl3-14/+16
Changes are bugfixes only.
2006-01-13Update asterisk to version 1.2.1. Many, many bugfixes, and someriz23-368/+611
new features, including support for DUNDi. (http://www.dundi.com/ for more information) The initial framework and porting of this package upgrade was done by Martin J. Laubach, with lots of feature/PLIST fixes by me. DragonFly support added by Joerg Sonnenberger.
2006-01-12The script interpreter of libdata/asterisk/agi-bin/agi-test.agi had beenrillig1-1/+4
/usr/bin/perl -- added the file to REPLACE_PERL. Because the binary package changed, bump PKGREVISION.
2006-01-12Fixed a whole lot of pkglint warnings regarding the use of backslashesrillig1-28/+28
in double quoted strings, variable definition alignments, variable names starting with an underscore and other quoting issues.
2006-01-02DragonFly support. Override config.guess and config.sub.joerg10-11/+118
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-10Make this compile with newer versions of Darwin that have poll(2).rh3-6/+21
2005-09-02Restore the 'old-releases' directory to MASTER_SITES so this packageriz1-2/+3
doesn't immediately break when the next version is released.
2005-09-02Changes 1.0.9:adam6-48/+48
-- fix bug in callerid matching in the dialplan that was introduced in 1.0.8 Changes 1.0.8: -- chan_zap -- Asterisk will now also look in the regular context for the fax extension while executing a macro. Previously, for this to work, the fax extension would have to be included in the macro definition. -- On some systems, ALERTING will be sent after PROCEEDING, so code has been added to account for this case. -- If no extension is specified on an overlap call, the 's' extension will be used. -- chan_sip -- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate to do so. -- We now respond correctly to an invite for T.38 with a "488 Not acceptable here" -- We now discard saved tags on 401/407 responses in case the provider we're talking to tries to pull a dirty trick on us and change it. -- rtptimeout options will now be correctly set on a peer basis rather than only global -- chan_mgcp -- Fixed setting of accountcode -- Fixed where *67 to block callerid only worked for first call -- chan_agent -- We now will not pass audio until the agent has acked the call if the configuration is set up for the agent to do so. -- chan_alsa -- Fixed problems with the unloading of this module -- res_agi -- A fix has been added to prevent calls from being hung up when more than one call is executing an AGI script calling the GET DATA command. -- AGI scripts will now continue to run even if a file was not found with the GET DATA command. -- When calling SAY NUMBER with a number like 09, we will now say "nine" instead of "zero" -- app_dial -- There was a problem where text frames would not be forwarded before the channel has been answered. -- app_disa -- Fixed the timeout used when no password is set -- app_queue -- Distinctive ring has been fixed to work for queue members -- rtp -- Fixed a logic error when setting the "rtpchecksums" option -- say.c -- A problem has been fixed with saying the date in Spanish. -- Makefile -- A line was missing for the autosupport script that caused "make rpm" to fail -- format_wav_gsm -- Fixed a problem with wav formatting that prevented files from being played in some media players -- pbx_spool -- Fixed if the last line of text in a file for the call spool did not contain a new line, it would not be processed -- logger -- Fixed the logger so that color escape sequences wouldn't be sent to the logs -- format_sln -- A lot of changes were made to correctly handle signed linear format on big endian machines
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-24Fix the build of asterisk on powerpc platforms. Approved by jmcneill.riz3-1/+41
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-17This package needs openssl to build; include its buildlink3 file.minskim1-1/+2
2005-04-13Rework patch-aa so that machines with different MACHINE and MACHINE_ARCHriz2-5/+14
stand a chance of working. Fixes build on NetBSD/amd64 - have not tested functionality. Approved by jmcneill.
2005-04-13Asterisk doesn't work with non-native threads. Approved by jmcneill.riz1-1/+3
2005-04-08Initial import of asterisk-1.0.7, from pkgsrc-wip. Approved by jmcneill.riz16-0/+949
There are still some features not enabled by default, but this is a solid foundation upon which to build - a fully-functional PBX can be built, including PSTN gatewaying using the comms/zaptel-netbsd package. From the DESCR: Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk provides Voicemail services with Directory, Call Conferencing, Interactive Voice Response, Call Queuing. It has support for three-way calling, caller ID services, ADSI, SIP and H.323 (as both client and gateway).