diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-13 11:54:16 -0400 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-13 11:54:16 -0400 |
commit | f3842463e70d5d5bb557f887c62c68509a523825 (patch) | |
tree | 9dbc86d1293115bea4cdac156320174a28723291 /misc/freeswitch/scripts/dialplan | |
parent | a36e9a798e1e002a5152319dbdcd144d45a6e4ad (diff) |
return route_id
Diffstat (limited to 'misc/freeswitch/scripts/dialplan')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/router.lua | 1 |
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; |