say

  1. G

    No sound for "say:"

    I met this problem after created an IVR menu. "Language" is set to "en-us callie", "Greet Long" is set to "say: blahblahblah", then I hear nothing when calling the extension number for the IVR menu I set. If I change "Greet Long" to a wav recording file, it can be played when I call the number...
  2. ewdpb

    SOLVED 'say' in Spanish not working

    Hi all, I am trying to simply have say reading back input digits in Spanish to a single domain (I do not want to change the defaults). Based on the documentation, I am simply doing: caller_input = 785412 session:execute('say', 'es number iterated '..caller_input) However I keep getting a...