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

noreply at bugs.digium.com noreply at bugs.digium.com
Tue May 13 12:44:53 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-13-2008 12:44 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-13-08 12:44  
---------------------------------------------------------------------- 
> In summary, chan_gtalk and res_jabber are working as expected, no issues
so far. 
> However, from an end user's perspective, I would prefer to have
"allow=all" 
> working, just as it does with sip.conf or iax.conf.

Ok, I'll try to address that issue. Regarding the DTMF problem, I won't
have much time to dedicate to it, sorry Mahmoud.

I'd like you to test this new version of the patch. This new version does
not look for the channel to queue the text frame to based on the caller id.
This allows to use the JabberReceive application for any channel (SIP, IAX,
..), not only Gtalk or Jingle. I also added another argument so the
administrator must specify the Jabber ID Asterisk should expect an XMPP
message from.

A new dialplan snippet :
context acontext {
    s => {
      Answer();
      SendText("Please enter the extension you which to call");
      JabberReceive(philippe.sultan at gmail.com,NEW);
      Dial(SIP/${NEW}@10.0.0.1);
      Hangup();
    }
};

Mahmoud, can you please test this new version?

Thanks! 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-13-08 12:44  phsultan       Note Added: 0086794                          
======================================================================




More information about the asterisk-bugs mailing list