diff options
author | Peter Kozak <spag@golwen.net> | 2013-05-07 14:44:24 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-05-07 14:44:24 +0200 |
commit | 02f217c4a93de7f042f38584b5aa6b2a2bae869e (patch) | |
tree | 2272201c79d590d8b8327cfe2802405a7ddff72e | |
parent | 91b9da216d001c749b6d3429d88b35d0c1d3537b (diff) |
voicemail route added
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 14929db..8120e6c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -169,6 +169,7 @@ Gemeinschaft42c::Application.routes.draw do get "config_snom/:phone/:sip_account/phone_book" => "config_snom#phone_book" get "config_snom/:phone/:sip_account/call_history" => "config_snom#call_history" get "config_snom/:phone/:sip_account/call_history_:type" => "config_snom#call_history" + get "config_snom/:phone/:sip_account/voicemail" => "config_snom#voicemail" get "config_snom/:phone/:sip_account/call_forwarding" => "config_snom#call_forwarding" get "config_snom/exit" => "config_snom#exit" get "config_snom/:phone/exit" => "config_snom#exit" |