Hi all.
I'm developing a VOIP application, and trying to handle dynamic IP problems without using SIP.

Currently, for test purposes I have a simple PHP at
http://www.spamdel.com/ip.php
which gives your current _external_ IP address.
What I intend to do is make up a central database web page with:
user id/email adds
user IP (updated each time user logs on similar to above PHP)
etc.

each time the user starts VOIP it logs in to the web page and updates 'user IP'.

This means that for the multitude of users who have an IP address dynamic or otherwise, that they can be found by various search fields, and also if their IP is dynamic, get updated IP from the central directory.

Should I build this database using mysql (windows based) or should I do it another way?
I have never used mysql before, but presume that fields on the host can me defined, queried, and most likely backed up using the hosts own backup methods.
Can I make the database secure, apart from user queries (by building password into the software), or can the database be encrypted?

Any tips appreciated.
Alistair+

_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to