[asterisk-gui] Re: asterisk-gui Digest, Vol 1, Issue 9

Marco Torrez torrezm at gmail.com
Mon Nov 27 06:44:14 MST 2006


Thanks All
Asterisk Gui is working.
Solution: make -i (ignore errors)


2006/11/23, asterisk-gui-request at lists.digium.com <
asterisk-gui-request at lists.digium.com>:
>
> Send asterisk-gui mailing list submissions to
>         asterisk-gui at lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.digium.com/mailman/listinfo/asterisk-gui
> or, via email, send a message with subject or body 'help' to
>         asterisk-gui-request at lists.digium.com
>
> You can reach the person managing the list at
>         asterisk-gui-owner at lists.digium.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of asterisk-gui digest..."
>
>
> Today's Topics:
>
>    1. I cant login (Marco Torrez)
>    2. Re: I cant login (Jason Parker)
>    3. Re: I cant login (Pari Nannapaneni)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 22 Nov 2006 17:59:50 -0300
> From: "Marco Torrez" <torrezm at gmail.com>
> Subject: [asterisk-gui] I cant login
> To: asterisk-gui at lists.digium.com
> Message-ID:
>         <d6a2102e0611221259r7684b39bm50a5609165569afe at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi All
> I have Asterisk a.4.0-beta 3, asterisk-gui
> Linux Suse 10.1 Web browser:Firefox
> i registerd softphone X-Lite (Sip).
>
> http.conf:
> enabled=yes
> enablestatic=yes
>
> manager.conf:
> enabled = yes
> webenabled = yes
> [labtyssa]
> secret=mypassword
> read = system,call,log,verbose,command,agent,user,config
> write = system,call,log,verbose,command,agent,user,config
> -----
>
> http://172.16.10.2:8088/ASTERisk/httpstatus
> result:
>   Asterisk™ HTTP Status *Prefix**/asterisk* *Bind Address**0.0.0.0* *Bind
> Port**8088*
> ------------------------------
> ------------------------------
> *Asterisk and Digium are registered trademarks of Digium, Inc.
>
>
> http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html
> *Not Found
>
> Nothing to see here. Move along.
> ------------------------------
> Asterisk Server
>
> http://172.16.10.2:8088/Asterisk/static
> Access Denied
>
> Sorry, I cannot let you do that, Dave.
> ------------------------------
> Asterisk Server
>
>
> CLI> http list status
> HTTP Server Status:
> Prefix: /asterisk
> Server Enabled and Bound to 0.0.0.0:8088
>
> Enabled URI's:
> /asterisk/httpstatus => Asterisk HTTP General Status
> /asterisk/manager => HTML Manager Event Interface
> /asterisk/rawman => Raw HTTP Manager Event Interface
> /asterisk/static/... => Asterisk HTTP Static Delivery
> /asterisk/mxml => XML Manager Event Interface
>
> ---------------
> linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make
> for x in tools; do \
>         make -C $x all ; \
> done
> make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> cc    -c -o zapscan.o zapscan.c
> zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> zapscan.c: In function 'main':
> zapscan.c:39: error: storage size of 'ztp' isn't known
> zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> function)
> zapscan.c:54: error: (Each undeclared identifier is reported only once
> zapscan.c:54: error: for each function it appears in.)
> zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> zapscan.c:56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> make[1]: *** [zapscan.o] Error 1
> make[1]: Leaving directory `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> make: *** [_all] Error 2
> ---------------------------------
> linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make install
> for x in tools; do \
>         make -C $x all ; \
> done
> make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> cc    -c -o zapscan.o zapscan.c
> zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> zapscan.c: In function 'main':
> zapscan.c:39: error: storage size of 'ztp' isn't known
> zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> function)
> zapscan.c:54: error: (Each undeclared identifier is reported only once
> zapscan.c:54: error: for each function it appears in.)
> zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> zapscan.c:56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> make[1]: *** [zapscan.o] Error 1
> make[1]: Leaving directory `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> make: *** [_all] Error 2
> ---
> thanks
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.digium.com/pipermail/asterisk-gui/attachments/20061122/c086592d/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Wed, 22 Nov 2006 15:06:19 -0600 (CST)
> From: Jason Parker <jparker at digium.com>
> Subject: Re: [asterisk-gui] I cant login
> To: Asterisk GUI project discussion <asterisk-gui at lists.digium.com>
> Message-ID:
>         <31617904.331164229579479.JavaMail.root at jupiler.digium.com>
> Content-Type: text/plain; charset="utf-8"
>
> Install zaptel
>
> ----- Original Message -----
> From: Marco Torrez <torrezm at gmail.com>
> To: asterisk-gui at lists.digium.com
> Sent: Wednesday, November 22, 2006 2:59:50 PM GMT-0600 US/Central
> Subject: [asterisk-gui] I cant login
>
> Hi All
> I have Asterisk a.4.0-beta 3, asterisk-gui
> Linux Suse 10.1 Web browser:Firefox
> i registerd softphone X-Lite (Sip).
>
> http.conf:
> enabled=yes
> enablestatic=yes
>
> manager.conf:
> enabled = yes
> webenabled = yes
> [labtyssa]
> secret=mypassword
> read = system,call,log,verbose,command,agent,user,config
> write = system,call,log,verbose,command,agent,user,config
> -----
>
> http://172.16.10.2:8088/ASTERisk/httpstatus
> result:
> Asteriskâ„¢ HTTP Status
>
> Prefix  /asterisk
> Bind Address    0.0.0.0
> Bind Port       8088
>
>
>
> Asterisk and Digium are registered trademarks of Digium, Inc.
>
>
> http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html
> Not Found
>
>
> Nothing to see here. Move along.
> Asterisk Server
>
> http://172.16.10.2:8088/Asterisk/static
> Access Denied
>
>
> Sorry, I cannot let you do that, Dave.
> Asterisk Server
>
>
>
> CLI> http list status
> HTTP Server Status:
> Prefix: /asterisk
> Server Enabled and Bound to 0.0.0.0:8088
>
> Enabled URI's:
> /asterisk/httpstatus => Asterisk HTTP General Status
> /asterisk/manager => HTML Manager Event Interface
> /asterisk/rawman => Raw HTTP Manager Event Interface
> /asterisk/static/... => Asterisk HTTP Static Delivery
> /asterisk/mxml => XML Manager Event Interface
>
> ---------------
> linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make
> for x in tools; do \
> make -C $x all ; \
> done
> make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> cc -c -o zapscan.o zapscan.c
> zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> zapscan.c: In function 'main':
> zapscan.c:39: error: storage size of 'ztp' isn't known
> zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> function)
> zapscan.c:54: error: (Each undeclared identifier is reported only once
> zapscan.c:54: error: for each function it appears in.)
> zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> zapscan.c :56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> make[1]: *** [zapscan.o] Error 1
> make[1]: Leaving directory `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> make: *** [_all] Error 2
> ---------------------------------
> linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make install
> for x in tools; do \
> make -C $x all ; \
> done
> make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> cc -c -o zapscan.o zapscan.c
> zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> zapscan.c: In function 'main':
> zapscan.c:39: error: storage size of 'ztp' isn't known
> zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> function)
> zapscan.c:54: error: (Each undeclared identifier is reported only once
> zapscan.c:54: error: for each function it appears in.)
> zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> zapscan.c :56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> make[1]: *** [zapscan.o] Error 1
> make[1]: Leaving directory `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> make: *** [_all] Error 2
> ---
> thanks
>
>
> --
> Jason Parker
> Digium
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.digium.com/pipermail/asterisk-gui/attachments/20061122/5c58f9a6/attachment-0001.htm
>
> ------------------------------
>
> Message: 3
> Date: Wed, 22 Nov 2006 15:09:57 -0600
> From: Pari Nannapaneni <pari at digium.com>
> Subject: Re: [asterisk-gui] I cant login
> To: Asterisk GUI project discussion <asterisk-gui at lists.digium.com>
> Message-ID: <4564BCA5.7040003 at digium.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> > http://172.16.10.2:8088/ASTERisk/httpstatus
> > http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html
> > <http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html>
> > http://172.16.10.2:8088/Asterisk/static
>
> My guess is that may be because the URL is case sensitive
> try http://172.16.10.2:8088/asterisk/static/config/cfgbasic.html
> instead of
> http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html
>
> regards,
> - pari
>
>
>
> Marco Torrez wrote:
> > Hi All
> > I have Asterisk a.4.0-beta 3, asterisk-gui
> > Linux Suse 10.1 Web browser:Firefox
> > i registerd softphone X-Lite (Sip).
> >
> > http.conf:
> > enabled=yes
> > enablestatic=yes
> >
> > manager.conf:
> > enabled = yes
> > webenabled = yes
> > [labtyssa]
> > secret=mypassword
> > read = system,call,log,verbose,command,agent,user,config
> > write = system,call,log,verbose,command,agent,user,config
> > -----
> >
> > http://172.16.10.2:8088/ASTERisk/httpstatus
> > result:
> >
> >
> >       Asterisk™ HTTP Status
> >
> > /Prefix/      */asterisk*
> > /Bind Address/        *0.0.0.0 <http://0.0.0.0>*
> > /Bind Port/   *8088*
> > ------------------------------------------------------------------------
> > ------------------------------------------------------------------------
> >
> > /Asterisk and Digium are registered trademarks of Digium, Inc.
> >
> >
> > http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html
> > <http://172.16.10.2:8088/Asterisk/static/config/cfgbasic.html>
> > /
> >
> >
> >   Not Found
> >
> > Nothing to see here. Move along.
> >
> > ------------------------------------------------------------------------
> > Asterisk Server
> >
> > http://172.16.10.2:8088/Asterisk/static
> >
> >
> >   Access Denied
> >
> > Sorry, I cannot let you do that, Dave.
> >
> > ------------------------------------------------------------------------
> > Asterisk Server
> >
> >
> > CLI> http list status
> > HTTP Server Status:
> > Prefix: /asterisk
> > Server Enabled and Bound to 0.0.0.0:8088 <http://0.0.0.0:8088>
> >
> > Enabled URI's:
> > /asterisk/httpstatus => Asterisk HTTP General Status
> > /asterisk/manager => HTML Manager Event Interface
> > /asterisk/rawman => Raw HTTP Manager Event Interface
> > /asterisk/static/... => Asterisk HTTP Static Delivery
> > /asterisk/mxml => XML Manager Event Interface
> >
> > ---------------
> >
> > linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make
> > for x in tools; do \
> >         make -C $x all ; \
> > done
> > make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> > cc    -c -o zapscan.o zapscan.c
> > zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> > zapscan.c: In function 'main':
> > zapscan.c:39: error: storage size of 'ztp' isn't known
> > zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> > function)
> > zapscan.c:54: error: (Each undeclared identifier is reported only once
> > zapscan.c:54: error: for each function it appears in.)
> > zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> > zapscan.c :56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> > make[1]: *** [zapscan.o] Error 1
> > make[1]: Leaving directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> > make: *** [_all] Error 2
> > ---------------------------------
> > linux-u3kg:/usr/src/asterisk/asterisk/asterisk-gui # make install
> > for x in tools; do \
> >         make -C $x all ; \
> > done
> > make[1]: Entering directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> > cc    -c -o zapscan.o zapscan.c
> > zapscan.c:32:27: error: zaptel/zaptel.h: No such file or directory
> > zapscan.c: In function 'main':
> > zapscan.c:39: error: storage size of 'ztp' isn't known
> > zapscan.c:54: error: 'ZT_GET_PARAMS' undeclared (first use in this
> > function)
> > zapscan.c:54: error: (Each undeclared identifier is reported only once
> > zapscan.c:54: error: for each function it appears in.)
> > zapscan.c:56: error: '__ZT_SIG_FXO' undeclared (first use in this
> function)
> > zapscan.c :56: error: '__ZT_SIG_FXS' undeclared (first use in this
> function)
> > make[1]: *** [zapscan.o] Error 1
> > make[1]: Leaving directory
> `/usr/src/asterisk/asterisk/asterisk-gui/tools'
> > make: *** [_all] Error 2
> > ---
> > thanks
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-gui mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-gui
>
>
>
> ------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-gui mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-gui
>
> End of asterisk-gui Digest, Vol 1, Issue 9
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-gui/attachments/20061127/9d2f8ba9/attachment.htm


More information about the asterisk-gui mailing list