elixir_mod_event
elixir_mod_event copied to clipboard
Added Event-UUID header to sendmsg_exec function
I added Event-UUID parameter and header to sendmsg_exec function, for correlating commands with CHANNEL_EXECUTE and CHANNEL_EXECUTE_COMPLETE events. (As documented here)
Parameter's default value is empty string. (Freeswitch will reply in the header with a random UUID)
I added same functionality to TCP mode as well.