freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

[mod_soundtouch] has no sound

Open wanweidong opened this issue 6 years ago • 5 comments

run soundtouch on freeswitch 1.10.1 and Debian 10

<extension name="dial_soundtouch">
   <condition expression="^4321$" field="destination_number">
        <action application="answer"/>
        <action application="soundtouch" data="hook_dtmf -0.3o 0.8r"/>
        <action application="delay_echo" data="3000"/>
   </condition>
</extension>

it has no error, but can not receive any sound

wanweidong avatar Oct 31 '19 15:10 wanweidong

What version of libsoundtouch are you using?

The default debian version is compiled with float samples. You need to recompile it with integer samples to be compatible with freeswitch.

vma avatar Nov 02 '19 11:11 vma

What version of libsoundtouch are you using?

The default debian version is compiled with float samples. You need to recompile it with integer samples to be compatible with freeswitch.

Thank you very much I had installed libsoundtouch1:amd64 2.1.2+ds1-1 with apt-get install libsoundtouch-dev libsoundtouch1 how to recompile it with integer samples?

wanweidong avatar Nov 02 '19 13:11 wanweidong

With ./configure --enable-integer-samples

vma avatar Nov 11 '19 19:11 vma

@vma @wanweidong

i have tried the same dial plan in asterisk 1.10.3 version . but facing same issues. Have you resolved that. if yes kindly share steps

vasavaankit avatar Jul 17 '22 08:07 vasavaankit