Asterisk RTP Error :'(

Hey, using asterisk I get this error, can anyone help?

error[59465][c-00000001]: rtp_engine.c:489 ast_rtp_instance_new: no rtp engine was found. do you have one loaded?

when trying to load asterisk_rtp : 1. loader.c:283 module_load_error: Error loading module ‘res_rtp_asterisk’, missing dependency: res_pjproject

Yes, it is enabled on menuselect.

Your Asterisk was built with PJSIP/pjproject, which res_rtp_asterisk uses to do ICE/STUN/TURN. It therefore requires it to be loaded, specifically the res_pjproject module listed.

how to do so ? Sorry I’m just following a tutorial on youtube and I’m gettting that rtp error and he don’t so sorry if I don’t know what i’m talking abt

The CLI command is “module load res_pjproject.so”, but I have no idea what your system is configured for or set up to do.

Command ‘module load res_pjproject.so’ failed.
[May 10 12:10:33] ERROR[130664]: loader.c:283 module_load_error: res_pjproject has one or more unknown dependencies.

Then I don’t know the state of your install, how it was built, or how it is configured, and can’t really say.

Can you maybe give me a way to contact you so I can re-install everything like u so I get everything working

I don’t provide direct help. I also don’t do anything special. Once in the source directory of Asterisk I just do:

./configure
make
sudo make install

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.