VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
pwallis at acm.org Guest
|
Posted: Sun Feb 07, 2016 5:29 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
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 |
|
Back to top |
|
|
topdog2046 at gmail.com Guest
|
Posted: Sun Feb 07, 2016 8:07 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
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
webmaster@firestar-hosting.com (webmaster@firestar-hosting.com)
Or call
786-571-4298; ext. 200 |
|
Back to top |
|
|
ethy.brito at inexo.co... Guest
|
Posted: Sun Feb 07, 2016 9:10 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
On Sun, 7 Feb 2016 10:29:11 +0000
Peter Wallis <pwallis@acm.org> wrote:
Quote: | 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
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
jnovack at comcast.net Guest
|
Posted: Sun Feb 07, 2016 9:44 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
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:
Quote: | 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 |
|
|
Back to top |
|
|
pwallis at acm.org Guest
|
Posted: Sun Feb 07, 2016 9:55 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
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 <pwallis@acm.org (pwallis@acm.org)> wrote:
Quote: | 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
|
|
|
Back to top |
|
|
ethy.brito at inexo.co... Guest
|
Posted: Sun Feb 07, 2016 10:33 am Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
On Sun, 7 Feb 2016 14:55:26 +0000
Peter Wallis <pwallis@acm.org> wrote:
Quote: | 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
Quote: |
P
On 7 February 2016 at 10:29, Peter Wallis <pwallis@acm.org> wrote:
Quote: | 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 |
|
Back to top |
|
|
lardconcepts at gmail.com Guest
|
Posted: Sun Feb 07, 2016 1:46 pm Post subject: [asterisk-users] Nube question: where is chan_sip.so? |
|
|
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 <ethy.brito@inexo.com.br (ethy.brito@inexo.com.br)> wrote:
Quote: | On Sun, 7 Feb 2016 14:55:26 +0000
Peter Wallis <pwallis@acm.org (pwallis@acm.org)> wrote:
Quote: | 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
Quote: |
P
On 7 February 2016 at 10:29, Peter Wallis <pwallis@acm.org (pwallis@acm.org)> wrote:
Quote: | 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
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|