Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

2017-04-19 Thread Tech Support
Yes. I did the usual configure ; make menuselect ; make ; make install ; make 
samples ; make progdocs.

Thanks;

John

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Wednesday, April 19, 2017 09:27 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

 

I don't - it just seems to.. work!

 

Try a reboot - it always comes up OK for me. Are you doing "make install"?

 

On 19 April 2017 at 14:19, Tech Support  wrote:

Hey;
   Thank you very much. I was able to install asterisk from your link. One
other question. How are you starting asterisk? Do you use an init script or
systemd? Do you think that you could share the script you use?
Thanks Again;
John V.


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Tuesday, April 18, 2017 09:10 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

Feel free to take a look at
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/m 
<https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-14-on-Ubuntu.md>
 
aster/Asterisk-14-on-Ubuntu.md

Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit.

I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and 17
so this should work!

Let me know how you get on.

On 18 April 2017 at 13:41, Tech Support  wrote:
> All;
>
> I am trying to build and install certified Asterisk 13.13 cert3 on
> a Ubuntu 16.04.2 LTS host without much success. I am getting the
> following errors when I try to compile.
>
>
>
>[CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
>
> res_pjsip/config_transport.c: In function 'transport_apply':
>
> res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].level = pj_SOL_TCP();
>
>   ^
>
> res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY();
>
>   ^
>
> res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optval = &option;
>
>   ^
>
> res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optlen = sizeof(option);
>
>   ^
>
> res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.cnt = 1;
>
>   ^
>
> /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for
> target 'res_pjsip/config_transport.o' failed
>
> make[1]: *** [res_pjsip/config_transport.o] Error 1
>
> Makefile:402: recipe for target 'res' failed
>
> make: *** [res] Error 2
>
>
>
> Has anyone seen this error before? Any insight at all would be greatly
> appreciated.
>
> Thanks;
>
> John V.
>
>
>
> Tech Support
>
> Tech Support
>
> VoIP Business Solutions
>
> 240-215-3479 x325
>
> supp...@voipbusiness.us
>
>
>
>
> --
> _
> -- 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/

Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

2017-04-19 Thread Jonathan H
I don't - it just seems to.. work!

Try a reboot - it always comes up OK for me. Are you doing "make install"?

On 19 April 2017 at 14:19, Tech Support  wrote:

> Hey;
>Thank you very much. I was able to install asterisk from your link. One
> other question. How are you starting asterisk? Do you use an init script or
> systemd? Do you think that you could share the script you use?
> Thanks Again;
> John V.
>
> -Original Message-
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
> Sent: Tuesday, April 18, 2017 09:10 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16
>
> Feel free to take a look at
> https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/
> blob/m
> aster/Asterisk-14-on-Ubuntu.md
>
> Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit.
>
> I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and
> 17
> so this should work!
>
> Let me know how you get on.
>
> On 18 April 2017 at 13:41, Tech Support  wrote:
> > All;
> >
> > I am trying to build and install certified Asterisk 13.13 cert3 on
> > a Ubuntu 16.04.2 LTS host without much success. I am getting the
> > following errors when I try to compile.
> >
> >
> >
> >[CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
> >
> > res_pjsip/config_transport.c: In function 'transport_apply':
> >
> > res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg
> > {aka struct pjsip_tcp_transport_cfg}' has no member named
> 'sockopt_params'
> >
> >cfg.sockopt_params.options[0].level = pj_SOL_TCP();
> >
> >   ^
> >
> > res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg
> > {aka struct pjsip_tcp_transport_cfg}' has no member named
> 'sockopt_params'
> >
> >cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY();
> >
> >   ^
> >
> > res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg
> > {aka struct pjsip_tcp_transport_cfg}' has no member named
> 'sockopt_params'
> >
> >cfg.sockopt_params.options[0].optval = &option;
> >
> >   ^
> >
> > res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg
> > {aka struct pjsip_tcp_transport_cfg}' has no member named
> 'sockopt_params'
> >
> >cfg.sockopt_params.options[0].optlen = sizeof(option);
> >
> >   ^
> >
> > res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg
> > {aka struct pjsip_tcp_transport_cfg}' has no member named
> 'sockopt_params'
> >
> >cfg.sockopt_params.cnt = 1;
> >
> >   ^
> >
> > /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for
> > target 'res_pjsip/config_transport.o' failed
> >
> > make[1]: *** [res_pjsip/config_transport.o] Error 1
> >
> > Makefile:402: recipe for target 'res' failed
> >
> > make: *** [res] Error 2
> >
> >
> >
> > Has anyone seen this error before? Any insight at all would be greatly
> > appreciated.
> >
> > Thanks;
> >
> > John V.
> >
> >
> >
> > Tech Support
> >
> > Tech Support
> >
> > VoIP Business Solutions
> >
> > 240-215-3479 x325
> >
> > supp...@voipbusiness.us
> >
> >
> >
> >
> > --
> > _
> > -- 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 op

Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

2017-04-19 Thread Tech Support
Hey;
   Thank you very much. I was able to install asterisk from your link. One
other question. How are you starting asterisk? Do you use an init script or
systemd? Do you think that you could share the script you use?
Thanks Again;
John V.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Tuesday, April 18, 2017 09:10 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16

Feel free to take a look at
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/m
aster/Asterisk-14-on-Ubuntu.md

Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit.

I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and 17
so this should work!

Let me know how you get on.

On 18 April 2017 at 13:41, Tech Support  wrote:
> All;
>
> I am trying to build and install certified Asterisk 13.13 cert3 on 
> a Ubuntu 16.04.2 LTS host without much success. I am getting the 
> following errors when I try to compile.
>
>
>
>[CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
>
> res_pjsip/config_transport.c: In function 'transport_apply':
>
> res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg 
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].level = pj_SOL_TCP();
>
>   ^
>
> res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg 
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY();
>
>   ^
>
> res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg 
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optval = &option;
>
>   ^
>
> res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg 
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optlen = sizeof(option);
>
>   ^
>
> res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg 
> {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.cnt = 1;
>
>   ^
>
> /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for 
> target 'res_pjsip/config_transport.o' failed
>
> make[1]: *** [res_pjsip/config_transport.o] Error 1
>
> Makefile:402: recipe for target 'res' failed
>
> make: *** [res] Error 2
>
>
>
> Has anyone seen this error before? Any insight at all would be greatly 
> appreciated.
>
> Thanks;
>
> John V.
>
>
>
> Tech Support
>
> Tech Support
>
> VoIP Business Solutions
>
> 240-215-3479 x325
>
> supp...@voipbusiness.us
>
>
>
>
> --
> _
> -- 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


-- 
_
-- 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] Can't compile Asterisk on Ubuntu 16

2017-04-18 Thread Jonathan H
Feel free to take a look at
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-14-on-Ubuntu.md

Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit.

I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16
and 17 so this should work!

Let me know how you get on.

On 18 April 2017 at 13:41, Tech Support  wrote:
> All;
>
> I am trying to build and install certified Asterisk 13.13 cert3 on a
> Ubuntu 16.04.2 LTS host without much success. I am getting the following
> errors when I try to compile.
>
>
>
>[CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
>
> res_pjsip/config_transport.c: In function 'transport_apply':
>
> res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg {aka
> struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].level = pj_SOL_TCP();
>
>   ^
>
> res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg {aka
> struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY();
>
>   ^
>
> res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg {aka
> struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optval = &option;
>
>   ^
>
> res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg {aka
> struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.options[0].optlen = sizeof(option);
>
>   ^
>
> res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg {aka
> struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'
>
>cfg.sockopt_params.cnt = 1;
>
>   ^
>
> /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for
> target 'res_pjsip/config_transport.o' failed
>
> make[1]: *** [res_pjsip/config_transport.o] Error 1
>
> Makefile:402: recipe for target 'res' failed
>
> make: *** [res] Error 2
>
>
>
> Has anyone seen this error before? Any insight at all would be greatly
> appreciated.
>
> Thanks;
>
> John V.
>
>
>
> Tech Support
>
> Tech Support
>
> VoIP Business Solutions
>
> 240-215-3479 x325
>
> supp...@voipbusiness.us
>
>
>
>
> --
> _
> -- 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] Can't compile Asterisk on Ubuntu 16

2017-04-18 Thread Tech Support
All;

I am trying to build and install certified Asterisk 13.13 cert3 on a
Ubuntu 16.04.2 LTS host without much success. I am getting the following
errors when I try to compile.

 

   [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o

res_pjsip/config_transport.c: In function 'transport_apply':

res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg {aka
struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'

   cfg.sockopt_params.options[0].level = pj_SOL_TCP();

  ^

res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg {aka
struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'

   cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY();

  ^

res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg {aka
struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'

   cfg.sockopt_params.options[0].optval = &option;

  ^

res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg {aka
struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'

   cfg.sockopt_params.options[0].optlen = sizeof(option);

  ^

res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg {aka
struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params'

   cfg.sockopt_params.cnt = 1;

  ^

/usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for
target 'res_pjsip/config_transport.o' failed

make[1]: *** [res_pjsip/config_transport.o] Error 1

Makefile:402: recipe for target 'res' failed

make: *** [res] Error 2

 

Has anyone seen this error before? Any insight at all would be greatly
appreciated.

Thanks;

John V.

 

Tech Support

Tech Support

VoIP Business Solutions

240-215-3479 x325

  supp...@voipbusiness.us

 

-- 
_
-- 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