[asterisk-bugs] [JIRA] (ASTERISK-27137) chan_ooh32 per peer codec
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Jul 18 00:16:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237721#comment-237721 ]
Asterisk Team commented on ASTERISK-27137:
------------------------------------------
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].
> chan_ooh32 per peer codec
> -------------------------
>
> Key: ASTERISK-27137
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27137
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/chan_ooh323
> Affects Versions: 13.13.1
> Environment: Centos 6
> Reporter: Dmitry Melekhov
> Severity: Trivial
>
> Hello!
> Don't sure this is bug, not expected behaviour.
> In ooh323.conf I have:
> disallow=all ;Note order of disallow/allow is important.
> ;allow=gsm
> allow=g729
> allow=ulaw
> allow=alaw
> But in peer config I have:
> disallow=all
> allow=alaw
> allow=ulaw
> ;allow=g729
> I.e. g729 should be disable for this peer, imho, but I have:
> [Jul 18 08:16:53] VERBOSE[27627] chan_ooh323.c: Outgoing call sladzar(ooh323c_o_18865) - Codec prefs - (g729|ulaw|alaw)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding capabilities to call(outgoing, ooh323c_o_18865)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding g729A capability to call(outgoing, ooh323c_o_18865)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding g729 capability to call(outgoing, ooh323c_o_18865)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding g729B capability to call(outgoing, ooh323c_o_18865)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding g711 ulaw capability to call(outgoing, ooh323c_o_18865)
> [Jul 18 08:16:53] VERBOSE[27627] ooh323cDriver.c: Adding g711 alaw capability to call(outgoing, ooh323c_o_18865)
> Is codec selection per peer supported by chan_ooh323 , i.e. is this bug or expected behaviour?
> Thank you!
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list