Skip to content

Releases: Pegamento/phpagi

2.21.1

Choose a tag to compare

@RubenKremer RubenKremer released this 26 Sep 09:03

Fixed a couple of typing issues with the new method

Full Changelog: 2.21.0...2.21.1

2.21.0

Choose a tag to compare

@RubenKremer RubenKremer released this 26 Sep 08:55

This release adds the caused_hangup method so it is now possible to use the AGI Hangup command to provide a hangupcause from PHP scripts.

2.20.3

Choose a tag to compare

@RobinPegamento RobinPegamento released this 29 Aug 15:15

Fixed potential issue with too few arguments with function phpagi_error_handler.
Fixed new_AsteriskManager() assigning to non-existing member.
Removed references to mysql_errno(), as that function has been removed since PHP 7.0.0.
Commented out references to mysqli_errno(), because that function needs a database connection object passed to it for it to function.

2.20.2

Choose a tag to compare

@RubenKremer RubenKremer released this 22 Apr 14:13

Fixed the issue with the curly bracket array offsets which still existed in the packagist version of welltime/phpagi