Bruno Oliveira wrote:
hi
i have rtpproxy runing and serctl. where it is file config of rtpproxy ? and when I type this command "serctl start" show me in /var/log/syslog this message:
"Jun 16 14:45:33 uiara /usr/local/sbin/ser[3237]: Maxfwd module- initializing Jun 16 14:45:33 uiara /usr/local/sbin/ser[3237]: INFO: udp_init: SO_RCVBUF is initially 111616 Jun 16 14:45:33 uiara /usr/local/sbin/ser[3237]: INFO: udp_init: SO_RCVBUF is finally 223232 Jun 16 14:45:33 uiara /usr/local/sbin/ser[3237]: ERROR: tcp_init: bind(6, 0x813753c, 16) on 192.168.1.2: Address already in use"
Looks like another process already has bind to TCP port 5060. Maybe ser is already running? Or maybe a SIP client?
Try #> netstat -anp|grep 5060
regards, klaus