Vicidial Inbound Report per DID basis
Posted: Fri Jan 24, 2014 2:40 pm
we are using vicidial for inbound only. we have 6 DID Numbers configured in vicidial, everything works good. i can filter all sales by mysql query
select * from vicidial_list where status='SALE';
but problem is that i am not able to sort our these sales leads by DID Numbers so i dont know which DID made SALE. please help me on this how can i filter sales leads per DID basis.
select * from vicidial_list where status='SALE';
but problem is that i am not able to sort our these sales leads by DID Numbers so i dont know which DID made SALE. please help me on this how can i filter sales leads per DID basis.