diff options
author | Peter Kozak <spag@golwen.net> | 2013-02-26 09:21:34 -0500 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-02-26 09:21:34 -0500 |
commit | 0a976c6b463288df4a9516bbd08f6232a37d427c (patch) | |
tree | 4fd75b7654bbe056408bb724c6fd0092b49ae064 /config/routes.rb | |
parent | ad2121462a9ea9a776756a188779a9d504f078b7 (diff) |
enable tel: handling for sip_accounts
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |