Asterisk v13 on Kali Linux: No RTP engine was found. Do you have one loaded?
0
votes
1
answer
2739
views
I installed Asterisk and tried to make a call with zoiper
but I get an error [call failure 401 forbidden]
and Asterisk return this message :
Connected to Asterisk UNKNOWN__and_probably_unsupported currently running on kali (pid = 14877)
[Jan 22 17:57:00] ERROR[C-00000007]: rtp_engine.c:401 ast_rtp_instance_new: No RTP engine was found. Do you have one loaded?
[Jan 22 17:57:00] NOTICE[C-00000007]: chan_sip.c:25550 handle_request_invite: Failed to authenticate device ;tag=9a473a54
I opened the menuselect and selected
res_rtp_asterisk
.
When I try to reinstall (recompile!) Asterisk, I do ./configure
This says it's ok! But when I put make
or make install
, I get this error:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make: Entering directory `/etc/asterisk/asterisk/menuselect'
make: `makeopts' is up to date.
make: Leaving directory `/etc/asterisk/asterisk/menuselect'
[CC] res_rtp_asterisk.c -> res_rtp_asterisk.o
res_rtp_asterisk.c: In function ‘ice_create’:
res_rtp_asterisk.c:2421:4: error: too many arguments to function ‘pj_ice_sess_create’
In file included from /usr/include/pjnath.h:23:0,
from res_rtp_asterisk.c:53:
/usr/include/pjnath/ice_session.h:736:22: note: declared here
make: *** [res_rtp_asterisk.o] Error 1
make: *** [res] Error
Asked by Y. Dabbous
(67 rep)
Jan 23, 2016, 12:55 PM
Last activity: May 13, 2025, 01:07 PM
Last activity: May 13, 2025, 01:07 PM