Class: PbxWorker
- Inherits:
-
Object
- Object
- PbxWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/pbx_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'app/workers/pbx_worker.rb', line 6 def perform success = Phone::Pbx.instance.start_packet_capture('8h') end |