[asterisk-bugs] [JIRA] (ASTERISK-27137) chan_ooh323 per peer codec
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Sat Jul 22 02:46:59 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27137:
-------------------------------------
Status: Waiting for Feedback (was: Waiting for Feedback)
> chan_ooh323 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
> Assignee: Asterisk Team
> Severity: Trivial
> Attachments: ooh323 show peer sladzar
>
>
> Hello!
> Don't sure this is bug, not expected behaviour.
> In ooh323.conf I have:
> {noformat}
> disallow=all ;Note order of disallow/allow is important.
> ;allow=gsm
> allow=g729
> allow=ulaw
> allow=alaw
> {noformat}
> But in peer config I have:
> {noformat}
> disallow=all
> allow=alaw
> allow=ulaw
> ;allow=g729
> {noformat}
> I.e. g729 should be disable for this peer, imho, but I have:
> {noformat}
> [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)
> {noformat}
> 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