Hi,<br><br>Currently I am working to upgrade asterisk 1.4.21 to 1.4.27. During testing of my dialplan I discovered that the system will completely hangs after executing an ODBC query in the h extension. No message will shown up. Also the SSH connection is dropped and no new SSH connection can be made. The only reaction of the system is a ping reply. The system has to be turned off and on to make the system work again!!<br>
<br>This problem is introduced in asterisk 1.4.22. However, I cannot find out which change causes this problem. I have searched in the changelog for a possible cause, but I cannot find out. <br><br>Below you can find the steps to reproduce. When the dialplan executes the odbc query in the h extension, the whole system hangs.<br>
<br><br>Can anyone point me out what causes the whole system hangs?<br><br><br><br>dialplan:<br>-------------<br>exten = 422,1,Noop(MAKE A CALL)<br>exten = 422,n,Set(PCMEXT=${ODBC_CST(SELECT nr FROM viewextensiondata WHERE nr = &#39;422&#39; LIMIT 1)})<br>
exten = 422,n,Dial(SIP/422)<br><br>exten = h,1,Noop(HANGUP)<br>exten = h,n,Set(PCMEXT=${ODBC_CST(SELECT nr FROM viewextensiondata WHERE nr = &#39;422&#39; LIMIT 1)})<br>exten = h,n,Hangup<br><br>func_odbc.conf:<br>-----------------------<br>
[CST]<br>dsn=cst<br>read=${ARG1}<br><br><br>Best regards,<br>Theo Belder<br><br><br><br>