<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>16 aug 2013 kl. 16:48 skrev Adnan <112linuxstockholm@<a href="http://gmail.com">gmail.com</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I know that this is not the purpose of the proxy but there is a situation in which our kamailio needs to playback early media for a small number of calls.<br><br>
</div>Which module will be most suitable for this?<br></div><br><br></div>One way is to use rtpproxy and just functions such as<code class="">rtpproxy_stream2... to play back the prompts to the caller. <br>
<br>Note that the caller is not behind NAT or behind any symmetric firewall. So we a free to choose.<br><br></code></div><code class="">We know we could do it easily by dispatching to asterisk where we use the Progress() app or similar for freeswitch but we don't want add the overhead of a new media server installation and configuration.<br>
<br></code></div><div><code class="">We need a kamailio based one box solution.<br></code></div><div><br></div></div></blockquote>Then you have to write your own module, since Kamailio by design does not handle media. Period.</div><div><br></div><div>It's like asking MySQL to implement a picture filter for filters stored in the database, it's just not in the design. Kamailio is a SIP server that works with many media servers, but it's not a media server.</div><div><br></div><div>Having said that you can propably fake a 183 and have a media server like SEMS do it, but adding Asterisk is pretty much the same.</div><div><br></div><div>/O</div><br></body></html>