summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/router.lua
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-13 11:54:16 -0400
committerPeter Kozak <spag@golwen.net>2013-03-13 11:54:16 -0400
commitf3842463e70d5d5bb557f887c62c68509a523825 (patch)
tree9dbc86d1293115bea4cdac156320174a28723291 /misc/freeswitch/scripts/dialplan/router.lua
parenta36e9a798e1e002a5152319dbdcd144d45a6e4ad (diff)
return route_id
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/router.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/router.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/scripts/dialplan/router.lua b/misc/freeswitch/scripts/dialplan/router.lua
index 277958a..2d82f91 100644
--- a/misc/freeswitch/scripts/dialplan/router.lua
+++ b/misc/freeswitch/scripts/dialplan/router.lua
@@ -98,6 +98,7 @@ function Router.route_match(self, route)
id = route.endpoint_id,
destination_number = common.array.try(self, 'caller.destination_number'),
channel_variables = {},
+ route_id = route.id,
};
local route_matches = false;