Hi,
According to
https://kamailio.org/docs/modules/5.3.x/modules/dispatcher.html#dispatcher.…,
ds_is_from_list should accept an integer variable for the group id parameter. The
following simple example doesn¹t work however:
$var(foo) = 5;
ds_is_from_list($var(foo));
Kamailio logs ³function ds_is_from_list: parameter 1 is not constant². Is this a bug or
have I misinterpreted the documentation somehow?
Thanks in advance,
Björn Bylander