sip_force_expires is numeric so the ILIKE search didn't work correctly. This is a temp fix. Ideally the sip_force_expire value should cast as TEXT and then searched up.
- if (($option_selected == "") or ($option_selected == 'call_group') or ($option_selected == 'accountcode')) {} else {
+ if (($option_selected == "") or ($option_selected == 'call_group') or ($option_selected == 'accountcode') or ($option_selected == 'sip_force_expires')) {} else {