Update call_flow add sleep before uuid_display.
This commit is contained in:
parent
4ae8cc2e7d
commit
be39ad99eb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue