voipd
12-18-2008, 08:11 AM
With that free service Web-Driven SpamFone[you can create a HTML link to call directly from the web site, for instance, a bookmark: (substitute parameters with those of your VoIP/SIP provider values):
HTML code example:
<a href="http://spam.com/spam.jsp?sipserver=MYSIPServer&siprealm=myRealm&callto=DestinyPhoneNum&username=myuser" target="_blank">my VoIP Provider bookmark</a>
Or let other users to call you from Web:
<a href="http://spam.com/spam.jsp?sipserver=myServer&siprealm=myRealm&callto=MyPhone" target="_blank">Contact me with MyVoIP Provider</a>
That is especially useful within the same VoIP community / provider / operator where generally we have free call between users.
Obviously you can use your favorite SIP community / provider settings to make VoIP calls directly from the web page.
HTML code example:
<a href="http://spam.com/spam.jsp?sipserver=MYSIPServer&siprealm=myRealm&callto=DestinyPhoneNum&username=myuser" target="_blank">my VoIP Provider bookmark</a>
Or let other users to call you from Web:
<a href="http://spam.com/spam.jsp?sipserver=myServer&siprealm=myRealm&callto=MyPhone" target="_blank">Contact me with MyVoIP Provider</a>
That is especially useful within the same VoIP community / provider / operator where generally we have free call between users.
Obviously you can use your favorite SIP community / provider settings to make VoIP calls directly from the web page.