click_to_dial.html 603 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <!-- $Id$ -->
  3. <header>
  4. <title>
  5. Click-To-Dial
  6. </title>
  7. </header>
  8. <body>
  9. <h1>
  10. Click-To-Dial (using REFER)
  11. </h1>
  12. <i>Unfortunately, this example does not work. The reason is use of
  13. REFER for third-party call-control has not been standardized due
  14. to resistance of proponents of B2BUA use (which is somewhat bloated
  15. and not always operational).
  16. </i>
  17. <form method=POST action=click_to_dial.php>
  18. <table>
  19. <tr>
  20. <td>
  21. Caller's SIP Address
  22. <td>
  23. <input name=caller>
  24. <tr>
  25. <td>
  26. Callee's SIP Address
  27. <td>
  28. <input name=callee>
  29. <tr>
  30. <td>Click to dial
  31. <td>
  32. <input type=submit value=now>
  33. </table>
  34. </form>
  35. </body>