Hi
DNS only resolves the 'host' part of the URL. A URL may be like so:
http://www.cisco.com/stuff/etc/boring.asp?user=john&meeting=1234&sessionid=12348uuefjhsdfhsdj
So in that example, http:// denotes the protocol (may be http, https, ftp etc), www.cisco.com is the host (well, www is the host/server, and cisco.com is the domain), and then the /stuff/etc/boring.asp is the path to the web page on the www server/host computer you want to access. Anything after the ? is a parameter that is passed to the page, and & seperates multiple parameters.
So if you have your www.cisco.com (or meetingplace.yourdomain.dyndns.org, whatever you have set up) working consistently, then your DNS is OK. If you can ping meetingplace.yourdomain.dyndns.org and see your correct IP address returned, DNS is OK.
The stuff after the host part of the URL is going to be different for each Meeting, and that is normal.
Regards
Aaron
Please rate helpful posts...
Aaron
Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!