[asterisk-bugs] [Asterisk 0012569]: [branch] Receiving Text from res_jabber

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jan 10 10:18:22 CST 2009


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 testing
Asterisk Version:           SVN 
Regression:                 No 
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:              2009-01-10 10:18 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0097427) maxgo (reporter) - 2009-01-10 10:18
 http://bugs.digium.com/view.php?id=12569#c97427 
---------------------------------------------------------------------- 
Hello, I'm very interested in using the new jabber channel as you have
modified it... I understand that in a few words, is capable of:

1) Sending to the current gtalk client without specifying the destination
or origin addresses in the jabber channel.

2) Receive also in the dialplan by specifying the client's gtalk address
found within the ${CALLERID(name)} variable and the target variable.




<--------------------------->


If you could point out the stable version at this point and if there's a
patch for 1.4 please let us know.


<--------------------------->




I'm trying to build a skype-like dialer, here's an example of the code:
[google]
exten => s,1,answer()
exten => s,2,JabberSend(${CALLERID(name)},Enter Destination Number)
exten => s,3,JabberReceive(${CALLERID(name)},DEST,30)
exten => s,4,JabberSend(${CALLERID(name)},Dialing ${DEST})
exten => s,5,Dial(Local/${DEST}@publicdialplanobd)

All the call rating and limitation is done after in the context "
publicdialplan".

Thanks 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-10 10:18 maxgo          Note Added: 0097427                          
======================================================================




More information about the asterisk-bugs mailing list