I&#39;m using Queue app with Asterisk 1.4.6<br><br>It was working 5 days without problems and then it crash.<br>When I did #gdb asterisk core.xxx<br>I see...<br>#0&nbsp; ast_senddigit_end (chan=0x0, digit=54 &#39;6&#39;, duration=0) at 
channel.c:2691<br>#1&nbsp; 0xb780c7d5 in agent_answer (ast=0x925cb78) at chan_agent.c:398<br>#2&nbsp; 0x08081877 in ast_senddigit (chan=0x57, digit=54 &#39;6&#39;) at channel.c:2692<br>#3&nbsp; 0x0805d20d in ast_dtmf_stream (chan=0x925cb78, peer=0xb6a2d0e0,
<br>&nbsp;&nbsp;&nbsp; digits=0xb6940bf4 &quot;6&quot;, between=100) at app.c:243<br>#4&nbsp; 0xb79086ca in ast_bridge_call (chan=0xb6a2d0e0, peer=0x925cb78,<br>&nbsp;&nbsp;&nbsp; config=0xb69424d4) at res_features.c:1473<br>#5&nbsp; 0xb6e011ae in try_calling (qe=0xb6942784,
<br>&nbsp;&nbsp;&nbsp; options=0x925cb78 &quot;@`\201·\2205&amp;\bùN#\t\003O#\t&reg;¬\023\b&reg;¬\023\b&reg;¬\023\bèN#\tØN#\t\200&quot;, announceoverride=0xb694270e &quot;&quot;, url=0xb694270d &quot;&quot;,<br>&nbsp;&nbsp;&nbsp; go_on=0xb6942770, agi=0x0) at app_queue.c:2651
<br>#6&nbsp; 0xb6df9fda in queue_exec (chan=0xb6a2d0e0, data=0xb694270e) at lock.h:532<br>#7&nbsp; 0x080c315b in pbx_extension_helper (c=0xb6a2d0e0, con=0x0,<br>&nbsp;&nbsp;&nbsp; context=0xb6a2d260 &quot;telpin-112&quot;, exten=0xb6a2d2b0 &quot;80&quot;, priority=10,
<br>&nbsp;&nbsp;&nbsp; label=0x0, callerid=0xb6a22e08 &quot;402385&quot;, action=E_MATCHMORE) at pbx.c:532<br>#8&nbsp; 0x080c3e21 in __ast_pbx_run (c=0xb6a2d0e0) at pbx.c:2288<br>#9&nbsp; 0x080c4cc1 in pbx_thread (data=0x0) at pbx.c:2601<br>#10 0x080f3679 in dummy_start (data=0x0) at 
utils.c:545<br>#11 0xb7e9413d in pthread_join () from /lib/libpthread.so.0<br>#12 0xb7cfa1ba in profil () from /lib/libc.so.6<br><br>Any ideas??<br><br>