Update dialplan.lua

This commit is contained in:
FusionPBX 2022-09-22 15:01:36 -06:00 committed by GitHub
parent ed107606d3
commit eeec6173e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
assert(dbh:connected());
--get the hostname
hostname = trim(api:execute("switchname", ""));
hostname = trim(api:execute("hostname", ""));
--set the xml array and then concatenate the array to a string
local xml = {}