Releases: radiusone/phpagi
Releases · radiusone/phpagi
Release list
Version 3.0.7
Version 3.0.6
- New methods:
AMI::DAHDIShowStatus(),AMI::FAXSession() - Deprecated methods
AGI::set_var()andAMI::getConfig()will be removed in version 4 AGI::set_global_var()andAGI::set_var()do what you'd expect now (instead of nothing)- A few methods in
AMIandAGIthat 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
- Fix empty channel names breaking in Asterisk 22
Version 3.0.4
- 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
Fixes a spurious warning about the temp directory and provides better fallback
Version 3.0.1
Fixes a minor problem with quoting of multi-word command arguments
Version 3.0
Possibly still missing some AGI/AMI function, but existing ones should be functional.