[asterisk-bugs] [JIRA] (ASTERISK-27797) channel.c: BUG! Must supply a channel name or partial name to match!

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Fri Apr 13 14:11:50 CDT 2018


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

Kevin Harwell commented on ASTERISK-27797:
------------------------------------------

[~agupta] You're correct in that the check for an empty string done afterwards _ast_channel_get_by_name_prefix_ is useless. However, moving it prior to the _ast_channel_by_name_cb_ may or may not be correct. Doing that could possibly be the fix here. However, we first need to know what initiated the call into that method to begin with and find out whether or not it should be passing in an empty name like that.

> channel.c: BUG! Must supply a channel name or partial name to match!
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-27797
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27797
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: pjproject/pjsip
>    Affects Versions: 15.3.0
>         Environment: ubuntu 16.04,ARI,webrtc
>            Reporter: shaurya jain
>            Assignee: Unassigned
>            Severity: Minor
>              Labels: patch, webrtc
>         Attachments: 1523426524.229297, AGI_log.txt, channel_by_name_assert.diff
>
>
> Hi Team,
> We are still facing the concern although there is no call disconnection or major issue regarding this but it leads to unwanted ERRORS on console.
> [Apr 11 14:02:23] NOTICE[32364][C-00011eaa] res_stasis_playback.c: 1523426524.229297: Playback stopped for sound:11/mixivr
> [Apr 11 14:02:24] ERROR[32444] channel.c: BUG! Must supply a channel name or partial name to match!
> [Apr 11 14:02:24] ERROR[32623] channel.c: BUG! Must supply a channel name or partial name to match!
> Attached are the ARI logs as you asked in previous note which can show you the exact ARI request and call flow.
> Let me know the proceedings in this regards.



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



More information about the asterisk-bugs mailing list