[asterisk-bugs] [JIRA] (ASTERISK-27137) chan_ooh32 per peer codec

Dmitry Melekhov (JIRA) noreply at issues.asterisk.org
Tue Jul 18 00:16:58 CDT 2017


Dmitry Melekhov created ASTERISK-27137:
------------------------------------------

             Summary: 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