Displaying 1 result from an estimated 1 matches for "webcall_win".
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
...(Asterisk host name or IP /?realm / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example)
?
/**************************/
simple HTML code example:
/*************************/
<html>
<head>
<script type="text/javascript">
?
function webcall_win(sip,realm,phone,user,serviceName)
{
//You can have your ajax code here communicating with your site...
//XMLHttpRequest...
?
var URL? = "http://doddle.com.br/endoddle.jsp?sipserver="+sip+"&siprealm="+realm+"&callto="+phone+"&username="+user+"...