<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sounds crazy, I used a wiki page Saturday and spent 5 hours trying to find it again so I can edit and add to it but I cannot. Since it’s so hard to find I will add links to it in other pages. It may be LUA or SOFIA or ESL related. I found a page that had the names of variables I could get into a LUA program triggered by:<div class="">hook event="custom" subclass="sofia::unregister" script=“…..</div><div class=""><br class=""></div><div class=""><div class=""><div class="">There was a section for unregistered (and others) that list them like:</div><div class="">username: ….</div><div class="">from_user: ... </div><div class="">I used them here:</div><div class="">local username  = event:getHeader("username");</div><div class="">local from_user = event:getHeader("from-user");</div></div></div><div class=""><br class=""></div><div class="">If anyone knows the page please point me to it. I found an item missing from the page and was going to edit the page and add it (missing user-agent for unregister event). I found this page:<div class=""><a href="https://freeswitch.org/confluence/pages/viewpage.action?pageId=15139388" class="">https://freeswitch.org/confluence/pages/viewpage.action?pageId=15139388</a></div><div class="">and edited it but that’s not the one I originally saw, the other one had custom and other events for LUA listed. </div><div class="">Thanks</div><div class="">Mario G</div></div></body></html>