be consistent

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8205 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-04-26 01:00:34 +00:00
parent 9d27233fea
commit 5743b7e152
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- This is an example of sending an event via luarun from the cli -- This is an example of sending an event via luarun from the cli
-- Edit to your liking. luarun mwi_event.lua -- Edit to your liking. luarun mwi_event.lua
freeswitch.console_log("info", "Sending MWI Event using Lua\n"); freeswitch.console_log("info", "Lua in da house!!!\n");
local event = freeswitch.Event("message_waiting"); local event = freeswitch.Event("message_waiting");
event:add_header("MWI-Messages-Waiting", "no"); event:add_header("MWI-Messages-Waiting", "no");