[asterisk-bugs] [JIRA] (ASTERISK-22569) JABBER_RECEIVE function crash Asterisk
Andrea Sannucci (JIRA)
noreply at issues.asterisk.org
Sat Sep 21 11:27:03 CDT 2013
Andrea Sannucci created ASTERISK-22569:
------------------------------------------
Summary: 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
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