> Date: Tue, 19 Jul 2005 22:19:41 +1000 > > > I'm trying to automate gnomemeeting dialing a connection to a remote ip > address. > I had a search and couldnt find this feature inside gnomemeeting... is > there a way I can automate it? > Idealy i want to be able to run a server with a webcam and be able to > visit the box like: > http://4.3.2.1/start_gnomemeeting.php?to_ip=1.2.3.4
man gnomemeeting, see -c parameter ie: $ gnomemeeting -c h323:1.2.3.4 # call to direct IP address $ gnomemeeting -c h323:h323.voxgratia.org # test call $ gnomemeeting -c callto:ils.seconix.com/[EMAIL PROTECTED] # ILS still works? $ gnomemeeting -c h323:[::ffff:1.2.3.4] # not sure if IPv6 works in this _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
