Asterisk v13 on Kali Linux: No RTP engine was found. Do you have one loaded?
Clash Royale CLAN TAG#URR8PPP
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[14937][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[14937][C-00000007]: chan_sip.c:25550 handle_request_invite: Failed to authenticate device <sip:5002@192.168.88.135;transport=UDP>;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[1]: Entering directory `/etc/asterisk/asterisk/menuselect'
make[1]: `makeopts' is up to date.
make[1]: 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[1]: *** [res_rtp_asterisk.o] Error 1
make: *** [res] Error
software-installation kali-linux asterisk voip sip
add a comment |
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[14937][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[14937][C-00000007]: chan_sip.c:25550 handle_request_invite: Failed to authenticate device <sip:5002@192.168.88.135;transport=UDP>;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[1]: Entering directory `/etc/asterisk/asterisk/menuselect'
make[1]: `makeopts' is up to date.
make[1]: 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[1]: *** [res_rtp_asterisk.o] Error 1
make: *** [res] Error
software-installation kali-linux asterisk voip sip
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56
add a comment |
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[14937][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[14937][C-00000007]: chan_sip.c:25550 handle_request_invite: Failed to authenticate device <sip:5002@192.168.88.135;transport=UDP>;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[1]: Entering directory `/etc/asterisk/asterisk/menuselect'
make[1]: `makeopts' is up to date.
make[1]: 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[1]: *** [res_rtp_asterisk.o] Error 1
make: *** [res] Error
software-installation kali-linux asterisk voip sip
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[14937][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[14937][C-00000007]: chan_sip.c:25550 handle_request_invite: Failed to authenticate device <sip:5002@192.168.88.135;transport=UDP>;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[1]: Entering directory `/etc/asterisk/asterisk/menuselect'
make[1]: `makeopts' is up to date.
make[1]: 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[1]: *** [res_rtp_asterisk.o] Error 1
make: *** [res] Error
software-installation kali-linux asterisk voip sip
software-installation kali-linux asterisk voip sip
edited Apr 19 '16 at 2:15
Jeff Schaller
41.8k1156133
41.8k1156133
asked Jan 23 '16 at 12:55
Y. DabbousY. Dabbous
244
244
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56
add a comment |
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56
add a comment |
1 Answer
1
active
oldest
votes
You should do
make menuconfig
before compile.
Find res_rtp_asterisk and check if it need some dependency you not have or just turned off. If it turned off, turn it on and recompile.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f257189%2fasterisk-v13-on-kali-linux-no-rtp-engine-was-found-do-you-have-one-loaded%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should do
make menuconfig
before compile.
Find res_rtp_asterisk and check if it need some dependency you not have or just turned off. If it turned off, turn it on and recompile.
add a comment |
You should do
make menuconfig
before compile.
Find res_rtp_asterisk and check if it need some dependency you not have or just turned off. If it turned off, turn it on and recompile.
add a comment |
You should do
make menuconfig
before compile.
Find res_rtp_asterisk and check if it need some dependency you not have or just turned off. If it turned off, turn it on and recompile.
You should do
make menuconfig
before compile.
Find res_rtp_asterisk and check if it need some dependency you not have or just turned off. If it turned off, turn it on and recompile.
answered Jan 24 '16 at 3:55
arheopsarheops
40337
40337
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f257189%2fasterisk-v13-on-kali-linux-no-rtp-engine-was-found-do-you-have-one-loaded%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you do not have the experience to compile it, install the packages and configure them. asterisk is not a trivial thing to setup.
– Rui F Ribeiro
Jan 23 '16 at 13:58
so ????????????
– Y. Dabbous
Jan 23 '16 at 14:55
Kali isn't the distribution I'd choose to run Asterisk from.
– Deer Hunter
Jan 23 '16 at 18:20
it's the same as debian distributions !!
– Y. Dabbous
Jan 23 '16 at 19:54
No, it is not. Also recommended for asterisk is rhel/centos.
– arheops
Jan 24 '16 at 3:56