[asterisk-bugs] [JIRA] (ASTERISK-21414) MixMonitor G.729 licenses

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Apr 12 10:56:01 CDT 2013


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

Rusty Newton commented on ASTERISK-21414:
-----------------------------------------

Please read through https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines before filing any further issues.

Asterisk is doing the decoding on the channel originating the dial. When using Monitor or MixMonitor the G.729 TX and RX streams are being decoded to your recording format. Hence the two extra decoders you that were not expecting.

This is not a bug. 

You could try using the M option with Dial to call a Macro on the *dialed* channel and use that Macro to start MixMonitor on that channel. Then the decoding for MixMonitor should be speex -> recording format thereby avoiding the use of G.729 licenses for decoding.

I'm going to close this out since it is not a bug report. Please contact Digium technical support for any further assistance or questions about your G.729 licenses. http://www.digium.com/en/support/contact
                
> MixMonitor G.729 licenses
> -------------------------
>
>                 Key: ASTERISK-21414
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21414
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/General
>    Affects Versions: 11.3.0
>            Reporter: TSAREGORODTSEV Yury
>            Severity: Critical
>
> Hello,
> exten => _00.,1,Set(file=/records/${EXTEN}.wav)
> exten => _00.,2,MixMonitor(${file},b)
> exten => _00.,3,Dial(IAX2/speex_provider/${EXTEN:3})
> exten => _00.,4,StopMixMonitor
> exten => _00.,5,Hangup()
> Call originating by SIP in G.729 and terminating by IAX2 in speex.
> If Mixmonitor turned on 1 encoder and 3 decoders licenses in use.
> If no MixMonitor just 1 encoder/1 decoder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list