summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-06-12 09:14:40 +0200
committerPeter Kozak <spag@golwen.net>2013-06-12 09:14:40 +0200
commit4494349c43dbe93500f0edcb2dd11df43e0b729a (patch)
tree5adc57f062854f8c0f7765783c8fb24fe2461620
parent9a34bfecca1bb3d6da4af4faa4e8f8c3cf13b153 (diff)
caller_id_type vs. sip_cid_type
-rw-r--r--app/models/gateway_setting.rb2
1 files changed, 1 insertions, 1 deletions
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',