I've tried the precompiled version of gastman, but it does'n work properly under windows, so I would like to try to compile it under windows, so maybe it begins to work. I've tried to compile gastman with mingw, but the db3.1 libraries request the cygwin include files and libraries. Then I've copied the cygwin's include files and libraries to mingw's directory, but the make procedure fails with this error message: "c:\programmi\mingw\bin\..\lib\gcc-lib\mingw32\3.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lintl make: *** [gastman.exe] Error 1". I need the right compile procedure, because there aren't any documents or manuals about this. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20030225/70a29b56/attachment.html>
Speaking of gastman... I got it compiled and logged in alright, but when I'm using it, things don't appear the way they should and I get these messages in my term window: [root@testpbx gastman]# ./gastman (gastman:3070): Gtk-CRITICAL **: file gtkpixmap.c: line 103 (gtk_pixmap_new): assertion `val != NULL' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcontainer.c: line 947 (gtk_container_add): assertion `GTK_IS_WIDGET (widget)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcombo.c: line 1116 (gtk_combo_set_popdown_strings): assertion `strings != NULL' failed (gastman:3070): Gtk-CRITICAL **: file gtkpixmap.c: line 103 (gtk_pixmap_new): assertion `val != NULL' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcontainer.c: line 947 (gtk_container_add): assertion `GTK_IS_WIDGET (widget)' failed Any ideas whats up or what I may be missing? -----Original Message----- From: Frank Hoonhout <frank.hoonhout@state.or.us> Date: Wed, 30 Apr 2003 21:14:33 -0700 To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] gastman Thanks! Frank...> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Martin Pycko > Sent: Wednesday, April 30, 2003 9:00 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] gastman > > > You need to look at /etc/asterisk/manager.conf to set up a > username, password and the rights. > > Martin > > On Wed, 30 Apr 2003, Frank Hoonhout wrote: > > > > > Maybe I am not making my self clear, or maybe I am just dense. (damn > > newbies!) ;) > > > > I have looked at the MAKE file, it does not answer my question. > > > > How does one logon? > > > > Here's what's going on. > > > > I execute gastman under X. > > I get prompted for a remote host. (I presume its the > asterisk host) > > Then it asks for a user name and password. > > > > This is were I get stuck. > > > > I hoping to find a README or something, that would explain how to > > logon. > > > > Frank... > > > > > -----Original Message----- > > > From: asterisk-users-admin@lists.digium.com > > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf > Of Martin > > > Pycko > > > Sent: Wednesday, April 30, 2003 8:07 PM > > > To: asterisk-users@lists.digium.com > > > Subject: RE: [Asterisk-Users] gastman > > > > > > > > > "vi Makefile" and you have all the docs you need :) > > > > > > in other words try to do "make" and you'll have gastman > executable > > > that you can run under X windows > > > > > > Martin > > > > > > On Wed, 30 Apr 2003, Frank Hoonhout wrote: > > > > > > > I did exactly as he says. > > > > No docs here. > > > > > > > > [root@asterisk gastman]# ll -a > > > > total 1216 > > > > drwxr-xr-x 6 root root 4096 Apr 30 16:56 . > > > > drwxr-xr-x 14 root root 4096 Apr 30 16:55 .. > > > > drwxr-xr-x 3 root root 4096 Apr 30 16:55 art > > > > drwxr-xr-x 2 root root 4096 Apr 30 16:55 CVS > > > > -rw-r--r-- 1 root root 40 Mar 25 11:45 > .cvsignore > > > > -rwxr-xr-x 1 root root 433130 Apr 30 16:56 gastman > > > > -rw-r--r-- 1 root root 40309 Mar 30 12:35 > gastman.c > > > > -rw-r--r-- 1 root root 2816 Mar 30 12:35 > gastman.h > > > > -rw-r--r-- 1 root root 105124 Apr 30 16:56 > gastman.o > > > > -rw-r--r-- 1 root root 3328 Feb 12 05:59 > gtklink.c > > > > -rw-r--r-- 1 root root 984 Feb 12 05:59 > gtklink.h > > > > -rw-r--r-- 1 root root 120968 Apr 30 16:56 > gtklink.o > > > > -rw-r--r-- 1 root root 53719 Mar 30 12:35 gui.c > > > > -rw-r--r-- 1 root root 388856 Apr 30 16:56 gui.o > > > > drwxr-xr-x 4 root root 4096 Apr 30 16:55 include > > > > -rw-r--r-- 1 root root 1204 Mar 25 11:45 Makefile > > > > -rw-r--r-- 1 root root 4089 Feb 12 05:59 > > > Makefile.mingw > > > > -rw-r--r-- 1 root root 8296 Mar 10 22:00 md5.c > > > > -rw-r--r-- 1 root root 7084 Apr 30 16:56 md5.o > > > > drwxr-xr-x 3 root root 4096 Apr 30 16:55 win32 > > > > -rw-r--r-- 1 root root 447 Feb 12 05:59 > win32dep.h > > > > > > > > Frank... > > > > > > > > > -----Original Message----- > > > > > From: asterisk-users-admin@lists.digium.com > > > > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf > > > Of Darran > > > > > Wilson > > > > > Sent: Wednesday, April 30, 2003 5:45 PM > > > > > To: asterisk-users@lists.digium.com > > > > > Subject: Re: [Asterisk-Users] gastman > > > > > > > > > > > > > > > Do exactly as he said, there are docs in the dir it downloads. > > > > > > > > > > darran > > > > > > > > > > ----- Original Message ----- > > > > > From: "Frank Hoonhout" <frank.hoonhout@state.or.us> > > > > > To: <asterisk-users@lists.digium.com> > > > > > Sent: Wednesday, April 30, 2003 7:10 PM > > > > > Subject: RE: [Asterisk-Users] gastman > > > > > > > > > > > > > > > > Looks interesting. > > > > > > > > > > > > How does one logon? > > > > > > Are there DOCs on this? > > > > > > > > > > > > Frank... > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: asterisk-users-admin@lists.digium.com > > > > > > > [mailto:asterisk-users-admin@lists.digium.com] On > Behalf Of > > > > > > > Martin Pycko > > > > > > > Sent: Wednesday, April 30, 2003 2:33 PM > > > > > > > To: asterisk-users@lists.digium.com > > > > > > > Subject: Re: [Asterisk-Users] gastman > > > > > > > > > > > > > > > > > > > > > you can find it in cvs .... > > > > > > > > > > > > > > just do "export > > > > > > > CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot" > > > > > > > "cvs login" pass is anoncvs > > > > > > > "cvs co gastman" > > > > > > > > > > > > > > Martin > > > > > > > > > > > > > > On Wed, 30 Apr 2003, Darran Wilson wrote: > > > > > > > > > > > > > > > Is the graphical Interface still around? I have a buggy > > > > > > > copy I d/led > > > > > > > > from the site months ago but I can't seem to find a > > > > > > > > current > > > > > > > release.. > > > > > > > > > > > > > > > > > > > > > > > > laters, > > > > > > > > > > > > > > > > darran > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > > > > > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > _______________________________________________ > > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > > > > > > > _______________________________________________ > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Is the graphical Interface still around? I have a buggy copy I d/led from the site months ago but I can't seem to find a current release.. laters, darran -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030430/8c7ee6f5/attachment.htm
nm, didn't do make install -----Original Message----- From: Joe Antkowiak <joe@jsci.net> Date: Wed, 30 Apr 2003 20:42:23 GMT To: asterisk-users@lists.digium.com <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] gastman Speaking of gastman... I got it compiled and logged in alright, but when I'm using it, things don't appear the way they should and I get these messages in my term window: [root@testpbx gastman]# ./gastman (gastman:3070): Gtk-CRITICAL **: file gtkpixmap.c: line 103 (gtk_pixmap_new): assertion `val != NULL' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcontainer.c: line 947 (gtk_container_add): assertion `GTK_IS_WIDGET (widget)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcombo.c: line 1116 (gtk_combo_set_popdown_strings): assertion `strings != NULL' failed (gastman:3070): Gtk-CRITICAL **: file gtkpixmap.c: line 103 (gtk_pixmap_new): assertion `val != NULL' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gdk-CRITICAL **: file gdkdraw.c: line 311 (gdk_drawable_unref): assertion `GDK_IS_DRAWABLE (drawable)' failed (gastman:3070): Gtk-CRITICAL **: file gtkcontainer.c: line 947 (gtk_container_add): assertion `GTK_IS_WIDGET (widget)' failed Any ideas whats up or what I may be missing? -----Original Message----- From: Frank Hoonhout <frank.hoonhout@state.or.us> Date: Wed, 30 Apr 2003 21:14:33 -0700 To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] gastman Thanks! Frank...> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Martin Pycko > Sent: Wednesday, April 30, 2003 9:00 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] gastman > > > You need to look at /etc/asterisk/manager.conf to set up a > username, password and the rights. > > Martin > > On Wed, 30 Apr 2003, Frank Hoonhout wrote: > > > > > Maybe I am not making my self clear, or maybe I am just dense. (damn > > newbies!) ;) > > > > I have looked at the MAKE file, it does not answer my question. > > > > How does one logon? > > > > Here's what's going on. > > > > I execute gastman under X. > > I get prompted for a remote host. (I presume its the > asterisk host) > > Then it asks for a user name and password. > > > > This is were I get stuck. > > > > I hoping to find a README or something, that would explain how to > > logon. > > > > Frank... > > > > > -----Original Message----- > > > From: asterisk-users-admin@lists.digium.com > > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf > Of Martin > > > Pycko > > > Sent: Wednesday, April 30, 2003 8:07 PM > > > To: asterisk-users@lists.digium.com > > > Subject: RE: [Asterisk-Users] gastman > > > > > > > > > "vi Makefile" and you have all the docs you need :) > > > > > > in other words try to do "make" and you'll have gastman > executable > > > that you can run under X windows > > > > > > Martin > > > > > > On Wed, 30 Apr 2003, Frank Hoonhout wrote: > > > > > > > I did exactly as he says. > > > > No docs here. > > > > > > > > [root@asterisk gastman]# ll -a > > > > total 1216 > > > > drwxr-xr-x 6 root root 4096 Apr 30 16:56 . > > > > drwxr-xr-x 14 root root 4096 Apr 30 16:55 .. > > > > drwxr-xr-x 3 root root 4096 Apr 30 16:55 art > > > > drwxr-xr-x 2 root root 4096 Apr 30 16:55 CVS > > > > -rw-r--r-- 1 root root 40 Mar 25 11:45 > .cvsignore > > > > -rwxr-xr-x 1 root root 433130 Apr 30 16:56 gastman > > > > -rw-r--r-- 1 root root 40309 Mar 30 12:35 > gastman.c > > > > -rw-r--r-- 1 root root 2816 Mar 30 12:35 > gastman.h > > > > -rw-r--r-- 1 root root 105124 Apr 30 16:56 > gastman.o > > > > -rw-r--r-- 1 root root 3328 Feb 12 05:59 > gtklink.c > > > > -rw-r--r-- 1 root root 984 Feb 12 05:59 > gtklink.h > > > > -rw-r--r-- 1 root root 120968 Apr 30 16:56 > gtklink.o > > > > -rw-r--r-- 1 root root 53719 Mar 30 12:35 gui.c > > > > -rw-r--r-- 1 root root 388856 Apr 30 16:56 gui.o > > > > drwxr-xr-x 4 root root 4096 Apr 30 16:55 include > > > > -rw-r--r-- 1 root root 1204 Mar 25 11:45 Makefile > > > > -rw-r--r-- 1 root root 4089 Feb 12 05:59 > > > Makefile.mingw > > > > -rw-r--r-- 1 root root 8296 Mar 10 22:00 md5.c > > > > -rw-r--r-- 1 root root 7084 Apr 30 16:56 md5.o > > > > drwxr-xr-x 3 root root 4096 Apr 30 16:55 win32 > > > > -rw-r--r-- 1 root root 447 Feb 12 05:59 > win32dep.h > > > > > > > > Frank... > > > > > > > > > -----Original Message----- > > > > > From: asterisk-users-admin@lists.digium.com > > > > > [mailto:asterisk-users-admin@lists.digium.com] On Behalf > > > Of Darran > > > > > Wilson > > > > > Sent: Wednesday, April 30, 2003 5:45 PM > > > > > To: asterisk-users@lists.digium.com > > > > > Subject: Re: [Asterisk-Users] gastman > > > > > > > > > > > > > > > Do exactly as he said, there are docs in the dir it downloads. > > > > > > > > > > darran > > > > > > > > > > ----- Original Message ----- > > > > > From: "Frank Hoonhout" <frank.hoonhout@state.or.us> > > > > > To: <asterisk-users@lists.digium.com> > > > > > Sent: Wednesday, April 30, 2003 7:10 PM > > > > > Subject: RE: [Asterisk-Users] gastman > > > > > > > > > > > > > > > > Looks interesting. > > > > > > > > > > > > How does one logon? > > > > > > Are there DOCs on this? > > > > > > > > > > > > Frank... > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: asterisk-users-admin@lists.digium.com > > > > > > > [mailto:asterisk-users-admin@lists.digium.com] On > Behalf Of > > > > > > > Martin Pycko > > > > > > > Sent: Wednesday, April 30, 2003 2:33 PM > > > > > > > To: asterisk-users@lists.digium.com > > > > > > > Subject: Re: [Asterisk-Users] gastman > > > > > > > > > > > > > > > > > > > > > you can find it in cvs .... > > > > > > > > > > > > > > just do "export > > > > > > > CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot" > > > > > > > "cvs login" pass is anoncvs > > > > > > > "cvs co gastman" > > > > > > > > > > > > > > Martin > > > > > > > > > > > > > > On Wed, 30 Apr 2003, Darran Wilson wrote: > > > > > > > > > > > > > > > Is the graphical Interface still around? I have a buggy > > > > > > > copy I d/led > > > > > > > > from the site months ago but I can't seem to find a > > > > > > > > current > > > > > > > release.. > > > > > > > > > > > > > > > > > > > > > > > > laters, > > > > > > > > > > > > > > > > darran > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > > > > > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > _______________________________________________ > > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > > > > > > > _______________________________________________ > > > > Asterisk-Users mailing list Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Is there any documentation on Gastman? I have it working, but should it be able to read the existing extensions.conf file to populate the graphic screen or do you have to enter them by hand? If you do, how can you save them so the icons will reload when you start gastman again? Thank Lee