Skip to content

Releases: radiusone/phpagi

Version 3.0.7

Choose a tag to compare

@miken32 miken32 released this 31 Aug 19:12
721c462
  • Improve config file handling

Version 3.0.6

Choose a tag to compare

@miken32 miken32 released this 28 Aug 18:21
245147a
  • New methods: AMI::DAHDIShowStatus(), AMI::FAXSession()
  • Deprecated methods AGI::set_var() and AMI::getConfig() will be removed in version 4
  • AGI::set_global_var() and AGI::set_var() do what you'd expect now (instead of nothing)
  • A few methods in AMI and AGI that deal with dialplan priorities now accept strings or integers, as priorities can be numbers or labels
  • AGI::send_text() expects a string parameter

Version 3.0.5

Choose a tag to compare

@miken32 miken32 released this 21 Aug 22:00
a20f72a
  • Fix empty channel names breaking in Asterisk 22

Version 3.0.4

Choose a tag to compare

@miken32 miken32 released this 17 Apr 19:15
1e23f73
  • Improved AMI experience – user functions don't throw ReflectionException and instead just log the error
  • More detailed return types for AGI methods

Version 3.0.2

Choose a tag to compare

@miken32 miken32 released this 23 Oct 16:01
7f207da

Fixes a spurious warning about the temp directory and provides better fallback

Version 3.0.1

Choose a tag to compare

@miken32 miken32 released this 22 Jan 22:06

Fixes a minor problem with quoting of multi-word command arguments

Version 3.0

Choose a tag to compare

@miken32 miken32 released this 07 Jan 22:59

Possibly still missing some AGI/AMI function, but existing ones should be functional.