[Home]

Summary:ASTERISK-12143: func_odbc stopped working in current version
Reporter:Private Name (falves11)Labels:
Date Opened:2008-06-04 22:37:28Date Closed:2011-06-07 14:00:53
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Functions/func_odbc
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) blowup_1.txt
Description:In version 119239, I get this output:
-- Executing [19544959549@default:1] Set("SIP/17864335989-00715ed8", "ARRAY(CARRIERLIST,Z,NANI,CLIST,PLIST)=SIP/19544959549@208.167.233.16-SIP/19544959549@4.71.122.130-SIP/19544959549@208.78.6.66-SIP/19544959549@4.71.169.29-SIP/9993519544959549@67.152.18.4-SIP/1021019544959549@63.110.11.95-SIP/07359319544959549@204.13.233.204-SIP/19544959549@207.155.147.30-,8,7864335989,a127b1954495_c0.021736d0.021736e0f19544959549x1,g116h1_______i0.001000j0-g110h1954495_i0.002400j0-g90h1954495_i0.004000j0-g100h1954495_i0.004500j0-g99h1954495_i0.005000j0-g72h1954495_i0.005800j0-g111h1954495_i0.011000j0-g53h1954495_i0.018100j0-") in new stack
   -- Executing [19544959549@default:2] NoCDR("SIP/17864335989-00715ed8", "") in new stack
   -- Executing [19544959549@default:3] NoOp("SIP/17864335989-00715ed8", "List has: 8 members") in new stack

As you can see, the variable "Z" has "8" as content.
If I compile instead the current version, "Z" has nothing, without changing anything else at all.

****** ADDITIONAL INFORMATION ******

My application depends on func_odbc working.
Comments:By: Private Name (falves11) 2008-06-04 22:50:43

Version 119239 is blowing up every 3 minutes. I need to go back a few versions. It seems something affected the overall odbc stuff.



By: Tilghman Lesher (tilghman) 2008-06-05 07:38:34

Please edit asterisk.conf and add:

[compat]
app_set=1.6

By: Private Name (falves11) 2008-06-05 10:14:05

The solution works fine. Please close the case.