<div dir="ltr">Hi Brian,<br><br>If I try <br>e = freeswitch.Event(&quot;message&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; e:addBody(&quot;thisisatestevent&quot;,&quot;abcd&quot;)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session:sendEvent(e)<br><br>2008-08-25 23:09:30 [ERR] mod_lua.cpp:176 lua_parse_and_execute() Error in addBody expected 2..2 args, got 3<br>
stack traceback:<br>&nbsp;&nbsp;&nbsp; [C]: in function &#39;addBody&#39;<br><br><br>If I try<br><br>e = freeswitch.Event(&quot;message&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; e:addBody(&quot;thisisatestevent&quot;)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session:sendEvent(e)<br>
<br>It went through, but I can&#39;t pick up any message with the name or type &quot;message&quot;<br><br><br>Thanks for your help.<br><br>JB<br><br><br><br><div class="gmail_quote">On Mon, Aug 25, 2008 at 12:23 AM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try e:addBody<br>
/b<br>
<div class="Ih2E3d"><br>
On Aug 24, 2008, at 8:51 AM, Juan Backson wrote:<br>
<br>
&gt; &nbsp;e:add_body(&quot;mymsg&quot;,&quot;abcd&quot;)<br>
<br>
</div>Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>