[asterisk-bugs] [JIRA] (ASTERISK-22569) JABBER_RECEIVE function crash Asterisk
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Wed Oct 11 13:33:21 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-22569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Corey Farrell closed ASTERISK-22569.
------------------------------------
Resolution: Won't Fix
res_jabber no longer exists in any currently supported version of Asterisk. If you haven't already you should switch to res_xmpp / chan_motif. On quick scan of the source it does not look like res_xmpp has this issue. If I'm wrong please open a new ticket.
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list