Hello everyone,
I have a UniMRCP license for Dialogflow integration. When I receive the Dialogflow response in Asterisk, it comes as a large XML string converted by UniMRCP.
I need to extract the fulfillment_text field from this XML inside Asterisk. I tried to do this using an AGI script, but the XML is too long and I get parsing errors like:
Does anyone have experience or suggestions on how to properly parse or extract the fulfillment_text from this large XML in Asterisk?
Is there a better method to handle or simplify this process?
Thanks in advance for any advice!