GFI Software

Welcome to the GFI Software community forum! For support please open a ticket from https://support.gfi.com.

Home » GFI User Forums » Kerio Operator » call routing error
call routing error [message #147878] Sat, 28 March 2020 11:01 Go to next message
Piskota is currently offline  Piskota
Messages: 28
Registered: August 2011
Location: Hungarian

Hi All

when i try to change route incoming call function not applied this.
Ewery incomming call routed the previusli settings

Anyone use this program?

Thanks
Re: call routing error [message #148282 is a reply to message #147878] Mon, 15 June 2020 16:50 Go to previous messageGo to next message
juankax is currently offline  juankax
Messages: 7
Registered: June 2020
Hello,
try the new version of the program
Re: call routing error [message #148329 is a reply to message #148282] Sat, 20 June 2020 14:35 Go to previous message
Lewis-H is currently offline  Lewis-H
Messages: 11
Registered: December 2019
Try this

namespace :admin do
resources :posts , :categories
get '', to: 'posts#index', as: '/'
end

scope "(:locale)", :constraints => {:locale => /[a-zA-Z]{2}/} do
...
root :to => 'site#home', :via => :get
...
end
Output of rake routes

admin GET /admin(.:format) admin/posts#index
Tried with get localhost:3000/admin

Started GET "/admin" for 127.0.0.1 at 2013-06-11 17:41:40 +0700
Processing by Admin::PostsController#index as HTML
Rendered admin/posts/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 1095ms (Views: 1095.1ms | ActiveRecord: 0.0ms)
Previous Topic: [SOLVED] Forwarded calls: No audio
Next Topic: Modifying sip.conf
Goto Forum:
  


Current Time: Tue Jun 06 03:54:39 CEST 2023

Total time taken to generate the page: 0.02143 seconds