Re: [asterisk-users] Asterisk Can't start with the default configs

2016-12-04 Thread Mr Dini
Okay, in this case will create a ticket tomorrow.

Thanks for Your help!
On Dec 4, 2016 10:25 PM, "Joshua Colp" <jc...@digium.com> wrote:

> On Sun, Dec 4, 2016, at 05:13 PM, Mr Dini wrote:
> > No, the disable-xmldoc doesn't disable the whole doc creating procedure.
> >
> > Is there a way to disable it completely?
> >
> > Regarding the issue... Of course, I Can open a ticket, just I don't know
> > about what exactly. I want to compile it without doc generate to make the
> > asterisk module loads up fine.
>
> The configure option should disable the creation and requirement for the
> documentation. That's the problem.
>
> --
> Joshua Colp
> Digium, Inc. | Senior Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Can't start with the default configs

2016-12-04 Thread Mr Dini
No, the disable-xmldoc doesn't disable the whole doc creating procedure.

Is there a way to disable it completely?

Regarding the issue... Of course, I Can open a ticket, just I don't know
about what exactly. I want to compile it without doc generate to make the
asterisk module loads up fine.
On Dec 4, 2016 8:41 PM, "Joshua Colp" <jc...@digium.com> wrote:

> On Sun, Dec 4, 2016, at 03:00 PM, Mr Dini wrote:
> > Hi,
> >
> > I tried to run the make progdocs, but the first time, it said, I have no
> > doxygen installed. So I compiled the latest release and reconfigure the
> > asterisk. And after it, ut sucessfully started to build the docs. But it
> > took a lot of time, So finally I aborted the process...
> >
> > Is there a way to disable doc creating? The --disable-xmldoc is enough?
>
> The --disable-xmldoc option should work. From my own experimentation it
> doesn't appear to be working as expected though. Can you file an
> issue[1] to look into it?
>
> [1] https://issues.asterisk.org/jira
>
> --
> Joshua Colp
> Digium, Inc. | Senior Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Can't start with the default configs

2016-12-04 Thread Mr Dini
Hi,

I tried to run the make progdocs, but the first time, it said, I have no
doxygen installed. So I compiled the latest release and reconfigure the
asterisk. And after it, ut sucessfully started to build the docs. But it
took a lot of time, So finally I aborted the process...

Is there a way to disable doc creating? The --disable-xmldoc is enough?

Thanks!
On Dec 2, 2016 3:36 PM, "Joshua Colp" <jc...@digium.com> wrote:

> On Fri, Dec 2, 2016, at 10:27 AM, Mr Dini wrote:
> > Hi,
> >
> > I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have
> > enough
> > time to test it now.
> >
> > But with the default config (I only edited the http.conf), it won't
> > start,
> > but gives the following:
> >
> > Sorcery registered wizard 'bucket'
> > Sorcery registered wizard 'bucket_file'
> > Parsing /ffp/etc/asterisk/sorcery.conf
> > Parsing '/ffp/etc/asterisk/sorcery.conf': Found
> > Cannot update type 'bucket' in module 'core' because it has no existing
> > documentation!
> > Failed to register 'bucket' object type in Bucket sorcery
> > Failed: ast_bucket_init
> >
> > What is the problem?
>
> This means that Asterisk was built with documentation support but the
> documentation is not installed. Many things will fail to load as a
> result of this. It is commonly located in the
> /var/lib/asterisk/documentation directory as core-en_US.xml but in your
> embedded environment it may be different.
>
> --
> Joshua Colp
> Digium, Inc. | Senior Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Can't start with the default configs

2016-12-02 Thread Mr Dini
Okay, thanks for the info! Will recompile it with corrected doc support and
see what happens.
On Dec 2, 2016 3:36 PM, "Joshua Colp" <jc...@digium.com> wrote:

> On Fri, Dec 2, 2016, at 10:27 AM, Mr Dini wrote:
> > Hi,
> >
> > I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have
> > enough
> > time to test it now.
> >
> > But with the default config (I only edited the http.conf), it won't
> > start,
> > but gives the following:
> >
> > Sorcery registered wizard 'bucket'
> > Sorcery registered wizard 'bucket_file'
> > Parsing /ffp/etc/asterisk/sorcery.conf
> > Parsing '/ffp/etc/asterisk/sorcery.conf': Found
> > Cannot update type 'bucket' in module 'core' because it has no existing
> > documentation!
> > Failed to register 'bucket' object type in Bucket sorcery
> > Failed: ast_bucket_init
> >
> > What is the problem?
>
> This means that Asterisk was built with documentation support but the
> documentation is not installed. Many things will fail to load as a
> result of this. It is commonly located in the
> /var/lib/asterisk/documentation directory as core-en_US.xml but in your
> embedded environment it may be different.
>
> --
> Joshua Colp
> Digium, Inc. | Senior Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk Can't start with the default configs

2016-12-02 Thread Mr Dini
Hi,

I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have enough
time to test it now.

But with the default config (I only edited the http.conf), it won't start,
but gives the following:

Sorcery registered wizard 'bucket'
Sorcery registered wizard 'bucket_file'
Parsing /ffp/etc/asterisk/sorcery.conf
Parsing '/ffp/etc/asterisk/sorcery.conf': Found
Cannot update type 'bucket' in module 'core' because it has no existing
documentation!
Failed to register 'bucket' object type in Bucket sorcery
Failed: ast_bucket_init

What is the problem?

Many thanks!

Ps: if any addition information is needed, certainly I will attach it, just
please tell me, what is needed.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users