[Freeswitch-users] sending of even from external to the lua script (onInput)

Yuriy Nasida nasida at live.ru
Fri Sep 27 00:50:10 MSD 2013


Guys, can I get some advice ?

From: nasida at live.ru
To: freeswitch-users at lists.freeswitch.org
Date: Wed, 25 Sep 2013 23:36:02 +0400
Subject: [Freeswitch-users] sending of even from external to the lua script	(onInput)




Hi there!
My lua script  has onInput function for listening of external events which I sends from other PHP script.

1) Lua function onInput(s, type, obj)	if (type == "event") then	freeswitch.consoleLog("warning", "get_info_and_play.lua: type = " .. type .. "\n");        ----------------        ----------------	endend-------------------
2) PHP<?php        require_once('ESL.php');        $sock = new ESLconnection('MY_IP', '8021', 'Mypass');        $e = new ESLevent("CUSTOM","");        $e->addHeader("Result_od_sql_queue","1111111");        $sock->sendEvent($e);?>
I would like to catch such events but can not. 
I set '/event plain all' in fs_cli and see that event  received. But... Lua can not catch it.
May be I should add channel uuid of FS session to event I sent from PHP and this way lua script will able to get event?
Please advice. 		 	   		  

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130927/ac2b7212/attachment.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list