Make sure when doing a Click to call between 2 unregistered numbers you are passing key= and use your API key. Remember, your API key should not be exposed to the outside to protect your accounts security.
Yes, I have entered my credential correctly in the file credentials.php, and I am using ctc-notunregistered.php API file for making a call between two unregistered numbers, and i have also tried ctc.php file for this but got same response
==response== Password Verification Failed.
I am using these parameter to making a call, where $number1 and $number2 are two different numbers.
$test->addParameter("app","CTC"); $test->addParameter("key",$public_key) ; // public key
Important : I have signed up with my personal phone number, not any one of the above two numbers. I am assuming that unregistered number means any number in US. Is it right sir?
Please help what i need to do for this.
Regards.
-- Edited by anjum on Tuesday 14th of April 2009 12:21:18 AM
-- Edited by anjum on Tuesday 14th of April 2009 12:22:49 AM