[Freeswitch-users] Hangup after first action in phrase

Alex Yakovenko aleksey.yakovenko at gmail.com
Thu Jun 18 19:02:22 MSD 2015


Hi all.

I'm running Freeswitch 1.4.19 and I have written a macro:

<include>
  <macro name="saypin">
    <input pattern="(.*)">
      <match>
        <action function="execute" data="sleep(1000)"/>
        <action function="execute" data="sleep(1000)"/>
        <action function="execute" data="sleep(1000)"/>
        <action function="play-file"
data="/usr/local/freeswitch/recordings/pre-code_text.wav"/>
        <action function="say" data="$1" method="en number iterated"
type="number"/>
        <action function="play-file"
data="/usr/local/freeswitch/recordings/once-again.wav"/>
        <action function="say" data="$1" method="en number iterated"
type="number"/>
      </match>
    </input>
  </macro>
</include>

But it hangs after first action like "play-file" or "say". "execute"
actions are going normal.
In log I see following
http://pastebin.com/DqJXhMWU

What can
How I can debug this issue more deeply?



-- 
WBR
Alex Yakovenko



Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list