Hi,

I am trying to get events to be fired out using the following codes in JS:

e = new Event("custom", "message");
var txt = "main menu===========";
e.addBody(txt);
session.sendEvent(e);


Within my client, I sent "Plain event all" to listen to all events.
Then, I filtered on all the events, but I can't find anything that has
the text "main", "menu", "custom" or "message".

I am wondering if my code has bug or I was not looking at the right
place in my event log.

Could someone please give me some suggestion?

Any help will be greatly appreciated.

Thanks,
Pete

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to