original command line => asterisk -vvvvvfdg Version => Connected to Asterisk CVS-01/01/04-19:50:33 Hardware => Dual 2.4G Xeon (w/hyperthreading enabled) 2G Mem All calls are inbound SIP routed outbound as SIP from 1 VoIP gateway to another. Compiled on Debian Stable with GCC-2.95 with the following debug options enabled.... DEBUG_THREADS = -DDEBUG_THREADS -DDO_CRASH TRACE_FRAMES = -DTRACE_FRAMES No extra patches applied or libraries compiled in (H.323..etc) vanilla make && make install _____________________ -----====|TestBed Configuration|====-------- --------------------- ----------------------------------------- | | | Abacus Call Generator | | | |_________________________________________ | | | 7 Inbound T1's | 7 Outbound T1's | | -------- -------- | VoIP | | VoIP | | GW 2 | | GW 1 | |________| |________| | | | Inbound SIP Calls | | | | --------------------- | |_____ | 100MBps |_____| Outbound SIP Calls | Ethernet Switch | |_____________________| | | --------------------- | | | Asterisk | |_____________________| Calls were generated a rate of 1 new call per second. With a call duration of 180 seconds and a 2 second pause between hanging up and starting a new call. All calls were G711. The max number of channels the call generator was given to originate calls was 130. As soon as call 127 hits the box asterisk seg faults. sip.conf -------- [general] port = 5060 bindaddr = 10.31.4.60 context = default dtmfmode=inband allow=ulaw allow=gsm extensions.conf --------------- [general] static=yes [default] exten => _555.,1,Dial(SIP/${EXTEN}@10.31.15.253:4000) ; exten => 0000,1,VoiceMailMain(); /*********************************************** * The first set of info is from a core file * * the second set is from a subsequent run with * * gdb attatched to the main process as it ran * ***********************************************/ ########################################### Begin debugging session ############################################## GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... Core was generated by `asterisk -vvvvvvvfgd'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 ......snip lib loading statements......... Loaded symbols for /usr/lib/asterisk/modules/format_jpeg.so Reading symbols from /usr/lib/asterisk/modules/cdr_csv.so...done. Loaded symbols for /usr/lib/asterisk/modules/cdr_csv.so #0 0x0805e670 in ast_waitfor_n (c=???, n=???, ms=???) at channel.c:900 900 return ast_waitfor_nandfds(c, n, NULL, 0, NULL, NULL, ms); (gdb) (gdb) (gdb) bt #0 0x0805e670 in ast_waitfor_n (c=???, n=???, ms=???) at channel.c:900 (gdb) ####################################################################### END DEUBG SESSION ####################################################################### ################ LOGFILE ################# Jan 10 23:05:14 DEBUG[143501]: File pbx.c, Line 1163 (pbx_extension_helper): Launching 'Dial' Jan 10 23:05:14 DEBUG[143501]: File chan_sip.c, Line 1614 (sip_alloc): Allocating new SIP call for (null) Jan 10 23:05:14 DEBUG[143501]: File chan_sip.c, Line 877 (sip_call): Outgoing Call for 5559995887 Jan 10 23:05:14 DEBUG[143501]: File chan_sip.c, Line 974 (find_user): 5559995887 is not a local user Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/10.31.15.253-710f to read format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/-08b75fd0 to write format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/10.31.15.253-710f to write format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/-08b75fd0 to read format ULAW Jan 10 23:05:14 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '514bef64260a473b7f311f637de84fab@10.31.4.60' Request 102: Found Jan 10 23:05:14 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '514bef64260a473b7f311f637de84fab@10.31.4.60' Request 102: Found Jan 10 23:05:14 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 102 Jan 10 23:05:14 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '514bef64260a473b7f311f637de84fab@10.31.4.60' of Request 102: Found Jan 10 23:05:14 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/-08b75fd0 to read format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/10.31.15.253-710f to write format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/-08b75fd0 to write format ULAW Jan 10 23:05:14 DEBUG[143501]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/10.31.15.253-710f to read format ULAW Jan 10 23:05:14 DEBUG[143501]: File chan_sip.c, Line 1170 (sip_answer): sip_answer(SIP/-08b75fd0) Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '926143_4505762@10.31.14.253' of Response 23159: Found Jan 10 23:05:15 DEBUG[143501]: File rtp.c, Line 1008 (ast_rtp_write): Ooh, format changed from UNKN to ULAW Jan 10 23:05:15 DEBUG[143501]: File rtp.c, Line 1008 (ast_rtp_write): Ooh, format changed from UNKN to ULAW Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '514bef64260a473b7f311f637de84fab@10.31.4.60' Request 103: Found Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '926143_4505762@10.31.14.253' Request 102: Found Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 102 Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '926143_4505762@10.31.14.253' of Request 102: Found Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 103 Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '514bef64260a473b7f311f637de84fab@10.31.4.60' of Request 103: Found Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 1614 (sip_alloc): Allocating new SIP call for 926144_4505863@10.31.14.253 Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 5098 (handle_request): Check for res for Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 974 (find_user): is not a local user Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:05:15 DEBUG[144526]: File pbx.c, Line 1163 (pbx_extension_helper): Launching 'Dial' Jan 10 23:05:15 DEBUG[144526]: File chan_sip.c, Line 1614 (sip_alloc): Allocating new SIP call for (null) Jan 10 23:05:15 DEBUG[144526]: File chan_sip.c, Line 877 (sip_call): Outgoing Call for 5559995888 Jan 10 23:05:15 DEBUG[144526]: File chan_sip.c, Line 974 (find_user): 5559995888 is not a local user Jan 10 23:05:15 DEBUG[144526]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/10.31.15.253-924e to read format ULAW Jan 10 23:05:15 DEBUG[144526]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/-08b8b560 to write format ULAW Jan 10 23:05:15 DEBUG[144526]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/10.31.15.253-924e to write format ULAW Jan 10 23:05:15 DEBUG[144526]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/-08b8b560 to read format ULAW Jan 10 23:05:15 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '5aefe3a73a7d65822623e007408f4f28@10.31.4.60' Request 102: Found Jan 10 23:05:16 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '5aefe3a73a7d65822623e007408f4f28@10.31.4.60' Request 102: Found **************** END LOGFILE ################### ######################### ASTERISK PROGRAM OUTPUT ######################## Urgent handler -- Called 5559995885@10.31.15.253:4000 -- SIP/10.31.15.253-a247 is ringing -- SIP/10.31.15.253-a247 answered SIP/-08b4b4b0 -- Attempting native bridge of SIP/-08b4b4b0 and SIP/10.31.15.253-a247 Urgent handler Urgent handler Urgent handler -- Called 5559995886@10.31.15.253:4000 -- SIP/10.31.15.253-e551 is ringing -- SIP/10.31.15.253-e551 answered SIP/-08b60a40 -- Attempting native bridge of SIP/-08b60a40 and SIP/10.31.15.253-e551 Urgent handler Urgent handler Urgent handler -- Called 5559995887@10.31.15.253:4000 -- SIP/10.31.15.253-710f is ringing -- SIP/10.31.15.253-710f answered SIP/-08b75fd0 -- Attempting native bridge of SIP/-08b75fd0 and SIP/10.31.15.253-710f Urgent handler Urgent handler Urgent handler -- Called 5559995888@10.31.15.253:4000 Segmentation fault (core dumped) ################################# END ASTERISK OUTPUT ################################# /************** * Start Set 2 * **************/ ########################################### Begin debugging session ############################################## (gdb) info thread * 143 Thread 145550 (LWP 11716) 0x0805e670 in ast_waitfor_n (c=???, n=???, ms=???) at channel.c:900 142 Thread 144525 (LWP 11714) 0x401687ee in select () from /lib/libc.so.6 141 Thread 143500 (LWP 11713) 0x401687ee in select () from /lib/libc.so.6 140 Thread 142475 (LWP 11712) 0x401687ee in select () from /lib/libc.so.6 139 Thread 141450 (LWP 11711) 0x401687ee in select () from /lib/libc.so.6 138 Thread 140425 (LWP 11710) 0x401687ee in select () from /lib/libc.so.6 137 Thread 139400 (LWP 11709) 0x401687ee in select () from /lib/libc.so.6 136 Thread 138375 (LWP 11708) 0x401687ee in select () from /lib/libc.so.6 135 Thread 137350 (LWP 11707) 0x401687ee in select () from /lib/libc.so.6 134 Thread 136325 (LWP 11706) 0x401687ee in select () from /lib/libc.so.6 133 Thread 135300 (LWP 11705) 0x401687ee in select () from /lib/libc.so.6 132 Thread 134275 (LWP 11704) 0x401687ee in select () from /lib/libc.so.6 131 Thread 133250 (LWP 11703) 0x401687ee in select () from /lib/libc.so.6 130 Thread 132225 (LWP 11702) 0x401687ee in select () from /lib/libc.so.6 129 Thread 131200 (LWP 11701) 0x401687ee in select () from /lib/libc.so.6 128 Thread 130175 (LWP 11700) 0x401687ee in select () from /lib/libc.so.6 127 Thread 129150 (LWP 11699) 0x401687ee in select () from /lib/libc.so.6 126 Thread 128125 (LWP 11698) 0x401687ee in select () from /lib/libc.so.6 125 Thread 127100 (LWP 11697) 0x401687ee in select () from /lib/libc.so.6 124 Thread 126075 (LWP 11696) 0x401687ee in select () from /lib/libc.so.6 123 Thread 125050 (LWP 11695) 0x401687ee in select () from /lib/libc.so.6 122 Thread 124025 (LWP 11694) 0x401687ee in select () from /lib/libc.so.6 121 Thread 123000 (LWP 11693) 0x401687ee in select () from /lib/libc.so.6 120 Thread 121975 (LWP 11692) 0x401687ee in select () from /lib/libc.so.6 119 Thread 120950 (LWP 11691) 0x401687ee in select () from /lib/libc.so.6 118 Thread 119925 (LWP 11690) 0x401687ee in select () from /lib/libc.so.6 117 Thread 118900 (LWP 11689) 0x401687ee in select () from /lib/libc.so.6 116 Thread 117875 (LWP 11688) 0x401687ee in select () from /lib/libc.so.6 115 Thread 116850 (LWP 11687) 0x401687ee in select () from /lib/libc.so.6 114 Thread 115825 (LWP 11686) 0x401687ee in select () from /lib/libc.so.6 113 Thread 114800 (LWP 11685) 0x401687ee in select () from /lib/libc.so.6 112 Thread 113775 (LWP 11684) 0x401687ee in select () from /lib/libc.so.6 111 Thread 112750 (LWP 11683) 0x401687ee in select () from /lib/libc.so.6 110 Thread 111725 (LWP 11682) 0x401687ee in select () from /lib/libc.so.6 109 Thread 110700 (LWP 11681) 0x401687ee in select () from /lib/libc.so.6 108 Thread 109675 (LWP 11680) 0x401687ee in select () from /lib/libc.so.6 107 Thread 108650 (LWP 11679) 0x401687ee in select () from /lib/libc.so.6 106 Thread 107625 (LWP 11678) 0x401687ee in select () from /lib/libc.so.6 105 Thread 106600 (LWP 11677) 0x401687ee in select () from /lib/libc.so.6 104 Thread 105575 (LWP 11676) 0x401687ee in select () from /lib/libc.so.6 103 Thread 104550 (LWP 11675) 0x401687ee in select () from /lib/libc.so.6 102 Thread 103525 (LWP 11674) 0x401687ee in select () from /lib/libc.so.6 101 Thread 102500 (LWP 11673) 0x401687ee in select () from /lib/libc.so.6 100 Thread 101475 (LWP 11672) 0x401687ee in select () from /lib/libc.so.6 99 Thread 100450 (LWP 11671) 0x401687ee in select () from /lib/libc.so.6 98 Thread 99425 (LWP 11670) 0x401687ee in select () from /lib/libc.so.6 97 Thread 98400 (LWP 11669) 0x401687ee in select () from /lib/libc.so.6 96 Thread 97375 (LWP 11668) 0x401687ee in select () from /lib/libc.so.6 95 Thread 96350 (LWP 11667) 0x401687ee in select () from /lib/libc.so.6 94 Thread 95325 (LWP 11666) 0x401687ee in select () from /lib/libc.so.6 93 Thread 94300 (LWP 11665) 0x401687ee in select () from /lib/libc.so.6 92 Thread 93275 (LWP 11664) 0x401687ee in select () from /lib/libc.so.6 91 Thread 92250 (LWP 11663) 0x401687ee in select () from /lib/libc.so.6 90 Thread 91225 (LWP 11662) 0x401687ee in select () from /lib/libc.so.6 89 Thread 90200 (LWP 11661) 0x401687ee in select () from /lib/libc.so.6 88 Thread 89175 (LWP 11660) 0x401687ee in select () from /lib/libc.so.6 87 Thread 88150 (LWP 11659) 0x401687ee in select () from /lib/libc.so.6 86 Thread 87125 (LWP 11658) 0x401687ee in select () from /lib/libc.so.6 85 Thread 86100 (LWP 11657) 0x401687ee in select () from /lib/libc.so.6 84 Thread 85075 (LWP 11656) 0x401687ee in select () from /lib/libc.so.6 83 Thread 84050 (LWP 11655) 0x401687ee in select () from /lib/libc.so.6 82 Thread 83025 (LWP 11654) 0x401687ee in select () from /lib/libc.so.6 81 Thread 82000 (LWP 11653) 0x401687ee in select () from /lib/libc.so.6 80 Thread 80975 (LWP 11652) 0x401687ee in select () from /lib/libc.so.6 79 Thread 79950 (LWP 11651) 0x401687ee in select () from /lib/libc.so.6 78 Thread 78925 (LWP 11650) 0x401687ee in select () from /lib/libc.so.6 77 Thread 77900 (LWP 11649) 0x401687ee in select () from /lib/libc.so.6 76 Thread 76875 (LWP 11648) 0x401687ee in select () from /lib/libc.so.6 75 Thread 75850 (LWP 11647) 0x401687ee in select () from /lib/libc.so.6 74 Thread 74825 (LWP 11646) 0x401687ee in select () from /lib/libc.so.6 73 Thread 73800 (LWP 11645) 0x401687ee in select () from /lib/libc.so.6 72 Thread 72775 (LWP 11644) 0x401687ee in select () from /lib/libc.so.6 71 Thread 71750 (LWP 11643) 0x401687ee in select () from /lib/libc.so.6 70 Thread 70725 (LWP 11642) 0x401687ee in select () from /lib/libc.so.6 69 Thread 69700 (LWP 11641) 0x401687ee in select () from /lib/libc.so.6 68 Thread 68675 (LWP 11640) 0x401687ee in select () from /lib/libc.so.6 67 Thread 67650 (LWP 11639) 0x401687ee in select () from /lib/libc.so.6 66 Thread 66625 (LWP 11638) 0x401687ee in select () from /lib/libc.so.6 65 Thread 65600 (LWP 11637) 0x401687ee in select () from /lib/libc.so.6 64 Thread 64575 (LWP 11636) 0x401687ee in select () from /lib/libc.so.6 63 Thread 63550 (LWP 11635) 0x401687ee in select () from /lib/libc.so.6 62 Thread 62525 (LWP 11634) 0x401687ee in select () from /lib/libc.so.6 61 Thread 61500 (LWP 11633) 0x401687ee in select () from /lib/libc.so.6 60 Thread 60475 (LWP 11632) 0x401687ee in select () from /lib/libc.so.6 59 Thread 59450 (LWP 11631) 0x401687ee in select () from /lib/libc.so.6 58 Thread 58425 (LWP 11630) 0x401687ee in select () from /lib/libc.so.6 57 Thread 57400 (LWP 11629) 0x401687ee in select () from /lib/libc.so.6 56 Thread 56375 (LWP 11628) 0x401687ee in select () from /lib/libc.so.6 55 Thread 55350 (LWP 11627) 0x401687ee in select () from /lib/libc.so.6 54 Thread 54325 (LWP 11626) 0x401687ee in select () from /lib/libc.so.6 53 Thread 53300 (LWP 11625) 0x401687ee in select () from /lib/libc.so.6 52 Thread 52275 (LWP 11624) 0x401687ee in select () from /lib/libc.so.6 51 Thread 51250 (LWP 11623) 0x401687ee in select () from /lib/libc.so.6 50 Thread 50225 (LWP 11622) 0x401687ee in select () from /lib/libc.so.6 49 Thread 49200 (LWP 11621) 0x401687ee in select () from /lib/libc.so.6 48 Thread 48175 (LWP 11620) 0x401687ee in select () from /lib/libc.so.6 47 Thread 47150 (LWP 11619) 0x401687ee in select () from /lib/libc.so.6 46 Thread 46125 (LWP 11618) 0x401687ee in select () from /lib/libc.so.6 45 Thread 45100 (LWP 11617) 0x401687ee in select () from /lib/libc.so.6 44 Thread 44075 (LWP 11616) 0x401687ee in select () from /lib/libc.so.6 43 Thread 43050 (LWP 11615) 0x401687ee in select () from /lib/libc.so.6 42 Thread 42025 (LWP 11614) 0x401687ee in select () from /lib/libc.so.6 41 Thread 41000 (LWP 11613) 0x401687ee in select () from /lib/libc.so.6 40 Thread 39975 (LWP 11612) 0x401687ee in select () from /lib/libc.so.6 39 Thread 38950 (LWP 11611) 0x401687ee in select () from /lib/libc.so.6 38 Thread 37925 (LWP 11610) 0x401687ee in select () from /lib/libc.so.6 37 Thread 36900 (LWP 11609) 0x401687ee in select () from /lib/libc.so.6 36 Thread 35875 (LWP 11608) 0x401687ee in select () from /lib/libc.so.6 35 Thread 34850 (LWP 11607) 0x401687ee in select () from /lib/libc.so.6 34 Thread 33825 (LWP 11606) 0x401687ee in select () from /lib/libc.so.6 33 Thread 32800 (LWP 11605) 0x401687ee in select () from /lib/libc.so.6 32 Thread 31775 (LWP 11604) 0x401687ee in select () from /lib/libc.so.6 31 Thread 30750 (LWP 11603) 0x401687ee in select () from /lib/libc.so.6 30 Thread 29725 (LWP 11602) 0x401687ee in select () from /lib/libc.so.6 29 Thread 28700 (LWP 11601) 0x401687ee in select () from /lib/libc.so.6 28 Thread 27675 (LWP 11600) 0x401687ee in select () from /lib/libc.so.6 27 Thread 26650 (LWP 11599) 0x401687ee in select () from /lib/libc.so.6 26 Thread 25625 (LWP 11598) 0x401687ee in select () from /lib/libc.so.6 25 Thread 24600 (LWP 11597) 0x401687ee in select () from /lib/libc.so.6 24 Thread 23575 (LWP 11596) 0x401687ee in select () from /lib/libc.so.6 23 Thread 22550 (LWP 11595) 0x401687ee in select () from /lib/libc.so.6 22 Thread 21525 (LWP 11594) 0x401687ee in select () from /lib/libc.so.6 21 Thread 20500 (LWP 11593) 0x401687ee in select () from /lib/libc.so.6 20 Thread 19475 (LWP 11592) 0x401687ee in select () from /lib/libc.so.6 19 Thread 18450 (LWP 11591) 0x401687ee in select () from /lib/libc.so.6 18 Thread 17425 (LWP 11590) 0x401687ee in select () from /lib/libc.so.6 17 Thread 16400 (LWP 11589) 0x401687ee in select () from /lib/libc.so.6 16 Thread 15375 (LWP 11588) 0x401687ee in select () from /lib/libc.so.6 15 Thread 13326 (LWP 11583) 0x4013ede1 in nanosleep () from /lib/libc.so.6 14 Thread 12301 (LWP 11582) 0x4013ede1 in nanosleep () from /lib/libc.so.6 13 Thread 11276 (LWP 11581) 0x401687ee in select () from /lib/libc.so.6 12 Thread 10251 (LWP 11580) 0x401687ee in select () from /lib/libc.so.6 11 Thread 9226 (LWP 11577) 0x40166bb0 in poll () from /lib/libc.so.6 10 Thread 8201 (LWP 11576) 0x4016e652 in accept () from /lib/libc.so.6 9 Thread 7176 (LWP 11575) 0x40166bb0 in poll () from /lib/libc.so.6 8 Thread 6151 (LWP 11574) 0x40166bb0 in poll () from /lib/libc.so.6 7 Thread 5126 (LWP 11573) 0x40166bb0 in poll () from /lib/libc.so.6 6 Thread 4101 (LWP 11572) 0x401687ee in select () from /lib/libc.so.6 5 Thread 3076 (LWP 11571) 0x401687ee in select () from /lib/libc.so.6 4 Thread 2051 (LWP 11570) 0x4016e652 in accept () from /lib/libc.so.6 3 Thread 1026 (LWP 11569) 0x401687ee in select () from /lib/libc.so.6 2 Thread 2049 (LWP 11568) 0x40166bb0 in poll () from /lib/libc.so.6 1 Thread 1024 (LWP 11567) 0x401687ee in select () from /lib/libc.so.6 (gdb) ########################### END Debug ######################## ######################### Begin Asterisk Logfile ######################### Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '26416b3b7a87800f4a052ed616c9f115@10.31.4.60' Request 102: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '26416b3b7a87800f4a052ed616c9f115@10.31.4.60' Request 102: Found Jan 10 23:12:54 DEBUG[144525]: File rtp.c, Line 1008 (ast_rtp_write): Ooh, format changed from UNKN to ULAW Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 102 Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '26416b3b7a87800f4a052ed616c9f115@10.31.4.60' of Request 102: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:12:54 DEBUG[144525]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/-40ad3210 to read format ULAW Jan 10 23:12:54 DEBUG[144525]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/10.31.15.253-2839 to write format ULAW Jan 10 23:12:54 DEBUG[144525]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/-40ad3210 to write format ULAW Jan 10 23:12:54 DEBUG[144525]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/10.31.15.253-2839 to read format ULAW Jan 10 23:12:54 DEBUG[144525]: File chan_sip.c, Line 1170 (sip_answer): sip_answer(SIP/-40ad3210) Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '926273_4551675@10.31.14.253' of Response 14379: Found Jan 10 23:12:54 DEBUG[144525]: File rtp.c, Line 1008 (ast_rtp_write): Ooh, format changed from UNKN to ULAW Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '26416b3b7a87800f4a052ed616c9f115@10.31.4.60' Request 103: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '926273_4551675@10.31.14.253' Request 102: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 102 Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '926273_4551675@10.31.14.253' of Request 102: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 549 (__sip_ack): Acked pending invite 103 Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 567 (__sip_ack): Stopping retransmission on '26416b3b7a87800f4a052ed616c9f115@10.31.4.60' of Request 103: Found Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 1614 (sip_alloc): Allocating new SIP call for 926274_4551775@10.31.14.253 Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 5098 (handle_request): Check for res for Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 974 (find_user): is not a local user Jan 10 23:12:54 DEBUG[6151]: File chan_sip.c, Line 3417 (build_route): build_route: Contact hop: Jan 10 23:12:54 DEBUG[145550]: File pbx.c, Line 1163 (pbx_extension_helper): Launching 'Dial' Jan 10 23:12:54 DEBUG[145550]: File chan_sip.c, Line 1614 (sip_alloc): Allocating new SIP call for (null) Jan 10 23:12:55 DEBUG[145550]: File chan_sip.c, Line 877 (sip_call): Outgoing Call for 5559995888 Jan 10 23:12:55 DEBUG[145550]: File chan_sip.c, Line 974 (find_user): 5559995888 is not a local user Jan 10 23:12:55 DEBUG[145550]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/10.31.15.253-b1c9 to read format ULAW Jan 10 23:12:55 DEBUG[145550]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/-40ad9be8 to write format ULAW Jan 10 23:12:55 DEBUG[145550]: File channel.c, Line 1463 (ast_set_write_format): Set channel SIP/10.31.15.253-b1c9 to write format ULAW Jan 10 23:12:55 DEBUG[145550]: File channel.c, Line 1493 (ast_set_read_format): Set channel SIP/-40ad9be8 to read format ULAW Jan 10 23:19:35 DEBUG[6151]: File chan_sip.c, Line 587 (__sip_semi_ack): (Provisional) Stopping retransmission (but retaining packet) on '56d5ff6f1803ecaa6a9daa3364664331@10.31.4.60' Request 102: Found ############################# End Asterisk Logfile ############################# ************************ Asterisk Output ####################### Urgent handler Urgent handler Urgent handler -- Called 5559995885@10.31.15.253:4000 -- SIP/10.31.15.253-61b5 is ringing -- SIP/10.31.15.253-61b5 answered SIP/-40ac5e60 -- Attempting native bridge of SIP/-40ac5e60 and SIP/10.31.15.253-61b5 Urgent handler Urgent handler Urgent handler -- Called 5559995886@10.31.15.253:4000 -- SIP/10.31.15.253-cfa7 is ringing -- SIP/10.31.15.253-cfa7 answered SIP/-40acc838 -- Attempting native bridge of SIP/-40acc838 and SIP/10.31.15.253-cfa7 Urgent handler Urgent handler Urgent handler -- Called 5559995887@10.31.15.253:4000 -- SIP/10.31.15.253-2839 is ringing -- SIP/10.31.15.253-2839 answered SIP/-40ad3210 -- Attempting native bridge of SIP/-40ad3210 and SIP/10.31.15.253-2839 Urgent handler Urgent handler Urgent handler -- Called 5559995888@10.31.15.253:4000 Segmentation fault (core dumped) ########################### End Asterisk Output ##########################