[asterisk-bugs] [Asterisk 0014352]: [patch] Adding JabberJoin and an argument to JabberSend for groupchats
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jun 5 09:06:49 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14352
======================================================================
Reported By: fiddur
Assigned To: phsultan
======================================================================
Project: Asterisk
Issue ID: 14352
Category: Resources/res_jabber
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!): 171829
Request Review:
======================================================================
Date Submitted: 2009-01-28 04:39 CST
Last Modified: 2009-06-05 09:06 CDT
======================================================================
Summary: [patch] Adding JabberJoin and an argument to
JabberSend for groupchats
Description:
Joining groupchats already has functions in res_jabber.c, they are just not
available from the dialplan.
I added JabberJoin and a parameter to JabberSend to say if it is to a
groupchat.
======================================================================
----------------------------------------------------------------------
(0106047) fiddur (reporter) - 2009-06-05 09:06
https://issues.asterisk.org/view.php?id=14352#c106047
----------------------------------------------------------------------
I have to ask first, why these two lines where removed from trunk:
static int aji_send_exec(struct ast_channel *chan, void *data);
static int aji_status_exec(struct ast_channel *chan, void *data);
..that is, the predeclaration of the exec-functions specifically. I
changed them to const char *data, but should the forward declarations of
exec-functions be removed?
Issue History
Date Modified Username Field Change
======================================================================
2009-06-05 09:06 fiddur Note Added: 0106047
======================================================================
More information about the asterisk-bugs
mailing list