|
Home > Archive > Voice Over IP in UK > November 2005 > VOIP Web dialer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| All,
I have this task of making a web dialer. A dialer that can be used to
make PC to PC and PC to PSTN calls using internet without downloading
any software(through a url). It should work for browsers like ie,
netscape, firefox etc.
My understanding is - i would either have to use Java Applet or ActiveX
componenet.
1. Which would be a better option to use?
2. Whichever is the best option - can anyone give me pointers of how
to go about it.
Note - I have a com library for codec support.
Regards,
chum
| |
| Martin² 2005-11-22, 8:45 pm |
| Vonage have got one on their website, maybe you can have peek...
(haven't seen it, not a customer, but seems a good idea)
Regards,
Martin
| |
|
| chum wrote:
> All,
>
> I have this task of making a web dialer. A dialer that can be used to
> make PC to PC and PC to PSTN calls using internet without downloading
> any software(through a url). It should work for browsers like ie,
> netscape, firefox etc.
>
> My understanding is - i would either have to use Java Applet or ActiveX
> componenet.
> 1. Which would be a better option to use?
> 2. Whichever is the best option - can anyone give me pointers of how
> to go about it.
> Note - I have a com library for codec support.
ActiveX will only ever work with IE on Windows, a horribly clap-ridden
platform that nobody in their right mind should be using. It's basically
the same as running an executable in a browser window.
Probably Java would be your best bet. If you're brave, you could try Flash
or AJAX ;-)
--
<http://ale.cx/> (AIM:troffasky) (gebssnfxl@ubgznvy.pbz)
18:41:25 up 20 days, 22:16, 4 users, load average: 0.78, 0.81, 0.68
This is my BOOOOOOOOOOOOOOOOOOOOOMSTICK
| |
|
|
Thanks,
1. yes, java(applets) would be the right option for making it browser
independent. However, with that i would need codec library for
G729,GSM,G711 etc. written in java. I wonder if thats available at all.
I am not getting any information on the same.inputs?
2. Would it mandatory to use 'java' Sip Library as well?
Shelly
|
|
|
|
|