[asterisk-bugs] [JIRA] (ASTERISK-29137) pjsip: Broken pipe when sending requests

Sean Bright (JIRA) noreply at issues.asterisk.org
Mon Feb 6 08:24:03 CST 2023


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Bright updated ASTERISK-29137:
-----------------------------------

    Description: 
We have about 450 Asterisk instances in production, and I've only seen this happen a few times:

{noformat}
[Oct 20 18:57:18] ERROR[11455]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
[Oct 20 18:57:18] WARNING[302]: pjproject: <?>: 	     tsx0x7f29403de688 .......Error sending Response msg 200/SUBSCRIBE/cseq=1135 (tdta0x7f29403dee98): Broken pipe
[Oct 20 18:57:18] ERROR[4089]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
[Oct 20 18:57:18] ERROR[13740]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending OPTIONS request to endpoint 723
{noformat}

Currently I am fixing a small bug in our proxies that causes Asterisk to add a x-ast-orig-host parameter to contacts... Could that cause something like this?

The transport is TCP for all communications.

  was:
We have about 450 Asterisk instances in production, and I've only seen this happen a few times:

[Oct 20 18:57:18] ERROR[11455]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
[Oct 20 18:57:18] WARNING[302]: pjproject: <?>: 	     tsx0x7f29403de688 .......Error sending Response msg 200/SUBSCRIBE/cseq=1135 (tdta0x7f29403dee98): Broken pipe
[Oct 20 18:57:18] ERROR[4089]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
[Oct 20 18:57:18] ERROR[13740]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending OPTIONS request to endpoint 723

Currently I am fixing a small bug in our proxies that causes Asterisk to add a x-ast-orig-host parameter to contacts... Could that cause something like this?

The transport is TCP for all communications.


> pjsip: Broken pipe when sending requests
> ----------------------------------------
>
>                 Key: ASTERISK-29137
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29137
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: pjproject/pjsip
>    Affects Versions: 16.13.0, 16.30.0
>         Environment: CentOS x64
>            Reporter: Luke Escude
>            Assignee: Luke Escude
>
> We have about 450 Asterisk instances in production, and I've only seen this happen a few times:
> {noformat}
> [Oct 20 18:57:18] ERROR[11455]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
> [Oct 20 18:57:18] WARNING[302]: pjproject: <?>: 	     tsx0x7f29403de688 .......Error sending Response msg 200/SUBSCRIBE/cseq=1135 (tdta0x7f29403dee98): Broken pipe
> [Oct 20 18:57:18] ERROR[4089]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending NOTIFY request to endpoint 10801
> [Oct 20 18:57:18] ERROR[13740]: res_pjsip.c:4290 endpt_send_request: Error 120032 'Broken pipe' sending OPTIONS request to endpoint 723
> {noformat}
> Currently I am fixing a small bug in our proxies that causes Asterisk to add a x-ast-orig-host parameter to contacts... Could that cause something like this?
> The transport is TCP for all communications.



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



More information about the asterisk-bugs mailing list