Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-09 Thread Gavin Henry
2009/6/9 Ruud Klaver : > > On 08 Jun 2009, at 22:44, Gavin Henry wrote: >> >> siptest:~# iptables -t nat -A PREROUTING -s 1.2.3.4 -j NOTRACK >> iptables: Invalid argument >> >> Jun  8 21:38:18 siptest kernel: ip_tables: NOTRACK target: only valid >> in raw table, not nat > > Oops! Obviously I meant

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-09 Thread Ruud Klaver
On 08 Jun 2009, at 22:44, Gavin Henry wrote: > > siptest:~# iptables -t nat -A PREROUTING -s 1.2.3.4 -j NOTRACK > iptables: Invalid argument > > Jun 8 21:38:18 siptest kernel: ip_tables: NOTRACK target: only valid > in raw table, not nat Oops! Obviously I meant for you to add that to the "raw" t

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Gavin Henry
2009/6/8 Raúl Alexis Betancor Santana : > On Monday 08 June 2009 21:44:02 Gavin Henry wrote: >> This could be the simple answer due to the fact we are on a hosted kvm >> virtual machine: > > So you are running on a virtual environment with monolitic kernel without > module support, also without con

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Raúl Alexis Betancor Santana
On Monday 08 June 2009 21:44:02 Gavin Henry wrote: > This could be the simple answer due to the fact we are on a hosted kvm > virtual machine: So you are running on a virtual environment with monolitic kernel without module support, also without conn_track support on the kernel. Umm .. you will h

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Gavin Henry
This is could be caused by a number of things: > - A rule cannot be inserted into the "PREROUTING" chain of the > iptables "raw" table > - The "NOTRACK" iptables target is not found > - Connection tracking rule manipulation does not work > > The first two are easily test by adding a dummy iptables

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Darren Sessions
Typically, whenever I've gotten these types of error messages, it's been because of the firewall rules. I'd disable your firewall and do a process of elimination (even if it's not your firewall). - Darren On Jun 8, 2009, at 8:58 AM, Raúl Alexis Betancor Santana wrote: > On Lunes, 8 de Juni

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Ruud Klaver
Hi, On 06 Jun 2009, at 08:33, Shehzad wrote: > > Hello, > I have installed Opensips and Mediaproxy on Debian Linux 5.0. > All the configuration for Opensips and Mediaproxy is taken from > existing > working configuration of other system. > > According to Opensips configuration I can register lo

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Raúl Alexis Betancor Santana
On Lunes, 8 de Junio de 2009 15:14:47 Gavin Henry escribió: > Jun 8 15:04:10 testsip opensips[22594]: ERROR:core:udp_send: > sendto(sock,0x81760a8,962,0,0xb5c1ad80,16): Operation not permitted(1) > Jun 8 15:04:10 testsip opensips[22594]: ERROR:tm:msg_send: udp_send failed > Jun 8 15:04:11 tests

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Gavin Henry
2009/6/8 Raúl Alexis Betancor Santana : > On Lunes, 8 de Junio de 2009 12:30:30 Gavin Henry escribió: >> 2009/6/8 Raúl Alexis Betancor Santana : >> > On Lunes, 8 de Junio de 2009 10:01:58 Gavin Henry escribió: >> >> We have the same problem on another server and can't resolve it. >> > >> > Just and

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Raúl Alexis Betancor Santana
On Lunes, 8 de Junio de 2009 12:30:30 Gavin Henry escribió: > 2009/6/8 Raúl Alexis Betancor Santana : > > On Lunes, 8 de Junio de 2009 10:01:58 Gavin Henry escribió: > >> We have the same problem on another server and can't resolve it. > > > > Just and advise: > > > > run it like this: > > > > stra

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Gavin Henry
2009/6/8 Raúl Alexis Betancor Santana : > On Lunes, 8 de Junio de 2009 10:01:58 Gavin Henry escribió: >> We have the same problem on another server and can't resolve it. > > Just and advise: > > run it like this: > > strace media-proxy --no-fork > > And you will see what file it doesn't find. > > I

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Raúl Alexis Betancor Santana
On Lunes, 8 de Junio de 2009 10:01:58 Gavin Henry escribió: > We have the same problem on another server and can't resolve it. Just and advise: run it like this: strace media-proxy --no-fork And you will see what file it doesn't find. I suppose that it is a matter of perms over the filesystem.

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-08 Thread Gavin Henry
We have the same problem on another server and can't resolve it. 2009/6/8 Shehzad : > > I think that for conntrack support in kernel, It require > libnetfilter_conntrack and its devel package: > These two package were already installed on the system: > libnetfilter-conntrack-dev        0.0.96-1  

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-07 Thread Shehzad
I think that for conntrack support in kernel, It require libnetfilter_conntrack and its devel package: These two package were already installed on the system: libnetfilter-conntrack-dev0.0.96-1 Development files for libnetfilter-conntrack libnetfilter-conntrack1 0

Re: [OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-06 Thread Gavin Henry
The last line about the conntrack kernel module support. Check out that. On 06/06/2009, Shehzad wrote: > > Hello, > I have installed Opensips and Mediaproxy on Debian Linux 5.0. > All the configuration for Opensips and Mediaproxy is taken from existing > working configuration of other system. > >

[OpenSIPS-Users] Mediaproxy: No Media and call ends with error

2009-06-05 Thread Shehzad
Hello, I have installed Opensips and Mediaproxy on Debian Linux 5.0. All the configuration for Opensips and Mediaproxy is taken from existing working configuration of other system. According to Opensips configuration I can register local users and can make calls locally. (Means Opensips Signaling