Introduction
Introduction Statistics Contact Development Disclaimer Help
call_medium.rb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
git clone git://jay.scot/warvox
Log
Files
Refs
README
---
call_medium.rb (448B)
---
1 # == Schema Information
2 #
3 # Table name: call_media
4 #
5 # id :integer not null, primary key
6 # call_id :integer not null
7 # project_id :integer not null
8 # audio :binary
9 # mp3 :binary
10 # png_big :binary
11 # png_big_dots :binary
12 # png_big_freq :binary
13 # png_sig :binary
14 # png_sig_freq :binary
15 #
16
17 class CallMedium < ApplicationRecord
18 belongs_to :call
19 belongs_to :project
20 end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.