I would like to create a file with AGI_asteriskManager if anyone know how i can do it
I have write this script
#!/usr/bin/php -q
he is fonctionnal but i would like to take send into a file the properties of $call
thanx a lot
I would like to create a file with AGI_asteriskManager if anyone know how i can do it
I have write this script
#!/usr/bin/php -q
he is fonctionnal but i would like to take send into a file the properties of $call
thanx a lot
Hi ,
do you mean you want to create call file using the below code?
Regards
CJ
i have find the solution with popen i want to write a file
popen(“echo $call >> info.txt”,‘r’);
but i want to know the status of my line and with the return i have only the originate status anyone know how i can give the status of my call ?