Hello, How can you parse a comma separated list using function CUT and AEL ?
I've tried but it displays error message (though is seems to find the
correct value) :
STRING=101,102
VAL=${CUT(STRING,\,,1)};
NoOp(VAL is ${VAL});
Cheers
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
