Search Keyword string Total: 2 results found.
Category: Dialer Tips/Predictive Dialer Tips
... You can permutate last with first or any other column: DELETE from vicidial_list WHERE list_id='123' AND last_name=''; To run a similar query which would delete all records with a certain string ... Tuesday, 05 July 2016Category: Dialer Tips/Predictive Dialer Tips
If you wish to search for a certain string in Asterisk only (Example: only show carrier congestion), launch the Asterisk CLI along with the grep command, i.e.: asterisk -rvvvvv | egrep -i "string" ... Tuesday, 05 April 2016