mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Fix a problem with the previous commit.
This commit is contained in:
@@ -473,7 +473,7 @@
|
||||
end
|
||||
|
||||
--get the pin
|
||||
pin_number = session:getVariable("pin_number", conference_center_greeting);
|
||||
pin_number = session:getVariable("pin_number");
|
||||
if (not pin_number) then
|
||||
pin_number = nil;
|
||||
pin_number = get_pin_number(domain_uuid, conference_center_greeting);
|
||||
|
||||
Reference in New Issue
Block a user