[asterisk-bugs] [JIRA] (ASTERISK-26638) cli channel originate Local always create channel with slin 8khz format
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Dec 5 18:05:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-26638:
------------------------------------
Assignee: Vitaly K
Status: Waiting for Feedback (was: Triage)
[~bg1] , we would love to have your patch contributed!
However, I have removed it for a couple of reasons:
* You didn't mark the patch as a contribution.
* I couldn't mark the patch as a contribution because you don't have a valid license agreement and we can't accept a patch from you without one.
To resolve the issue, please resubmit your license agreement submission with valid information:
https://issues.asterisk.org/jira/secure/DigiumLicense.jspa
> cli channel originate Local always create channel with slin 8khz format
> ------------------------------------------------------------------------
>
> Key: ASTERISK-26638
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26638
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_clioriginate
> Affects Versions: 13.4.0, 14.2.0
> Environment: any
> Reporter: Vitaly K
> Assignee: Vitaly K
>
> For example you want to create outgoing channel and play some file for tests
> You run something like
> asterisk> channel originate Local/s at contextA application Playback file_wav16
> and you listen poor voice quality with compare of incoming call to context which do Playback( file_wav16)
> core show channel report what outgoing SIP channel created in contextA have native format slin16 and have no recode, but not optimized Local channels report something like:
> side 1
> NativeFormats: (slin)
> WriteFormat: slin16
> ReadFormat: slin
> WriteTranscode: Yes (slin at 16000)->(slin at 8000)
> and for side 2
> NativeFormats: (slin)
> WriteFormat: slin16
> ReadFormat: slin16
> WriteTranscode: Yes (slin at 16000)->(slin at 8000)
> ReadTranscode: Yes (slin at 8000)->(slin at 16000)
> also resampling looks very bad and generates a large distortion for powerful signals
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list