Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread John Novack

Was this compiled from source?

If a package install, you may be at the mercy of the package creator

In version 11, sip is installed by default, unless a noload statement is active 
in modules.conf

All of this may have changed with the transition to pjsip though.


John Novack

Peter Wallis wrote:

I am having real trouble getting started.  A definitive "hello world" is 
certainly missing from the official site and the ones out there are dated or broken.

I am beginning to think something went wrong with the install.  It was a fresh 
install of an  Ubuntu server, and a fresh install of 13.7.0 - Should be Okay no?

A question.  Am I expecting to find chan_sip.so in /usr/lib/asterisk/modules/ ?

If so, it is not there - no idea how I would have lost it.  We do have a new 
cat - perhaps she ate it.

If I ought not expect to find it there, why does
[modules]
require =chan_sip.so
and/or
require = res_pjsip.so
cause asterisk to fail to start? The documentation makes no mention of an 
alternate method of loading modules.

best wishes,

P






--

Dog is my Co-pilot

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Ethy H. Brito
On Sun, 7 Feb 2016 10:29:11 +
Peter Wallis  wrote:

> I am having real trouble getting started.  A definitive "hello world" is
> certainly missing from the official site and the ones out there are dated
> or broken.
> 
> I am beginning to think something went wrong with the install.  It was a
> fresh install of an  Ubuntu server, and a fresh install of 13.7.0 -
> Should be Okay no?
> 
> A question.  Am I expecting to find chan_sip.so in
> /usr/lib/asterisk/modules/ ?
> 
> If so, it is not there - no idea how I would have lost it.  We do have a
> new cat - perhaps she ate it.
> 
> If I ought not expect to find it there, why does
> [modules]
> require =chan_sip.so
> and/or
> require = res_pjsip.so
> cause asterisk to fail to start? The documentation makes no mention of an
> alternate method of loading modules.

Don't know about asterisk 13, but in asterisk 11 you have to install 
asterisk-modules.
This should be done automatically.

Do you have asterisk-modules or equivalent installed?

What does "dpkg -L asterisk-modules | grep chan" say about chan_sip.so? 
(if this is the correct package name, of course)

Cheers

Ethy


> 
> best wishes,
> 
> P

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Peter Wallis
Thanks all for the guidance and offers of help.  Ethy was on the money - I
had installed asterisk from source and been able to run it, but had not
installed "asterisk-modules"

I now have chan_alsa.so and a chan_sip.so  (no res_pjsip.???) where I would
expect them to be.

P

On 7 February 2016 at 10:29, Peter Wallis  wrote:

> I am having real trouble getting started.  A definitive "hello world" is
> certainly missing from the official site and the ones out there are dated
> or broken.
>
> I am beginning to think something went wrong with the install.  It was a
> fresh install of an  Ubuntu server, and a fresh install of 13.7.0 - Should
> be Okay no?
>
> A question.  Am I expecting to find chan_sip.so in
> /usr/lib/asterisk/modules/ ?
>
> If so, it is not there - no idea how I would have lost it.  We do have a
> new cat - perhaps she ate it.
>
> If I ought not expect to find it there, why does
> [modules]
> require =chan_sip.so
> and/or
> require = res_pjsip.so
> cause asterisk to fail to start? The documentation makes no mention of an
> alternate method of loading modules.
>
> best wishes,
>
> P
>
>
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Ethy H. Brito
On Sun, 7 Feb 2016 14:55:26 +
Peter Wallis  wrote:

> Thanks all for the guidance and offers of help.  Ethy was on the money -
> I had installed asterisk from source and been able to run it, but had not
> installed "asterisk-modules"
> 
> I now have chan_alsa.so and a chan_sip.so  (no res_pjsip.???) where I
> would expect them to be.

Well, I cannot say for sure because I've never installed it from source.

But maybe
https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject
is in handy.

Just a shot in the dark.

cheers and good luck

Ethy


> 
> P
> 
> On 7 February 2016 at 10:29, Peter Wallis  wrote:
> 
> > I am having real trouble getting started.  A definitive "hello world"
> > is certainly missing from the official site and the ones out there are
> > dated or broken.
> >
> > I am beginning to think something went wrong with the install.  It was
> > a fresh install of an  Ubuntu server, and a fresh install of 13.7.0 -
> > Should be Okay no?
> >
> > A question.  Am I expecting to find chan_sip.so in
> > /usr/lib/asterisk/modules/ ?
> >
> > If so, it is not there - no idea how I would have lost it.  We do have
> > a new cat - perhaps she ate it.
> >
> > If I ought not expect to find it there, why does
> > [modules]
> > require =chan_sip.so
> > and/or
> > require = res_pjsip.so
> > cause asterisk to fail to start? The documentation makes no mention of
> > an alternate method of loading modules.
> >
> > best wishes,
> >
> > P
> >
> >
> >

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Peter Wallis
I am having real trouble getting started.  A definitive "hello world" is
certainly missing from the official site and the ones out there are dated
or broken.

I am beginning to think something went wrong with the install.  It was a
fresh install of an  Ubuntu server, and a fresh install of 13.7.0 - Should
be Okay no?

A question.  Am I expecting to find chan_sip.so in
/usr/lib/asterisk/modules/ ?

If so, it is not there - no idea how I would have lost it.  We do have a
new cat - perhaps she ate it.

If I ought not expect to find it there, why does
[modules]
require =chan_sip.so
and/or
require = res_pjsip.so
cause asterisk to fail to start? The documentation makes no mention of an
alternate method of loading modules.

best wishes,

P
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Daniel Chavez
Hello,
My name is Daniel.
Very strange. Chan_Sip.so should be there. Maybe the cat didn't have enough cat 
food? *smile*
I am a System Administrator, and have done plenty of Asterisk install's, so am 
use to errors and such.
If you'd like, I can remote SSH in to troubleshoot your install. I charge 
$25USD for this, but will wave said fea since you're new to Asterisk.
If you'd like help, please email off-list to
webmas...@firestar-hosting.com 
Or call
786-571-4298; ext. 200-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Nube question: where is chan_sip.so?

2016-02-07 Thread Jonathan H
If it helps, here's a quick n easy guide I made to installing from scratch
with pjsip on Ubuntu.
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-13-on-Ubuntu.md

There are some other scripts like firewall, wizard etc, but there are aimed
at Voipfone users so will need tweaking for your own ITSP or situation.
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config

If anyone spots anything bad in there, let me know!


On 7 February 2016 at 15:32, Ethy H. Brito  wrote:

> On Sun, 7 Feb 2016 14:55:26 +
> Peter Wallis  wrote:
>
> > Thanks all for the guidance and offers of help.  Ethy was on the money -
> > I had installed asterisk from source and been able to run it, but had not
> > installed "asterisk-modules"
> >
> > I now have chan_alsa.so and a chan_sip.so  (no res_pjsip.???) where I
> > would expect them to be.
>
> Well, I cannot say for sure because I've never installed it from source.
>
> But maybe
>
> https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject
> is in handy.
>
> Just a shot in the dark.
>
> cheers and good luck
>
> Ethy
>
>
> >
> > P
> >
> > On 7 February 2016 at 10:29, Peter Wallis  wrote:
> >
> > > I am having real trouble getting started.  A definitive "hello world"
> > > is certainly missing from the official site and the ones out there are
> > > dated or broken.
> > >
> > > I am beginning to think something went wrong with the install.  It was
> > > a fresh install of an  Ubuntu server, and a fresh install of 13.7.0 -
> > > Should be Okay no?
> > >
> > > A question.  Am I expecting to find chan_sip.so in
> > > /usr/lib/asterisk/modules/ ?
> > >
> > > If so, it is not there - no idea how I would have lost it.  We do have
> > > a new cat - perhaps she ate it.
> > >
> > > If I ought not expect to find it there, why does
> > > [modules]
> > > require =chan_sip.so
> > > and/or
> > > require = res_pjsip.so
> > > cause asterisk to fail to start? The documentation makes no mention of
> > > an alternate method of loading modules.
> > >
> > > best wishes,
> > >
> > > P
> > >
> > >
> > >
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> 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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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