Recent content by bigbigpig

  1. Handle calls differently if [V] is present in Caller ID name

    Thank you for the replies. I have some c# experience but have never used the CFD so I was hoping to modify one of the similar example call scripts. If it's easy to grab Caller Name from CFD then I will look into that option.
  2. Handle calls differently if [V] is present in Caller ID name

    What a pleasant surprise that some call scripts are available in 20U5! I've been looking into some of these, and they look promising, but I can't seem to find documentation of the properties available. For example, here's one of the call scripts from their pre-made apps: public override async...
  3. Handle calls differently if [V] is present in Caller ID name

    Ok gotcha - so my understanding is that is not available in hosted. So to leverage any sort of action from Flowroute's validation I'd need self-hosted?
  4. Handle calls differently if [V] is present in Caller ID name

    Hello, I use Flowroute and their STIR/SHAKEN implementation adds a "[V]" to the front of the caller ID name if the authenticity of the caller is verified. This is fine, but I need to be able to take action on the call depending on if this [V] is present in the caller ID name. Almost all spam...