[asterisk-bugs] [Asterisk 0012569]: Receiving Text from chan_gtalk

noreply at bugs.digium.com noreply at bugs.digium.com
Tue May 6 04:45:02 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:                   Addons/New Feature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.19 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             05-02-2008 00:38 CDT
Last Modified:              05-06-2008 04:45 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


====================================================================== 

---------------------------------------------------------------------- 
 phsultan - 05-06-08 04:44  
---------------------------------------------------------------------- 
Ok the attached patch is a first step.

Here is a dialplan example of how to use it :
context gtalk-in {	
	s => {
	  Answer();
	  SendText("Please enter the extension you which to call");
	  JabberReceive(NEW);
	  Dial(SIP/${NEW}@10.0.0.1);
	  Hangup(); 
	}	
};

Of course, the remote GoogleTalk client must place a call to Asterisk,
which in return will answer the call, and interact with the user through a
text chat. In the previous example, the user is expected to enter an
extension that Asterisk will eventually use to place a call to a SIP peer. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-06-08 04:45  phsultan       Note Added: 0086447                          
======================================================================




More information about the asterisk-bugs mailing list