[asterisk-bugs] [JIRA] (ASTERISK-27147) Either asterisk or pjproject isn't re-using tcp connections (again)

Ross Beer (JIRA) noreply at issues.asterisk.org
Thu Aug 10 11:06:08 CDT 2017


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

Ross Beer commented on ASTERISK-27147:
--------------------------------------

If the phone goes offline for some other reason and stays offline, won't the BLF/MWI persist?

When a voicemail is left or BLF state change happen, wouldn't Asterisk attempt to contact the endpoint in the same way as calling the endpoint would? This would fail as per the above description.

> Either asterisk or pjproject isn't re-using tcp connections (again)
> -------------------------------------------------------------------
>
>                 Key: ASTERISK-27147
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27147
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 13.17.0, 14.6.0, GIT
>            Reporter: George Joseph
>            Assignee: Richard Mudgett
>         Attachments: client_pjsip.conf, client_pjsip_wizard.conf, server_pjsip.conf, server_pjsip_wizard.conf
>
>
> Last year we submitted patches to pjproject to fix not re-using tcp connections.  It looks like it's broke again.
> Asterisk A and B have a "trunk" between them.  A registers to B.
> After A registers, there is 1 open TCP connection between them.
> B sends a call to A.
> Instead of re-using the existing connection, B establishes a new cconnection back to A.
> Now there are 2 tcp connections open.
> If A were behind a firewall that didn't allow inbound new connections, there'd be an issue.



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



More information about the asterisk-bugs mailing list