[asterisk-bugs] [JIRA] (ASTERISK-22569) JABBER_RECEIVE function crash Asterisk

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Sep 26 14:43:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210601#comment-210601 ] 

Matt Jordan commented on ASTERISK-22569:
----------------------------------------

Thank-you for reporting this issue.

Please note that {{chan_gtalk}}, {{chan_jingle}}, and {{res_jabber}} are extended support modules in Asterisk 1.8; as such, development support for them comes from the Asterisk Development community. Response times for your issue may reflect that.

The modules you are using here in Asterisk 1.8 are deprecated in Asterisk 11. Upgrading to Asterisk 11 will allow you to take advantage of {{chan_motif}} and {{res_xmpp}}, which are core supported modules. If you can reproduce this in Asterisk 11, please attach a backtrace from that version of Asterisk as well.
                
> JABBER_RECEIVE function crash Asterisk
> --------------------------------------
>
>                 Key: ASTERISK-22569
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22569
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_jabber
>    Affects Versions: 1.8.23.1
>         Environment: CentOS 6.4 32bit
>            Reporter: Andrea Sannucci
>         Attachments: backtrace.txt
>
>
> Using this block of dialplan:
> [google-in]
> exten => s,1,NoOp( Call from Gtalk )
> same => n,SendText(Hola,Como te llamas?)
> same => n,Set(nombre=${JABBER_RECEIVE(campus.voztovoice,${CALLERID(name)},20)})
> same => n,SendText(Hola ${nombre}, bienvenido en VozToVoice)
> same => n,Set(CALLERID(name)=${nombre})
> same => n,Wait(2)
> same => n,SendText(Espera un momento mientras te comunicamos con un operador)
> same => n,Dial(SIP/1000,30)
> same => n,Hangup()
> When a GTalk user call Gtalk user configurated on Asterisk, the PBX crash.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list