[asterisk-bugs] [JIRA] (ASTERISK-27435) [patch] configure: pjsip_evsub_set_uas_timeout not found.

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Nov 20 09:54:07 CST 2017


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

Asterisk Team commented on ASTERISK-27435:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> [patch] configure: pjsip_evsub_set_uas_timeout not found.
> ---------------------------------------------------------
>
>                 Key: ASTERISK-27435
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27435
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 13.8.2, 15.1.2
>            Reporter: Alexander Traud
>            Severity: Trivial
>
> {quote}An earlier approach was to add support for setting pjproject's timer (via a pjproject patch) and while that patch is still included here, we don't use that call at the moment.{quote}
> Version controlled source code should not contain dead code, because if the code must be found again, it is still within the versioning system. 
> Furthermore, that code broke, because Teluu, the maintainers of PJSIP, flipped the name of that function from pjsip_evsub_*uas_set*\_timeout to pjsip_evsub_*set_uas*\_timeout, while they included the proposed patch.
> Because of this, _configure_ is not able to find that symbol in PJSIP 2.7. Because of this, the user might get confused what is wrong with his PJSIP, especially if he is using not the bundled but an external one.
> The attached patch avoids to look for that unused symbol.



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



More information about the asterisk-bugs mailing list