I want to develop a web software to make calls and record calls . How can i achieve this using php ? Do i need to learn asterisk ? I am totally new to communication programming.
Any help would be appreciated
Thanks in Advance.
I want to develop a web software to make calls and record calls . How can i achieve this using php ? Do i need to learn asterisk ? I am totally new to communication programming.
Any help would be appreciated
Thanks in Advance.
You can't use php to record file.
Only thing you can do is ASK asterisk record,using AMI(control interface) or dialplan(special document which describe for asterisk what to do).
For more info you need read some asterisk book for beginner.