[OpenSIPS-Users] Mediaproxy: No Media and call ends with error
Gavin Henry
gavin.henry at gmail.com
Mon Jun 8 13:30:30 CEST 2009
2009/6/8 Raúl Alexis Betancor Santana <rabs at dimension-virtual.com>:
> 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.
>
> We rung mediaproxy 2.3.4 without any problem in our systems.
That doesn't erally show anything.
On one of our boxes that has conntrack built into the kernel and not a
module we are getting:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/python/log.py",
line 36, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py",
line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py",
line 37, in callWithContext
return func(*args,**kw)
File "/usr/lib/python2.5/site-packages/twisted/internet/epollreactor.py",
line 231, in _doReadOrWrite
why = selectable.doRead()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/udp.py",
line 126, in doRead
self.protocol.datagramReceived(data, addr)
File "/usr/lib/python2.5/site-packages/mediaproxy/mediacontrol.py",
line 121, in datagramReceived
self.cb_func(host, port, data)
File "/usr/lib/python2.5/site-packages/mediaproxy/mediacontrol.py",
line 199, in got_data
self.substream.check_create_conntrack()
File "/usr/lib/python2.5/site-packages/mediaproxy/mediacontrol.py",
line 249, in check_create_conntrack
self.forwarding_rule =
_conntrack.ForwardingRule(self.caller.remote, self.caller.local,
self.callee.remote, self.callee.local, self.stream.session.mark)
mediaproxy.interfaces.system._conntrack.Error: No such file or
directory
The 2.3.4 debs were built on that box too.
More information about the Users
mailing list