<!--
-->
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.
![image](https://user-images.githubusercontent.com/110819566/235202939-c8e599d3-e5e4-4932-bc84-a46c0fc28e57.png)
![image](https://user-images.githubusercontent.com/110819566/235203260-3841016d-c362-4f90-87bc-c6a096d258b7.png)
I couldn't figure out how should I configure, can you please advise me about that?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3429
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3429(a)github.com>