Method: Adhearsion::CallController::Dial::Dial#skip_cleanup
- Defined in:
- lib/adhearsion/call_controller/dial.rb
#skip_cleanup ⇒ Object
Do not hangup outbound calls when the Dial operation finishes. This allows outbound calls to continue with other processing once they are unjoined.
311 312 313 |
# File 'lib/adhearsion/call_controller/dial.rb', line 311 def skip_cleanup @skip_cleanup = true end |