summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/call_routes_controller.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/controllers/call_routes_controller.rb b/app/controllers/call_routes_controller.rb
index 653fd55..7cc50ab 100644
--- a/app/controllers/call_routes_controller.rb
+++ b/app/controllers/call_routes_controller.rb
@@ -36,10 +36,10 @@ class CallRoutesController < ApplicationController
def edit
@call_route = CallRoute.find(params[:id])
@endpoints = Gateway.all.collect {|r| [ "gateway: #{r.to_s}", "gateway=#{r.id}" ] }
- @endpoints << [ 'phonenumber', 'phonenumber' ]
- @endpoints << [ 'dialplanfunction', 'dialplanfunction' ]
- @endpoints << [ 'hangup', 'hangup' ]
- @endpoints << [ 'unknown', 'unknown' ]
+ @endpoints << [ 'phonenumber', 'phonenumber=' ]
+ @endpoints << [ 'dialplanfunction', 'dialplanfunction=' ]
+ @endpoints << [ 'hangup', 'hangup=' ]
+ @endpoints << [ 'unknown', 'unknown=' ]
spread_breadcrumbs
end