mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
FS-6296 --resolve mod_rayo: fixed crash on <prompt> bad request
This commit is contained in:
parent
de758448e4
commit
3072573c84
@ -312,7 +312,7 @@ static iks *prompt_component_handle_input_error(struct rayo_actor *prompt, struc
|
||||
iks_insert_attrib(iq, "from", RAYO_JID(RAYO_COMPONENT(prompt)->parent));
|
||||
iks_insert_attrib(iq, "to", RAYO_COMPONENT(prompt)->client_jid);
|
||||
iks_insert_node(iq, iks_copy_within(error, iks_stack(iq)));
|
||||
PROMPT_COMPONENT(prompt)->complete = iq;
|
||||
PROMPT_COMPONENT(prompt)->complete = iks_copy(iq);
|
||||
|
||||
rayo_component_send_stop(prompt, PROMPT_COMPONENT(prompt)->output_jid);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user