[asterisk-bugs] [JIRA] (ASTERISK-27802) bad sound quality with Playback only following agi call

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Apr 16 04:32:51 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243026#comment-243026 ] 

Asterisk Team commented on ASTERISK-27802:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> 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