Skip to content

Instantly share code, notes, and snippets.

View erichowey's full-sized avatar

Eric Howey erichowey

  • Talkroute Inc.
  • Las Vegas
View GitHub Profile
@erichowey
erichowey / extensions.lua
Created February 21, 2024 20:07
Using func_odbc with lua example
extensions = {
["from-external"] = {
["_X."] = function(c, e)
-- USE THE HASH FUNCTION
local destinationMetadata = {}
destinationMetadata.data = {}
app.verbose("USE THE HASH FUNCTION")