[asterisk-bugs] [Asterisk 0012569]: [branch] Receiving Text from res_jabber
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 28 11:46:14 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-11-28 11:46 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...
======================================================================
----------------------------------------------------------------------
(0095596) jcovert (reporter) - 2008-11-28 11:46
http://bugs.digium.com/view.php?id=12569#c95596
----------------------------------------------------------------------
To make this even more useful:
Would it be possible to have a "textcontext" declared in jabber.conf, such
that an incoming text message creates a very short call in the declared
context; the expected code would need to do a JabberReceive (which would,
of course, always complete immediately) and then do whatever other
processing is appropriate.
It could send another text back, issue another JabberReceive, and carry on
a dialogue without an audio call ever being established. As long as the
dialplan code does not exit, further text messages FROM THE SAME
BUDDY/Resource would continue to be queued for that "call", if the call
exits without clearing all the incoming text messages, a new call would be
started as soon as the current one exits.
If a real call from the same buddy/resource were to come in, JabberReceive
would return a special status, and the call would now behave as with the
existing incoming call code and could be answered. If a call comes in it
would ring until answered, but if no Jabberreceive is executed before the
current text "call" exits, a new call at the normal call context would be
started.
Please consider this. Thank you.
/john
Issue History
Date Modified Username Field Change
======================================================================
2008-11-28 11:46 jcovert Note Added: 0095596
======================================================================
More information about the asterisk-bugs
mailing list