-
nde_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
-
nde_It's just when a request is submitted I get a message in FS - Dialplan [123-123-1234] not found, skipping
-
mc_nde_: did you also include ?number_filter=true on the URL
-
mc_though i guess the default is true
-
mc_any reason the client can't do the strip and just pass 1231231234 ?
-
nde_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
-
nde_Perhaps an FS configuration issue?