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

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jan 10 16:57:02 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 16:57 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0097436) maxgo (reporter) - 2009-01-10 16:57
 http://bugs.digium.com/view.php?id=12569#c97436 
---------------------------------------------------------------------- 
Hello blitzrage, phsultan...

I have tested successfully the version
asterisk-jabberreceive-phsultan-trunk and have managed to build a dialer;
first prompting the user to enter the destination number, then by doing a
GTalk Account mapping, something like an ANI-mapping:

[google]
exten => s,1,answer() 
exten => s,2,JabberSend(asterisk,${CALLERID(name)},Enter Destination
Number)
exten => s,3,Set(DEST=${JABBER_RECEIVE(asterisk,${CALLERID(name)},20)})
exten => s,4,JabberSend(asterisk,${CALLERID(name)},Dialing ${DEST})
exten => s,5,Dial(Local/${DEST}@publicdialplanobd)

The thing is that many other things that were working perfectly in
asterisk-1.4.22, now don't work:
- I have problems storing mysql cdrs.
- The debug in logger doesn't work.
- The SIP registration is failing in many cases...

Could you instruct us on how to implement the current functionality of
jabber in asterisk-jabberreceive-phsultan-trunk into 1.4.22?

A patch would be highly appreciated, I read above from other user that
he'd like to keep using 1.4 also.

Thank you very much and regards 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-10 16:57 maxgo          Note Added: 0097436                          
======================================================================




More information about the asterisk-bugs mailing list