Paulo Vicentini
2008-Dec-22 20:17 UTC
[asterisk-users] Web-driven SIP call thru Asterisk IPBX
Hi, I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications. You can pre-fill it with your sip settings (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+"&provider="+serviceName; window.open(URL,"MyWindow") } </script> </head> <body> <h3>Your Asterisk?Applications web site...</h3> <p>Use?Asterisk to call right now! <a??? href="javascript:webcall_win('asteriskIP','asterisk','123456','myuser','myServiceName')";"><u>Web-driven Call</u></a> </body> </html> /*********************************/? Thus your Asterisk sip users are ready to call from web page with your Asterisk server.? PS: Asterisk?s default realm:? asterisk sip.conf: [general] realm = your_realm_here / default is asterisk Address: www.doddle.com.br ?Paulo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081222/3b007f8f/attachment.htm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081222/3b007f8f/attachment.html
Paulo Vicentini
2009-Jan-06 22:03 UTC
[asterisk-users] Web-driven SIP call thru Asterisk IPBX
Just let you know that the SIP webphone service is also reachable on doddling.com ? You can pre fill it with your SIP settings: http://doddling.com/endoddle.jsp?sipserver=MyServer&siprealm=Realm&callto=Phone&username=User&provider=Name&hide=y ? Paulo Doddle WebPhone doddling.com ________________________________ From: Paulo Vicentini <pvicentiniad at yahoo.com> To: asterisk-users at lists.digium.com Sent: Monday, December 22, 2008 5:17:59 PM Subject: Web-driven SIP call thru Asterisk IPBX Hi, I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications. You can pre-fill it with your sip settings (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+"&provider="+serviceName; window.open(URL,"MyWindow") } </script> </head> <body> <h3>Your Asterisk?Applications web site...</h3> <p>Use?Asterisk to call right now! <a??? href="javascript:webcall_win('asteriskIP','asterisk','123456','myuser','myServiceName')";"><u>Web-driven Call</u></a> </body> </html> /*********************************/? Thus your Asterisk sip users are ready to call from web page with your Asterisk server.? PS: Asterisk?s default realm:? asterisk sip.conf: [general] realm = your_realm_here / default is asterisk Address: www.doddle.com.br ?Paulo -----Inline Attachment Follows----- My Asterisk Applications web site here... Use our Asterisk to call right now! Web-driven Call -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090106/e51ee4bb/attachment.htm
Possibly Parallel Threads
- Soft SIP phones that support TLS - Asterisk version 13.13.1
- hosted / virtual IPBX platform
- Fedora DS 'winSync' module
- Installing R into home directory?
- Cisco 79xx users/consultants, 7970G color in particular share information (was: Re: asterisk-users Digest, Vol 44, Issue 3)