Hi all…
I wish i could pass a variable through ami via php script and recall its value in dialplan.
I see php script and variable value but nothing on asterisk cli…
on php i use fputs($socket, “Variable: ID=$var1,\r\n”);
Has anyone a working example ?
Have i to set and export variable with __ ?
I have made several attemps but surely i miss something…sorry
I have search on google and tried different way…
Thanks