summaryrefslogtreecommitdiff
path: root/comms/p5-Asterisk/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26comms: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07comms: Remove SHA1 hashes for distfilesnia1-2/+1
2017-09-17p5-Asterisk: update to 1.08.wiz1-5/+5
1.08 Package asterisk::perl to resolve pause index upload. 1.07 Replace Config with Conf namespace to resolve conflict with Asterisk::config distro 1.06 New upload with original asterisk-perl distro name More test script updates to increase code coverage. 1.05 Fix Asterisk::Manager undefined response RT#115789 ( Thanks Chris Hemmerly) Fix MakeFile.PL and Asterisk::Perl for Pause Indexing (Thanks Jim Keenan) minor updates on the test scripts 1.04 Asterisk-Perl distribution now on Github. Added simple test scripts Travis and CoverAll integration with new Github repository Asterisk-Perl distribution now ready for Pull Request Challenge (http://cpan-prc.org/)
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2012-04-01Updated to 1.03rhaen1-4/+4
Changes: 1.03 Fix AGI.pm from printing warnings on some optional variables (http://bugs.debian.org/525025) 1.02 Fix POD for AGI.pm thanks to Lawrence Gilbert Fix Manager.pm parsing values that were 0 Fix verbose example in AGI.pm Fix return in _readparse in AGI.pm Fix quoting on a few AGI.pm commands
2009-07-07pkgsrc changes:sno1-4/+4
- Updating package for p5 module asterisk-perl from 0.10nb1 to 1.01 - Adjusting license to artistic - Fix destdir support Upstream changes: 1.01 Fix 2 typos in Asterisk::Manager (Thanks Denis Smirnov) 1.00 Fix AGI readresponse so if ReadParse isn't manually run, the first command output will be returned Fix AGI say_datetime_all so it works correctly (pointed out by Sergey Basmanov) Fix Manager sendcommand problem. Reported by numerous people but patch used from Tilghman Lesher Fix warning from being printed if AGI verbose is used without level
2008-08-05Update from version 0.08 to 0.10. Changes:he1-4/+4
0.10 Seriously this is a test release, and if all is well next version will be 1.0. Allow AGI commands get_option and stream_file to accept an array of files in addition to a single file (inspired by Michael Komitee) Add gender paramater to AGI SAY NUMBER (only in asterisk trunk) Fix operator precedence login in debugging output of AGI (Thanks Matt Reilly) Adjust the way we handle ReadParse so it will work if the user handles those reads themself Quote options that are passed to exec and export $VERSION in AGI (Thanks Peter Beckman) Allow offset to be passed to stream_file in AGI (Thanks jfields via CPAN) Fix behavior of noop in AGI.pm (Thanks Dmitry Ivanov for pointing this out) 0.09 Test release. Will go to 1.0 shortly after testing Change AGI.pm so we run ReadParse if the user forgot to run it manually Add LICENSE file to source Added 2 basic tests of AGI.pm so 'make test' does something Time to 'use strict' and 'use warnings' in AGI.pm (Hurray!) Added 'SetVar' as available keyword in Outgoing.pm Modified Asterisk::AGI set_variable to always quote the value Add directory.agi example from C. de Souza <m.list at yahoo.de> Updated calleridnamelookup.agi from Jeff Siddall <jeff at siddall.name> Manager.pm update from Brian Evans <brian at indosoft.ca> Patches from Peter Beckman <beckman at purplecow.com> (THANKS!!!) Add documentation for missing functions in AGI.pm Add control_stream_file to AGI.pm Add get_full_variable to AGI.pm Add get_option to AGI.pm Add say_alpha/date/time/datetime/phonetic to AGI.pm Change callback to be in central location rather than per function Allow using multiple SetVar in Outgoing.pm from Dariusz Dwornikowski <d.dwornikowski at proadmin.com.pl> Use 'use strict' and 'use warnings' in Outgoing.pm
2006-03-15Add asterisk-perl 0.08, a collection of perl modules and examples for use withgavan1-0/+5
Asterisk. For consistency, the pkgsrc package is called p5-Asterisk.