[asterisk-bugs] [Asterisk 0012569]: [branch] Receiving Text from res_jabber
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 24 10:37:12 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12569
======================================================================
Reported By: eech55
Assigned To: phsultan
======================================================================
Project: Asterisk
Issue ID: 12569
Category: Resources/res_jabber
Reproducibility: always
Severity: feature
Priority: normal
Status: ready for review
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 115340
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-05-02 00:38 CDT
Last Modified: 2008-12-24 10:37 CST
======================================================================
Summary: [branch] Receiving Text from res_jabber
Description:
Hello,
So far, chan_gtalk sends text to GTalk clients only. There is no way to
hear input from them which limit us a lot.
It will be awesome if we are able to receive text from GTalk users, to
provide extra services such as:
1) Voice menus. The user can select menus by sending corresponding keys
2) Or, "text" menus by which the chan_gtalk replies by text messages
instead of voice
I am glad that phsultan thought about it, however very disappointed that
it was canceled.
http://bugs.digium.com/bug_view_advanced_page.php?bug_id=8659
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0008659 [patch] Add a jabber text receiver appl...
======================================================================
----------------------------------------------------------------------
(0096934) phsultan (manager) - 2008-12-24 10:37
http://bugs.digium.com/view.php?id=12569#c96934
----------------------------------------------------------------------
Gents, the code has been modified quite a lot. Can you please check the
updated branch?
The main modification are :
- the XMPP account configured in jabber.conf is now mandatory ;
- JABBER_RECEIVE is now a dialplan function that returns the content of
the received XMPP message instead a dialplan application that stores it in
a parameter.
Basically, instead of :
JabberReceive(bob at jabber.org,OPTION,20);
You'll use :
Set(OPTION=${JABBER_RECEIVE(asterisk-xmpp,bob at jabber.org,20)});
Issue History
Date Modified Username Field Change
======================================================================
2008-12-24 10:37 phsultan Note Added: 0096934
======================================================================
More information about the asterisk-bugs
mailing list