Page 1 of 1

Doddle phone update

PostPosted: Thu Jul 26, 2012 10:41 am
by Acidshock
Not sure how many even use the doddle phone webphone but they recently changed URLs. You need to edit the doddlephone_redirect.php and change the lines to the following:

$query_string = "/widget/click2call.html?sipserver=$server_ip&username=$phone_login&password=$phone_pass";

$servers = array("www.doddlephone.com","www.doddlephone.com");

Re: Doddle phone update

PostPosted: Sat Jul 28, 2012 11:06 pm
by williamconley
Excellent post. :)

Re: Doddle phone update

PostPosted: Tue Jan 15, 2013 11:39 am
by omarrodriguezt
Tested and working. Thank you!.
Any idea how to enable the numbers dial pad?
By the way, are you using doddle in production?
Is safe, I mean any idea if doodle company is able to listen the calls or get data from our network?

Re: Doddle phone update

PostPosted: Wed Jan 16, 2013 2:31 pm
by williamconley
use a local packet sniffer to see if it tries to "call home" in any way. when your computer has no reason to communicate with any site other than vicidial and DNS.

Re: Doddle phone update

PostPosted: Thu Jan 17, 2013 6:10 pm
by omarrodriguezt
Thank you william!