#Copy and Past this Code below To Embed

#a Doddle Linked Phone on your webpage:

#You can set your own image , link , etc

#URL Parameters:

#sipserver=74.94.2

#username=2333

#password=pass

#callto=PHONETOCALL

#proxy=outbound-proxy

#stun=STUN server for NAT

#auto=yes ; start call automatically

 

<html>

<head>

<meta http-equiv=”Content-Type” content=”text/plain” >

<title>Linked Phone </title>

 

 

<script type=”text/javascript”>

 

function click2call(){

 

document.getElementById(‘click2call’).innerHTML = “<iframe id=\”ifrclick2call\” src class=\”click2call\” frameborder=\”0\” width=\”550\” height=\”398\” scrolling=\”no\” ></iframe>”;

var urlSolutions = “http://www.doddlephone.com/widget/click2call.html?sipserver=74.94.29&proxy=PROXY&stun=STUN&username=2333&password=PASSWORD&callto=PHONETOCALL&auto=yes”;

document.getElementById(‘ifrclick2call’).src = urlSolutions;

return;

}

 

</script>

 

 

</head>

 

 

 

<body>

<div id=”linkedphone”>

 

<p>

<div id=”click2call”>

<img align=”middle” onclick=”javascript: click2call();” border=”0″ src=”../img/callme.png” width=”80″ height=”90″ alt=”Call Me” title=”Call Me” />

<a href=”javascript: click2call();”><font size=”5″ color=”#003399″><b>Call us!</b></font></a>

</div>

 

</div>

 

</body>

</html>