mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update dialplan.lua
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user