From 0a976c6b463288df4a9516bbd08f6232a37d427c Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 26 Feb 2013 09:21:34 -0500 Subject: enable tel: handling for sip_accounts --- config/locales/views/sip_accounts/de.yml | 2 ++ config/locales/views/sip_accounts/en.yml | 2 ++ config/routes.rb | 3 +++ 3 files changed, 7 insertions(+) (limited to 'config') diff --git a/config/locales/views/sip_accounts/de.yml b/config/locales/views/sip_accounts/de.yml index 7a7e540..2b4939b 100644 --- a/config/locales/views/sip_accounts/de.yml +++ b/config/locales/views/sip_accounts/de.yml @@ -41,6 +41,8 @@ de: registration: 'Registrierung' expires: 'Läuft ab' user_agent: 'User Agent' + tel_protocol: 'TEL Protokoll' + register_tel_protocol: 'Für tel: URLs registrieren' actions: confirm_destroy: 'Sind Sie sicher, dass Sie diesen SIP-Account löschen möchten?' destroy: 'Löschen' diff --git a/config/locales/views/sip_accounts/en.yml b/config/locales/views/sip_accounts/en.yml index 35d5456..78d20c2 100644 --- a/config/locales/views/sip_accounts/en.yml +++ b/config/locales/views/sip_accounts/en.yml @@ -41,6 +41,8 @@ en: registration: 'Registration' expires: 'Expires' user_agent: 'User Agent' + tel_protocol: 'TEL Protocol' + register_tel_protocol: 'Register for tel: URLs with browser' actions: confirm_destroy: 'Are you sure you want to delete this SIP account?' destroy: 'Delete' diff --git a/config/routes.rb b/config/routes.rb index b6943ab..16133d2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -274,6 +274,9 @@ Gemeinschaft42c::Application.routes.draw do end end resources :voicemail_settings + member do + get 'call' + end end resources :phones, :only => [] do -- cgit v1.2.3