<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"><title>Re: [OpenSIPS-Users] Media proxy basic setup</title>
</head>
<body>
<font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt">Way to let the smoke out.<br>
<br>
What are you using for a port range in config.ini?<br>
<br>
<br>
<br>
- Jeff<br>
<br>
<br>
<br>
On 10/16/09 1:21 PM, &quot;Daniel Goepp&quot; &lt;<a href="dan@goepp.net">dan@goepp.net</a>&gt; wrote:<br>
<br>
</span></font><blockquote><font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt">Oh and I believe that since media proxy went a little crazy, opensips just failed with:<br>
<br>
Oct 16 17:15:29 ip-10-251-27-180 /usr/local/sbin/opensips[3093]: ERROR:mediaproxy:send_command: did timeout waiting for an answer <br>
<br>
-dg<br>
<br>
<br>
On Fri, Oct 16, 2009 at 10:19 AM, Daniel Goepp &lt;<a href="dan@goepp.net">dan@goepp.net</a>&gt; wrote:<br>
</span></font><blockquote><font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt">That definitely made something happen, as in blow up my relay ;)<br>
<br>
Dispatcher:<br>
debug: Connection to OpenSIPS lost: Connection was closed cleanly.<br>
debug: Issuing &quot;update&quot; command to relay at 127.0.0.1<br>
debug: Connection to OpenSIPS lost: Connection was closed cleanly.<br>
warning: relay failure: Relay at 127.0.0.1 timed out<br>
error: No suitable relay found<br>
warning: relay failure: Relay at 127.0.0.1 timed out<br>
error: No suitable relay found<br>
error: Connection with relay at 127.0.0.1 was lost: TCP connection timed out.<br>
<br>
Relay (spewed constantly):<br>
warning: Cannot use port pair 59128/59129<br>
warning: Cannot use port pair 59130/59131<br>
warning: Cannot use port pair 59132/59133<br>
warning: Cannot use port pair 59134/59135<br>
warning: Cannot use port pair 59136/59137<br>
warning: Cannot use port pair 59138/59139<br>
warning: Cannot use port pair 59140/59141<br>
warning: Cannot use port pair 59142/59143<br>
<br>
I believe this is likely due to the fact that much like the problem I had with opensip, mediaproxy does not like me telling it that it's IP is something other than what it's interface says.&nbsp; I'm digging in deeper now.<br>
<br>
Thanks<br>
<font color="#888888"><br>
-dg<br>
</font><br>
<br>
<br>
On Fri, Oct 16, 2009 at 9:38 AM, Jeff Pyle &lt;<a href="jpyle@fidelityvoice.com">jpyle@fidelityvoice.com</a>&gt; wrote:<br>
</span></font><blockquote><font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt">Dan,<br>
<br>
Are you using the dialog module? &nbsp;I recommend it. &nbsp;If so, you’ll need<br>
somewhere in there before any t_relay():<br>
<br>
create_dialog();<br>
engage_media_proxy();<br>
<br>
This actually switches on Mediaproxy for the call. &nbsp;It uses the dialog<br>
module to track any reinvites, etc.<br>
<br>
<br>
- Jeff<br>
<br>
<br>
<br>
On 10/16/09 12:32 PM, &quot;Daniel Goepp&quot; &lt;<a href="dan@goepp.net">dan@goepp.net</a>&gt; wrote:<br>
<br>
&gt; I have finally successfully install and am running media proxy on the same<br>
&gt; server that I am running opensips.&nbsp; I have added to the opensips.cfg the<br>
&gt; mediaproxy module<br>
&gt;<br>
&gt; loadmodule &quot;mediaproxy.so&quot;<br>
&gt;<br>
&gt; From an example site I tried with these, then commented them out:<br>
&gt; #modparam(&quot;mediaproxy&quot;, &quot;mediaproxy_socket&quot;,<br>
&gt; &quot;/var/run/mediaproxy/dispatcher.sock&quot;)<br>
&gt; #modparam(&quot;mediaproxy&quot;, &quot;mediaproxy_timeout&quot;, 500)<br>
&gt; #modparam(&quot;mediaproxy&quot;, &quot;signaling_ip_avp&quot;, &quot;$avp(s:nat_ip)&quot;)<br>
&gt; #modparam(&quot;mediaproxy&quot;, &quot;media_relay_avp&quot;, &quot;$avp(s:media_relay)&quot;)<br>
&gt;<br>
&gt; The SDP on my calls are not getting re-written with the IP of the media.&nbsp; With<br>
&gt; RTP proxy I had to put in the force_rtp_proxy call, but I don't see anything<br>
&gt; similar with media proxy.&nbsp; Any ideas on what I might look at next to get<br>
&gt; opensips to re-write the SDP?<br>
&gt;<br>
&gt; Here are the startup commands and output:<br>
&gt;<br>
&gt; /usr/local/src# media-dispatcher --no-fork<br>
&gt; Starting MediaProxy Dispatcher 2.3.8<br>
&gt; Twisted is using epollreactor<br>
&gt; mediaproxy.dispatcher.RelayFactory starting on 25060<br>
&gt; mediaproxy.dispatcher.OpenSIPSControlFactory starting on<br>
&gt; &quot;'/var/run/mediaproxy/dispatcher.sock'&quot;<br>
&gt; mediaproxy.dispatcher.ManagementControlFactory starting on 25061<br>
&gt; debug: Connection from relay at 127.0.0.1<br>
&gt; debug: Issuing &quot;sessions&quot; command to relay at 127.0.0.1<br>
&gt;<br>
&gt; /etc/mediaproxy# media-relay --no-fork<br>
&gt; Starting MediaProxy Relay 2.3.8<br>
&gt; Set resource limit for maximum open file descriptors to 11000<br>
&gt; gc: collectable &lt;tuple 0xb7c1152c&gt;<br>
&gt; gc: collectable &lt;StgDict 0xb7a9c6ac&gt;<br>
&gt; gc: collectable &lt;_ctypes.ArrayType 0x8552fc4&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd0a0c&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd09cc&gt;<br>
&gt; gc: collectable &lt;tuple 0xb7f5c61c&gt;<br>
&gt; gc: collectable &lt;tuple 0xb7bd0a2c&gt;<br>
&gt; gc: collectable &lt;StgDict 0xb7a9c91c&gt;<br>
&gt; gc: collectable &lt;_ctypes.ArrayType 0x8554e54&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd08ac&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd048c&gt;<br>
&gt; gc: collectable &lt;tuple 0xb7a632fc&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd060c&gt;<br>
&gt; gc: collectable &lt;getset_descriptor 0xb7bd0c6c&gt;<br>
&gt; /etc/resolv.conf changed, reparsing<br>
&gt; Resolver added ('172.16.0.23', 53) to server list<br>
&gt; &lt;class 'twisted.names.dns.DNSDatagramProtocol'&gt; starting on 21651<br>
&gt; Starting protocol &lt;twisted.names.dns.DNSDatagramProtocol object at 0xb7a2254c&gt;<br>
&gt; (Port 21651 Closed)<br>
&gt; Stopping protocol &lt;twisted.names.dns.DNSDatagramProtocol object at 0xb7a2254c&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; -dg<br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</span></font></blockquote><font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt"><br>
</span></font></blockquote><font face="Tahoma, Verdana, Helvetica, Arial"><span style="font-size:10pt"><br>
<br>
</span></font></blockquote>
</body>
</html>