SIP command not found [closed]
Asked Answered
K

2

8

I have installed asterisk on Ubuntu Natty,

When I go into asterisk CLI & type in sip reload or any SIP related commands, it says SIP command not found.

Anyone had a similar problem before?

Thanks

Kenishakenison answered 22/3, 2012 at 11:57 Comment(0)
A
2

Check, if the SIP channel module is loaded:

The command module show should have this line in its response:

chan_sip.so Session Initiation Protocol (SIP)

If not, check if this module is installed (should be, by default) and check the startup messages in the log files of asterisk.

Airsick answered 22/3, 2012 at 12:13 Comment(0)
O
0

If you compiled from source, you may be missing the OpenSSL development library.

Try:

sudo apt-get install openssl-dev  (or libssl-dev on Precise)
./configure
make
make install
Orland answered 23/3, 2013 at 16:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.