Hi All In Order to place a "call Me" button on a webpage which would you use ? [A] <a href="sip:1234@123.123.123">Call Me</a> or [B] <a mailto:"sip:1234@123.123.123.123">Call Me</a> Then what s/w is required on the users end to make the call so that it rings via an * server to a sip phone (ip phone) registered with the * server 123.123.123.123 ?? Thanks in advance Barry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040521/28805e8e/attachment.htm
On Fri, May 21, 2004 at 01:01:10PM -0400, Barry Fawthrop wrote:> In Order to place a "call Me" button on a webpage which would you use ?> [A] <a href="sip:1234@123.123.123">Call Me</a> > [B] <a mailto:"sip:1234@123.123.123.123">Call Me</a>I don't know anything much about SIP/VoIP integration within browsers, but I do know that [A] is valid HTML and [B] is not. So [B] will never work, whereas [A] looks credible.