Running multiple SQL queries on the same filter.
Posted: Wed Sep 24, 2014 8:48 am
Hello everybody,
I have a VICIdial VERSION: 2.9-441a, BUILD: 140612-1628, © 2014, deployed as following:
Dialer and Data Base server with Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz x 8, 8 GB of RAM, 300 GB of HDD. VICIdial for 32 bits system installed from scratch.
This is my question:
I need to know how do i to build a "Filter SQL" with two or more queries and do that these run sequentially one after other (or one by one) in the same filter.
For better explanation I describe for you the problem:
An enterprise needs to call from a list with 5000 leads, but requires automatically dial all the leads which city field contains %OGOT% at first, then dial the leads which city field contains %EDELL%, and finally dial the leads which city field contains %EREIR%.
For example:
city LIKE "%OGOT%"
city LIKE "%EDELL%"
city LIKE "%EREIR%"
How do I to build a Lead Filter with two or more queries and do that these run sequentially one after other (or one by one) in the same filter?
Thanks in advance.
I have a VICIdial VERSION: 2.9-441a, BUILD: 140612-1628, © 2014, deployed as following:
Dialer and Data Base server with Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz x 8, 8 GB of RAM, 300 GB of HDD. VICIdial for 32 bits system installed from scratch.
This is my question:
I need to know how do i to build a "Filter SQL" with two or more queries and do that these run sequentially one after other (or one by one) in the same filter.
For better explanation I describe for you the problem:
An enterprise needs to call from a list with 5000 leads, but requires automatically dial all the leads which city field contains %OGOT% at first, then dial the leads which city field contains %EDELL%, and finally dial the leads which city field contains %EREIR%.
For example:
city LIKE "%OGOT%"
city LIKE "%EDELL%"
city LIKE "%EREIR%"
How do I to build a Lead Filter with two or more queries and do that these run sequentially one after other (or one by one) in the same filter?
Thanks in advance.