I loop through a list in Asterisk which is generated by a Python AGI and I've just been bitten by a variable limit I didn't realise existed before.
The only way I can think of working around this is to get Python to write the list to file, then do a FILE_COUNT_LINE to get the number of items (needed first) and then iterate through them by doing FILE to read one line at a time. Would rather stay away from polluting ASTDB, and don't want to install MySQL as I don't need it for anything else. Ideally, though, is there a workaround for the variable limit? Thanks! -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 http://www.asterisk.org/community/astricon-user-conference New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
