On 23 Jun 2009, at 12:54, Pedro Gonzalez (DGTEC) wrote: > Hi every body i getting the following error every time that a make > an inbound call to a client register on my sip server. > > media-relay[2327]: (Port 50012 Closed) > media-relay[2327]: (Port 50013 Closed) > media-relay[2327]: (Port 50014 Closed) > media-relay[2327]: (Port 50015 Closed) > media-dispatcher[2324]: error: Error processing request: Non-update > command received from OpenSIPS for unknown session >
This is a script error. You can: 1. Use engage_media_proxy which properly matches starting and stopping mediaproxy 2. Make sure you call end_media_session only if you called use_media_proxy for that call 3. Ignore the error as it only means you called stop without start and it's harmless. It should be a warning or debug message anyway. > > than if I make another call > > media-relay[2327]: (Port 50016 Closed) > media-relay[2327]: (Port 50017 Closed) > media-relay[2327]: (Port 50018 Closed) > media-relay[2327]: (Port 50019 Closed) > > > I’m using centos 5.2 X86_64 > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -- Dan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
