From 4494349c43dbe93500f0edcb2dd11df43e0b729a Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 12 Jun 2013 09:14:40 +0200 Subject: caller_id_type vs. sip_cid_type --- app/models/gateway_setting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/models/gateway_setting.rb b/app/models/gateway_setting.rb index 2f5b526..9613099 100644 --- a/app/models/gateway_setting.rb +++ b/app/models/gateway_setting.rb @@ -14,7 +14,7 @@ class GatewaySetting < ActiveRecord::Base 'contact' => 'String', 'dial_string' => 'String', 'profile' => 'String', - 'sip_cid_type' => 'String', + 'caller_id_type' => 'String', }, 'xmpp' => { 'server' => 'String', -- cgit v1.2.3