diff options
author | Peter Kozak <spag@golwen.net> | 2013-06-12 13:58:01 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-06-12 13:58:01 +0200 |
commit | 30545005cbb228a5f009eec859739af3a0655cfd (patch) | |
tree | 913e505817f738797a0b1bfd88253bf3105d35fd /app | |
parent | db8867ef5779e40b84da50870ddc6ecf2e52ac10 (diff) |
gateway dependent caller_id handling
Diffstat (limited to 'app')
-rw-r--r-- | app/models/gateway_setting.rb | 5 |
1 files changed, 4 insertions, 1 deletions
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', |