- Feature: Add #sip_remove_header to complement #sip_add_header, to remove a specific header that was previously added
- Remove dependency on activesupport
- Feature: Add
#say_characters
, which usesSayDigits
to override adhearsion's built in SSML-generating method
- Feature: Add
#goto
, which will pass a call to another context/extension/priority and disconnect from Adhearsion
- Bugfix: Fixed
#execute
to concatenate multiple arguments correctly
- Feature: Added explicit silence generation
- Feature: added play_tone for DTMF in-call generation
- Bugfix: "code is an undefined method" errors on executing AMI methods directly (issue #6)
- Feature: Added helper to execute AMI actions easily
- Fix error in header name for #agi_context
- Adhearsion::Call now exposes the AGI context through #agi_context
- Stable release
- Remove the monkey-patched version of
CallController#stream_file
since Punchblock now supports stopping output
- Update to work with Adhearsion 2.0.0.rc2
- Remove overloaded
CallController#play
and#play!
- we should use Adhearsion's core auto-detection
- Update to use Adhearsion's changed Plugin semantics (no more dialplan hooks)
- Monkeypatch Adhearsion::CallController with Asterisk-specific overloads
- Fix a bug that prevented agi actions from completing properly due to accessing their completion reason incorrectly
- Depend on Adhearsion properly
- A whole bunch of new stuff
- Asterisk config generators moved from Adhearsion
- Namespace cleanup
- ahn-asterisk to adhearsion-asterisk
- First release!