I reviewed the code for chat_send.  But if I'm reading it right, its designed to send a message to a channel. In reading the wiki page for mod_dingaling, it looks like FS registers a user with a server, then waits for someone to "call" them with an XMPP client.  at that point it will create a channel.  In my case I want to send/receive a message to/from the user freeswitch registered without a call being placed.

Unless, during the registration, FS created a UUID for the open XMPP connection, in which case how would I find that UUID?

-pete
-------- Original Message --------
Subject: Re: [Freeswitch-users] XMPP (mod_dingaling) for
Events/Messaging
From: Michael Jerris <m...@jerris.com>
Date: Fri, September 25, 2009 7:22 pm
To: freeswitch-users@lists.freeswitch.org

see chat_send api command and api_hangup_hook.  In combination that might work.

Mike

On Sep 25, 2009, at 6:07 PM, Pete Mueller wrote:

Hello all,

I was wondering if anyone has used mod_dingaling for messaging rather than voice/video.  Specifically, I would like to have FS send an XMPP message to an ActiveMQ server when it records a voicemail.  Additionally I would like like to have CDR entries posted into the ActiveMQ server as calls are completed.

It seems all the pieces are there, just not necessarily used for this task. My fall-back would be to use Event Socket to receive events and then forward them on to the MQ server.  But if I could directly integrate it, that would be one less system to worry about.

Any help would be appreciated.
-pete
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
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