Update call_flow add sleep before uuid_display.

This commit is contained in:
FusionPBX 2020-05-19 17:36:11 -06:00 committed by GitHub
parent 4ae8cc2e7d
commit be39ad99eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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