[Home]

Summary:ASTERISK-12148: Asterisk crashes when trying to make a call from Jabbin
Reporter:Andrea Bodrati (andbod)Labels:
Date Opened:2008-06-05 11:00:32Date Closed:2011-06-07 14:00:30
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_gtalk
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Every time I try to establish a call from Jabbin (gtalk compatible) client Asterisk crashes without any error messages. Was working correctly with previous Asterisk version.
The call seems to setup corretly but later I get this error :
No XMPP client to talk to, us (partial JID) : bodrati@jabberout.com/phone
and after a while the call is dropped and asterisk crashes


****** ADDITIONAL INFORMATION ******

Here you can find my configuration files :

jabber.conf

[general]
debug=yes                               ;;Turn on debugging by default.
autoprune=no                            ;;Auto remove users from buddy list.
autoregister=yes                        ;;Auto register users from buddy list.

[asterisk]                              ;;label
type=client                             ;;Client or Component connection
serverhost=jabberout.com                ;;Route to server for example,
                                       ;;      talk.google.com
username=phone@jabberout.com/phone      ;;Username with optional roster.
secret=xxxxxxxxxxxx                     ;;Password
priority=1                              ;;Resource priority
port=5222                               ;;Port to use defaults to 5222
usetls=yes                              ;;Use tls or not
usesasl=yes                             ;;Use sasl or not
status=available                        ;;One of: chat, available, away,
                                       ;;      xaway, or dnd
statusmessage="Jabberout telephony server"          ;;Have custom status message for
                                                   ;;Asterisk.
timeout=100                             ;;Timeout on the message stack.

gtalk.conf

[general]
context=gtalk-in                ;;Context to dump call into
allowguest=yes                  ;;Allow calls from people not in
                               ;;list of peers
bindaddr=x.x.x.x

[guest]                 ;;special account for options on guest account
disallow=all
allow=ulaw
context=gtalk-in
connection=asterisk
Comments:By: phsultan (phsultan) 2008-06-06 16:07:56

Can you please test the latest SVN revision? I believe that the commit from SVN revision 120676 fixes your issue.

Also, by any chance, do you use the patch from bug report ASTERISK-11957 (eg. JabberReceive)?

Thanks!

By: Andrea Bodrati (andbod) 2008-06-07 09:15:47

I tested with latest SVN revision and the issue has been fixed.
Thank you very much!