19:18:15 Hi all! For quickcall API requests even requests with dashes "-" should be honored yes? I was reading through cb_quickcall.erl and it appears in the QCALL_NUMBER_FILTER 19:19:40 It's just when a request is submitted I get a message in FS - Dialplan [123-123-1234] not found, skipping 19:20:52 nde_: did you also include ?number_filter=true on the URL 19:21:10 though i guess the default is true 19:21:23 any reason the client can't do the strip and just pass 1231231234 ? 19:25:19 mc_: Perhaps we could strip it in the client. Even in the KZ logs it looks like it understands that it's stripped . ecallmgr_fs_channel sends the update with the correct number format 19:25:45 Perhaps an FS configuration issue?