Hello people, let me start with my server details:
vicidialnow 1.3 CE (almost sure..) | ADMIN VERSION: 2.0.5-174 | BUILD: 90522-0506 | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation
I am trying to create a filter to prevent specific cities from being called on specific campaigns..
after researching the forum i figured that the filter context should be something like:
city NOT IN('XXX','XXXX XXX',)
but when i attempt to create a new filter with that context and submit it, i get a return: FILTER CREATED but no filter is actually created..
Even stranger is the fact that if i create a new filter for example: "TEST" and put in it just the words: "test filter" and submit that, the filter does get created.
BUT if i edit the text "test filter" to: city NOT IN('BROOKLYN',) and attempt to submit i get a: "FILTER MODIFIED" responce but the text remains "test filter"...
My assumption is that mysql doesnt like the context i am placing but i cant figure out what i am doing wrong.. any and all help is greatly appreciated....