[asterisk-bugs] [Asterisk 0012569]: Receiving Text from chan_gtalk
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri May 16 05:14:23 CDT 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: Channels/chan_gtalk
Reproducibility: always
Severity: feature
Priority: normal
Status: feedback
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: 05-02-2008 00:38 CDT
Last Modified: 05-16-2008 05:14 CDT
======================================================================
Summary: Receiving Text from chan_gtalk
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...
======================================================================
----------------------------------------------------------------------
phsultan - 05-16-08 05:14
----------------------------------------------------------------------
PH : I tried to address the segfault problem in the new patch, please test.
Also, in this new version, JabberReceive takes two arguments, first one
being the Jabber ID we're expecting a message from.
I'll add a timeout argument too, because it is currently stuck to 10s.
eech55 : new patch should make your dialplan example work now.
Note on SendText : SendText can be used instead of JabberSend if the
channel is of type Gtalk. We could also imagine a use case outside of Gtalk
like :
[sip-context]
exten => s,1,answer()
exten =>
s,n,JabberSend(asterisk,philippe.sultan at gmail.com,${CALLERID(name)} is
trying to call ${EXTEN}, allow?)
exten => s,n,JabberReceive(philippe.sultan at gmail.com,RCV_EXT)
... string comparison, etc. ...
The considered context can be SIP/IAX or whatever protocol related, the
Jabber* applications are used by the administrator to interact with
Asterisk.
Guys, thank you very much for your help, we're close to having a new
valuable Asterisk application ;)
Issue History
Date Modified Username Field Change
======================================================================
05-16-08 05:14 phsultan Note Added: 0086935
======================================================================
More information about the asterisk-bugs
mailing list