[OpenSIPS-Users] MediaProxy and conntrack module

Gavin Henry gavin.henry at gmail.com
Sat Jun 6 22:57:19 CEST 2009


OK, thanks. The problem we seem to have is:

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

I'll check if the debs were compiled on that box or not.

Thanks.



More information about the Users mailing list