Skip to content

Instantly share code, notes, and snippets.

@krakatoa
Created August 25, 2014 22:07
Show Gist options
  • Save krakatoa/eab9904502a1da737314 to your computer and use it in GitHub Desktop.
Save krakatoa/eab9904502a1da737314 to your computer and use it in GitHub Desktop.
Event handling mod_lua
-- local s = event:serialize("xml")
local name = event:getHeader("Event-Name")
freeswitch.consoleLog("NOTICE", "Got event! " .. name)
if name == "DTMF" then
end
<!--<hook event="DTMF" script="/etc/freeswitch/scripts/dtmf_handler.lua"/>-->
<hook event="all" script="/etc/freeswitch/scripts/dtmf_handler.lua"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment