Class: PbxWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/pbx_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
# File 'app/workers/pbx_worker.rb', line 6

def perform
  success = Phone::Pbx.instance.start_packet_capture('8h')
end