From 50f1c25d6ae641e48d29cc4a6742dd12ce60d4a9 Mon Sep 17 00:00:00 2001 From: spag Date: Thu, 7 Feb 2013 15:13:14 +0100 Subject: dtmf routing table added --- app/models/call_route.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/call_route.rb b/app/models/call_route.rb index 1c3f70a..6e0dcab 100644 --- a/app/models/call_route.rb +++ b/app/models/call_route.rb @@ -2,7 +2,7 @@ class CallRoute < ActiveRecord::Base # https://github.com/rails/strong_parameters include ActiveModel::ForbiddenAttributesProtection - ROUTING_TABLES = ['prerouting', 'outbound', 'inbound'] + ROUTING_TABLES = ['prerouting', 'outbound', 'inbound', 'dtmf'] has_many :route_elements, :dependent => :destroy -- cgit v1.2.3