[asterisk-bugs] [JIRA] (ASTERISK-27802) bad sound quality with Playback only following agi call
Thierry Donnadieu (JIRA)
noreply at issues.asterisk.org
Mon Apr 16 04:32:51 CDT 2018
Thierry Donnadieu created ASTERISK-27802:
--------------------------------------------
Summary: bad sound quality with Playback only following agi call
Key: ASTERISK-27802
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27802
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 15.3.0
Environment: Ubuntu 16.04
agi scrit in perl
Reporter: Thierry Donnadieu
Hi,
I am using an agi (hereafter halvox.agi) program to automatically answer spoken questions.
halvox.agi creates an output file named /tmp/file_out.wav16
extensions.conf :
exten => 1000,1,NoOp()
same => n,Answer()
same => n(record),agi(halvox.agi,fr-FR)
same => n,Playback("/tmp/file_out", "#")
same => n,Hangup()
after the agi call the file Playback has poor sound quality. This really seems to be related to the agi call since if I comment the line ";same => n(record),agi(halvox.agi,fr-FR)" then sound quality is good.
Doesn't seem to be related to the file format either as I have tried different file format (sln, sln16, ...). I have also tried to run the Playback inside the agi script, same issue.
Any clue why the agi call changes the way Playback behave ? Any help would be appreciated, thanks in anticipation,
Thierry
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list