mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Using phrase uuid instead of the phrase name reason is this prevents the phrase from breaking when the phrase name is changed.
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
table.insert(xml, [[ </input>]]);
|
||||
table.insert(xml, [[ </macro>]]);;
|
||||
end
|
||||
table.insert(xml, [[ <macro name="]]..row.phrase_name..[[.]]..row.domain_uuid..[[">]]);
|
||||
table.insert(xml, [[ <macro name="]]..row.phrase_uuid..[[">]]);
|
||||
table.insert(xml, [[ <input pattern=\"(.*)\">]]);
|
||||
table.insert(xml, [[ <match>]]);
|
||||
match_open_tag = true
|
||||
|
||||
Reference in New Issue
Block a user