Joan wrote:
2008/11/28 Maxim Sobolev <[EMAIL PROTECTED]>:
Joan wrote:
DBUG:handle_command: received command "9506_2 U
[EMAIL PROTECTED] 192.168.253.12 16434
f0cdb2c2aee55197o0;1"
INFO:handle_command: new session [EMAIL PROTECTED], tag
f0cdb2c2aee55197o0;1 requested, type strong
ERR:handle_command: can't create listener
DBUG:doreply: sending reply "9506_2 E10
That's weird. The only case when the RTPproxy can fail like this is when
it cannot allocate a UDP ports for the session, either due to ports
already taken by other application or due to kernel not allowing to use
any ports in the specified range (EADDRINUSE or EACCES). Can you please
answer the following questions to help me identify the issue:

1. Did you make any changes to the sources or defines?

No, the only change I made was with the include, the one already
commited into trunk.
Currently I've built from a clean "cvs up"

OK, can you please apply the attached patch, recompile, restart and send the error output again.

Regards,
--
Maksym Sobolyev
Sippy Software, Inc.
Internet Telephony (VoIP) Experts
T/F: +1-646-651-1110
Web: http://www.sippysoft.com
MSN: [EMAIL PROTECTED]
Skype: SippySoft
Index: rtpp_command.c
===================================================================
RCS file: /cvsroot/ser/rtpproxy/rtpp_command.c,v
retrieving revision 1.21
diff -d -u -r1.21 rtpp_command.c
--- rtpp_command.c      3 Nov 2008 08:49:45 -0000       1.21
+++ rtpp_command.c      28 Nov 2008 22:18:19 -0000
@@ -98,6 +98,8 @@
                rtpp_log_ewrite(RTPP_LOG_ERR, cf->glog, "can't bind to the %s 
port %d",
                  (ia->sa_family == AF_INET) ? "IPv4" : "IPv6", port);
            } else {
+               rtpp_log_ewrite(RTPP_LOG_ERR, cf->glog, "can't bind to the %s 
port %d",
+                 (ia->sa_family == AF_INET) ? "IPv4" : "IPv6", port);
                rval = -2;
            }
            goto failure;
_______________________________________________
Users mailing list
Users@rtpproxy.org
http://lists.rtpproxy.org/mailman/listinfo/users

Reply via email to