[Freeswitch-users] Hangup after first action in phrase
Alex Yakovenko
aleksey.yakovenko at gmail.com
Mon Jun 22 14:33:02 MSD 2015
Hi All,
Could you please suggest anything ?
How I can debug this issue ?
On Thu, Jun 18, 2015 at 6:01 PM, Alex Yakovenko
<aleksey.yakovenko at gmail.com> wrote:
> 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" with
> NORMAL_CLEARING cause, though "execute" actions are going normal.
> In log I see following
> http://pastebin.com/DqJXhMWU
>
> What can cause this issue ?
> How I can debug this issue more deeply?
>
>
>
> --
> WBR
> Alex Yakovenko
--
WBR
Alex Yakovenko
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list