[asterisk-bugs] [JIRA] (ASTERISK-24464) [patch]ICE Candidates Gathering causes abort in pjproject code due to too small network interface array size

Sean Bright (JIRA) noreply at issues.asterisk.org
Wed Feb 15 11:00:10 CST 2017


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

Sean Bright commented on ASTERISK-24464:
----------------------------------------

PJSIP limits the number of candidates to 16 (See [here|http://www.pjsip.org/pjnath/docs/html/group__PJNATH__CONFIG.htm#gaab843b3c2b1fc2236234a3902f55d0c7]). So you would have to recompile PJSIP with different options.

> [patch]ICE Candidates Gathering causes abort in pjproject code due to too small network interface array size
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-24464
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24464
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_rtp_asterisk
>    Affects Versions: 11.13.0
>         Environment: Linux
>            Reporter: Andreas Steinmetz
>         Attachments: abort_pjproject.txt, ice-candidates-length.patch
>
>
> The array size for network gathering for the ice candidates list  is too small (16). This can cause the required candidates not to be included which lateron triggers a pjproject abort.
> Thinking of VLANs and that every network interface has typically at least two addresses an array size of 64 seems to be more reasonable.



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



More information about the asterisk-bugs mailing list