Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early Media on Kamailio 5.X w/rtpengine #3429

Closed
ibrahmgarip opened this issue Apr 28, 2023 · 1 comment
Closed

Early Media on Kamailio 5.X w/rtpengine #3429

ibrahmgarip opened this issue Apr 28, 2023 · 1 comment

Comments

@ibrahmgarip
Copy link

ibrahmgarip commented Apr 28, 2023

Screenshot from 2023-04-28 19-30-37
Screenshot from 2023-04-28 19-34-50

Hi, I'm trying to build a script for early media. I've kamailio 5.6 and rtpengine 11.3.1 on my server. I just want to play local media when I get call to my server but its not working as I want.

I've configured kamailio to work with rtpengine and added this snippet to " onreply_route[MANAGE_REPLY] " section.

if(status=="100") {
rtpengine_manage();
t_reply("183", "Session Progress");
block_dtmf();
play_media("from-tag=$fti file=/usr/share/rtpengine/decode_G711.wav");

I can see the RTP is playing successfuly but the kamailio is not creating SIP messaging with SDP to play on other side.

I couldn't figure out how should I configure, can you please advise me about that?

@miconda
Copy link
Member

miconda commented Apr 28, 2023

For questions about how to use Kamailio and its configuration file, use sr-users@lists.kamailio.org mailing list.

This tracker is for reporting issues related to the source code.

@miconda miconda closed this as completed Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants