From 02f217c4a93de7f042f38584b5aa6b2a2bae869e Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 7 May 2013 14:44:24 +0200 Subject: voicemail route added --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3