I am extremely new to twilio, I created a test account on twilio, they gave me a number.
Now I want to forward call coming to that given(given by twilio) to any other number. I am able to do this from twilio's website.
But, I want to make this happen through my application, where 1. On one side, there is my number and 2. one other side, there is a textbox, in which I will give the number, on which the calls will be forwarded and 3. a save button, which will save the changes, after pressing which, whenever someone calls on the number given by twilio, that incoming call will be forwarded to the number specified in textbox
I want to achieve this functionality through PHP
But am totally unknown to twilio.
Hoping for help.
Any help will be greatly appreciated.
Thanks in advance for helping.