mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update call_flow add sleep before uuid_display.
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
--display label on Phone (if support)
|
||||
if (session:ready()) then
|
||||
if #active_flow_label > 0 then
|
||||
session:sleep(1000);
|
||||
local api = freeswitch.API();
|
||||
local reply = api:executeString("uuid_display "..session:get_uuid().." "..active_flow_label);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user