2008/11/28 Maxim Sobolev <[EMAIL PROTECTED]>: > 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. > Here it is ...
=================================================================== INFO:main: rtpproxy started, pid 27680 DBUG:handle_command: received command "27663_4 U [EMAIL PROTECTED] 192.168.253.12 16482 a8c6a31ab42697afo0;1" INFO:handle_command: new session [EMAIL PROTECTED], tag a8c6a31ab42697afo0;1 requested, type strong ERR:create_twinlistener: can't bind to the IPv4 port 36777: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 42645: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 53065: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 47223: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 38205: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 64181: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 40471: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 37527: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 38953: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 59449: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 52493: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 51385: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 42897: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 58173: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 36601: Address already in use ERR:create_twinlistener: can't bind to the IPv4 port 45197: Address already in use =================================================================== This is going on and on continuously until I hang the call and then I see =================================================================== ERR:handle_command: can't create listener DBUG:doreply: sending reply "27663_4 E10 " DBUG:handle_command: received command "27662_3 D [EMAIL PROTECTED] a8c6a31ab42697afo0" INFO:handle_command: delete request failed: session [EMAIL PROTECTED], tags a8c6a31ab42697afo0/NONE not found DBUG:doreply: sending reply "27662_3 E8 " =================================================================== Hope it helps _______________________________________________ Users mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/users
