AGICommand_exec Remove My Double Quotation
Good day, guys As the subject, I’m sending this command for executing CELGenUserEvent via AGI
*EXEC CELGenUserEvent DIAL_DATA,abc”xyz*
in asterisk cli with agi debug mode, I see that I successfully sent my param *abc”xyz *to asterisk, but it removes my double quotation in collecting the options to execute cli:
*
One thought on - AGICommand_exec Remove My Double Quotation
sr guys, but I found it out, commands like SET VARIABLE also have the same problem, strip off my quotations. solution is to escape the quotation with double slash \\.
*EXEC CELGenUserEvent DIAL_DATA,abc\\”xyz.*
It has been noted in res_agi.c rgds, Loi Dang