matthew@burtonhosting.com
2004-May-06 10:27 UTC
[Asterisk-Users] Unable to find the source of the error: bad file descriptora
Hi, After a few attempts, I've managed to grab the files from CVS and build it on a rh redora box I've setup especially for Asterisk. Firstly, we're new to the asterisk scene, so please excuse any "lame" questions which may follow.. We're a new voiptalk.org customer. We have purchased the voip phones (budgetone 102's) and set aside a little box to run Asterisk on. Two phones have been setup and plugged in. They have IP addresses 192.168.1.106 and 192.168.1.107. I've tried adding these into the config files. The names are "matthew" and "serverroom" respecitively. However, Asterisk is throwing up these errors when logged into the asterisk console (using asterisk -r) Connected to Asterisk CVS-HEAD-05/01/04-12:25:43 currently running on asterisk (pid = 19996) May 6 17:18:00 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8de4bec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:00 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 453) to 192.168.1.107 returned -1: Bad file descriptor May 6 17:18:00 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd9514 (len 453) to 192.168.1.106 returned -1: Bad file descriptor May 6 17:18:01 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8de4bec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:01 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 453) to 192.168.1.107 returned -1: Bad file descriptor May 6 17:18:01 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd9514 (len 453) to 192.168.1.106 returned -1: Bad file descriptor May 6 17:18:02 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8de4bec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:02 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 453) to 192.168.1.107 returned -1: Bad file descriptor May 6 17:18:02 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd9514 (len 453) to 192.168.1.106 returned -1: Bad file descriptor May 6 17:18:03 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8de4bec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:03 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 453) to 192.168.1.107 returned -1: Bad file descriptor May 6 17:18:03 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd9514 (len 453) to 192.168.1.106 returned -1: Bad file descriptor May 6 17:18:04 WARNING[-1116775504]: chan_sip.c:532 retrans_pkt: Maximum retries exceeded on call 6b8b4567327b23c6643c986966334873@192.168.1.14 for seqno 102 (Critical Request) May 6 17:18:04 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 453) to 192.168.1.107 returned -1: Bad file descriptor May 6 17:18:04 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd9514 (len 453) to 192.168.1.106 returned -1: Bad file descriptor May 6 17:18:05 WARNING[-1116775504]: chan_sip.c:532 retrans_pkt: Maximum retries exceeded on call 63a3d6e6362d661e03977b01634be92b@81.168.80.121 for seqno 102 (Non-critical Request) May 6 17:18:05 WARNING[-1116775504]: chan_sip.c:532 retrans_pkt: Maximum retries exceeded on call 307888fb58af18d15234c5622361e211@81.168.80.121 for seqno 102 (Non-critical Request) May 6 17:18:18 NOTICE[-1116775504]: chan_sip.c:3359 sip_reg_timeout: Registration for '84412369@82.145.32.73' timed out, trying again May 6 17:18:18 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:19 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:20 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 371) to 82.145.32.73 returned -1: Bad file descriptor May 6 17:18:21 WARNING[-1116775504]: chan_sip.c:492 __sip_xmit: sip_xmit of 0x8dd92ec (len 371) to 82.145.32.73 returned -1: Bad file descriptor -- Is this indicative of a bad entry in a config file, or a bad make of asterisk? Thanks in advance, Matthew