Hi,I'm trying to use the dispatcher module with algo 9 for weighted distribution. I have a column attrs in the dispatcher table with value in the format "weight=90" for my destination addresses.
But somehow the ds_list command always shows attrs as blank. I checked that kamailio doesn't fetch the attrs column at all; neither while starting up nor while calling ds_reload. This is the query that kamailio sends to my DB while starting up or calling the fifo ds_reload:
select `setid`,`destination`,`flags`,`priority` from `dispatcher`
I dont even see an attr column modparam in the documentation although kamailio didnt throw an error when I defined attr_col modparam for dispatcher module. Is there a different way to tell kamailio to fetch the attrs from the DB??
I'm using the 4.4.1 version. Thanks for any suggestion or pointers to solve this.
- Jayesh