<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Il giovedì 22/04/10 18.37, Laszlo ha scritto:
<blockquote
cite="mid:r2ra950b2031004220937heb2b6af2x42c676e46dc93a96@mail.gmail.com"
type="cite"><br>
<br>
<div class="gmail_quote">2010/4/22 Roberto Ovani <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:roberto.ebay@gmail.com">roberto.ebay@gmail.com</a>></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">Il mercoledì 21/04/10 14.30,
Laszlo ha scritto:
<div>
<div class="h5">
<blockquote type="cite"><br>
<br>
<div class="gmail_quote">2010/4/21 Roberto Ovani <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:roberto.ebay@gmail.com"
target="_blank">roberto.ebay@gmail.com</a>></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div text="#000000" bgcolor="#ffffff">Il mercoledì 21/04/10
13.49,
Laszlo ha scritto:
<blockquote type="cite">gcc -v</blockquote>
<u>The host with OPENSIPS :<br>
</u><small>Using built-in specs.<br>
Target: i486-linux-gnu<br>
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.1-4ubuntu9' --with-bugurl=<a moz-do-not-send="true">file:///usr/share/doc/gcc-4.4/README.Bugs</a>
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --enable-multiarch --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4
--program-suffix=-4.4 --enable-nls --enable-clocale=gnu
--enable-libstdcxx-debug --enable-objc-gc --enable-targets=all
--disable-werror --with-arch-32=i486 --with-tune=generic
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu<br>
Thread model: posix<br>
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)</small><br>
<u><br>
The host with RTPPROXY : </u><small><br>
Using built-in specs.<br>
Target: i486-linux-gnu<br>
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu11'
--with-bugurl=<a moz-do-not-send="true">file:///usr/share/doc/gcc-4.3/README.Bugs</a>
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu<br>
Thread model: posix<br>
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) </small><u><br>
<br>
</u>Thanks in advance<br>
Roberto<br>
</div>
</blockquote>
<div><br>
By default it will compile with -O2 optimization. Can you recompile it
with -O0<br>
Please run CFLAGS=-O0 ./configure, then make and make install and
restart rtpproxy.<br>
<br>
-Laszlo<br>
<br>
<br>
</div>
</div>
<br>
</blockquote>
<br>
<br>
</div>
</div>
I'm having problems with all: opensips-rtpproxy etc...<br>
so, I'm trying to show my system :<br>
<b><br>
1st LOCATION </b>: <br>
Wan Side : <a moz-do-not-send="true" href="http://opensips.roberto.org"
target="_blank">opensips.roberto.org</a> (it's not real, but for
example)<br>
Lan Side, there are:<br>
- opensips server (i forwarded 5060 udp to Opensips-server's lan
address)<br>
- a sip client on a laptop, user 1003 (sjphone for mac)<br>
<br>
<b>2nd LOCATION</b> : <br>
Wan Side : <a moz-do-not-send="true" href="http://rtpproxy.roberto.org"
target="_blank">rtpproxy.roberto.org</a><br>
Lan side, there are : <br>
- RtpProxy server (i forwarderd 7890udp to RTPPRoxy-Server's lan
address, and also the range between udp 10000 and udp 64999, to be sure)<br>
- a sip client, user 1002 (X-Lite for windows) <br>
<br>
<b>3rd LOCATION (home-sweet-home)</b> :<br>
In the Lan, there's a Sip client, user 1000 (Sjphone on my macbook)<br>
<br>
In attachment, there's my opensips.cfg.<br>
<br>
I need to create a system that can make call everyone to everyother
(independently from WHERE the clients ARE, if in the same lan as
servers, or behind nats, etc... )<br>
<br>
Could you please tell me some example cfg code for this purpose?<br>
<br>
If you need, I also have logs from Opensips-server-host and from
RTPProxy-host (var/log/syslog) and a bit of tcpdump. This log refers to
a call from 1000 to 1003 and from 1003 to 1000.<br>
<br>
I used the one from Gonçalves' Book (about opensips 1.6), but I'm
having problems.... I'm also a newbie, so it's still a bit hard for me
to have a complete vision of everything in this voip system....<br>
<br>
<br>
Thanks in advance<br>
Roberto<br>
<br>
</div>
</blockquote>
<div><br>
Did you recompile rtpproxy like how I mentioned? <br>
BTW, I have found something, maybe it can be interesting for you
too(and can be related to your problem):<br>
<br>
<a moz-do-not-send="true"
href="http://www.mail-archive.com/users@rtpproxy.org/msg00113.html">http://www.mail-archive.com/users@rtpproxy.org/msg00113.html</a><br>
<br>
-Laszlo<br>
</div>
</div>
<br>
<br>
<style type="text/css">#avg_ls_inline_popup { position:absolute; z-index:9999; padding: 0px 0px; margin-left: 0px; margin-top: 0px; width: 240px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 13px;}</style></blockquote>
Sorry, I didn't answer your last question.<br>
So... yes, i recompiled wit the flags you mentioned, but the problem is
still the same. Same logs.<br>
I'll read your link, thanks in advance :)<br>
<br>
Bye<br>
roberto<br>
</body>
</html>