What I am looking for is a solution like this:
* Call comes in
* XXX on Line YYY answers
* A URL to a web page is transmitten on some channel, preferably the VoIP channel
* The web page opens in a web window´
You're best off writing a separate application to do that - you probably don't want it tied into the VoIP communications layer because you're then tying yourself into using software VoIP clients. Most people prefer hardphones, so keep yourself flexible.
This would be really quite easy (couple of hours' coding, tops) to construct using a simple Perl script on the server listening to the Manager stream (telnet) for incoming calls, and a small C++/VB/whatever systray application on each Windows PC. The Perl script would connected to the appropriate PC whenever an incoming call appeared to tell it what URL to pop up.
There are security issues with people being able to pop up arbitrary web pages on each other's desktops and the like, but it basically wouldn't be very hard.
You can find information on the Manager interface here:
http://www.voip-info.org/tiki-index.php?page=Asterisk%20manager%20API
Regards,
Alastair _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users