<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
Hello Michal,<br>
<br>
Thank you for the hint!<br>
Can I ask you for your script so I have some idea how it works?<br>
I have apache already running on my * box.<br>
<br>
Thank you,<br>
Ondrej<br>
<br>
Michał Niklas wrote:
<blockquote cite="mid45585E33.7040802@heuthes.pl" type="cite">Ondrej
Valousek napisał(a):
  <br>
  <blockquote type="cite">Hi all,
    <br>
    <br>
I am interested in integrating my telephone system (I am using
hardphones and Asterisk) with my desktop - something like this:
    <br>
    <br>
1. someone sends me his/her phone number via email/icq
    <br>
2. I cut/paste the number in some application/web page (?)
    <br>
3. my phone starts ringing and when I pick it up I will get connected
with the remote party.
    <br>
  </blockquote>
I have done this by simple CGI program that creates call file.
  <br>
I put asterisk and HTTP server (apache) on the same machine.
  <br>
In CGI program I also do some number normalization, so if user
  <br>
sends me "+48 91 123 45 67" I remove spaces and other special
  <br>
chars and add "Zap/g1/" prefix.
  <br>
  <br>
Be aware of file permissions and do not create call file "on place",
  <br>
but rather create it in tmp directory and than move it to final spool
directory.
  <br>
  <br>
Regards,
  <br>
Michał Niklas
  <br>
  <br>
_______________________________________________
  <br>
--Bandwidth and Colocation provided by Easynews.com --
  <br>
  <br>
asterisk-users mailing list
  <br>
To UNSUBSCRIBE or update options visit:
  <br>
  <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  <br>
</blockquote>
<br>
</body>
</html>