[asterisk-bugs] [JIRA] (ASTERISK-26881) bridge_channel.c:989 ast_bridge_channel_queue_frame: We couldn't write alert pipe for Local/XXXXXXX at dialpeer. something is VERY wrong
Private Name (JIRA)
noreply at issues.asterisk.org
Mon Mar 20 15:21:10 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235982#comment-235982 ]
Private Name commented on ASTERISK-26881:
-----------------------------------------
I have a bash script that generates hundreds of calls and loads them via
while true;do
command="Local/${number}@$Peer ${callerid} MusicOnHold default"
asterisk -rx "$command"
sleep 1
loop
the $Peer is simple
[context]
dial(PJSIP/number at IP)
If somebody answers, Asterisk drops them into MusicOnHold
Basically, the dialplan is one line, the Dial line.
It crashes after 600+ calls. You try to call in via a softphone, and I can see the INVITE coming in, PJSIP sees it, but Asterisk never processes the INVITE, neither send back the ACK, Asterisk is dead.
> bridge_channel.c:989 ast_bridge_channel_queue_frame: We couldn't write alert pipe for Local/XXXXXXX at dialpeer. something is VERY wrong
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-26881
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26881
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_local
> Affects Versions: 14.3.0
> Environment: Linux 64
> Reporter: Private Name
> Assignee: Private Name
> Severity: Critical
>
> After 600 calls, all of them achieved by
> Originate Local/XXXXXXXXXX at dialpeer application MusicOnHold default
> Note: all calls are dialed with PJSIP inside the context.
> I get this error:
> [Mar 18 00:18:01] ERROR[40175][C-000004cb]: bridge_channel.c:989 ast_bridge_channel_queue_frame: We couldn't write alert pipe for 0x7ff39000fd90(Local/XXXXXXX at dialpeer-000004cc;2)... something is VERY wrong
> Please let me know where to start looking for the culprit.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list