[asterisk-bugs] [JIRA] (ASTERISK-27433) Cant disable Native Bridge

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Nov 20 09:43:07 CST 2017


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

Richard Mudgett commented on ASTERISK-27433:
--------------------------------------------

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. Please read over the Asterisk Issue Guidelines [1] which discusses the information necessary for your issue to be resolved and the format that information needs to be in. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected and the location of documentation that led you to that expectation.
3. The behavior you actually encountered.

To demonstrate the issue in detail, please include Asterisk log files generated per the instructions on the wiki [2]. If applicable, please ensure that protocol-level trace debugging is enabled, e.g., 'sip set debug on' if the issue involves chan_sip, and configuration information such as dialplan and channel configuration.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

[2] https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

We need a log containing the complete call that also includes the SIP signaling (sip set debug on) and AMI debugging (manager set debug on).  After collecting the log attach it to the issue with a .txt extension.

> Cant disable Native Bridge
> --------------------------
>
>                 Key: ASTERISK-27433
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27433
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 13.18.2
>         Environment: Ubuntu 14.04
>            Reporter: Oguzhan Kayhan
>
> Hello
> I am trying to record the conversations via AMI interface.
> On my previous version (11.5.0) when i set the monitor command it was recording fine.
> My sip.conf has the following config
> {code}
> [panel_number](!)
> context=CommPanels
> type=friend
> host=dynamic
> secret=xxxx
> directmedia=no
> canreinvite=no
> callgroup=1
> pickupgroup=1
> ;disallow=all
> allow=all
> dtmfmode=auto
> nat=force_rport,comedia
> {code}
> and i have 2 users with this config.
> But when i dial eachother..
> I have the following
> {code}
>     -- Called SIP/4511
>     -- SIP/4511-00000001 is ringing
>        > 0x7f1e2c00e5c0 -- Strict RTP learning after remote address set to: 78.189.8.164:8000
>     -- SIP/4511-00000001 answered SIP/4510-00000000
>     -- Channel SIP/4511-00000001 joined 'simple_bridge' basic-bridge <ddd40dcc-439d-40b1-8637-ad0686e7b166>
>     -- Channel SIP/4510-00000000 joined 'simple_bridge' basic-bridge <ddd40dcc-439d-40b1-8637-ad0686e7b166>
>        > Bridge ddd40dcc-439d-40b1-8637-ad0686e7b166: switching from simple_bridge technology to native_rtp
>        > Locally RTP bridged 'SIP/4510-00000000' and 'SIP/4511-00000001' in stack
> {code}
> And after this, if i send ami monitor command it says success but records an 44 bytes of wav file instead of conversation.
> ps: tried with directmedia=yes same result



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list