From 30545005cbb228a5f009eec859739af3a0655cfd Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 12 Jun 2013 13:58:01 +0200 Subject: gateway dependent caller_id handling --- app/models/gateway_setting.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/models/gateway_setting.rb b/app/models/gateway_setting.rb index 9613099..e96bb52 100644 --- a/app/models/gateway_setting.rb +++ b/app/models/gateway_setting.rb @@ -14,7 +14,10 @@ class GatewaySetting < ActiveRecord::Base 'contact' => 'String', 'dial_string' => 'String', 'profile' => 'String', - 'caller_id_type' => 'String', + 'from' => 'String', + 'from_clir' => 'String', + 'asserted_identity' => 'String', + 'asserted_identity_clir' => 'String', }, 'xmpp' => { 'server' => 'String', -- cgit v1.2.3