[asterisk-bugs] [JIRA] (ASTERISK-29507) STUN timeout is silently delaying calls

Sébastien Duthil (JIRA) noreply at issues.asterisk.org
Mon Jul 5 14:37:33 CDT 2021


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

Sébastien Duthil updated ASTERISK-29507:
----------------------------------------

    Description: 
Given Asterisk rtp.conf is configured with
{noformat}
[general]
icesupport=yes
stunaddr=10.9.9.9  ; no route to host
{noformat}
Given a PJSIP endpoint configured with
{noformat}
ice_support=yes
{noformat}
When the PJSIP endpoints dials any answering extension
Then the call is blocked for ~10 seconds
Then no errors are visible in the console
Then the call continues

Expected: The Asterisk console shows that the STUN request timed out

  was:
Given Asterisk rtp.conf is configured with
```
[general]
icesupport=yes
stunaddr=10.9.9.9  ; no route to host
```
Given a PJSIP endpoint configured with
```
ice_support=yes
```
When the PJSIP endpoints dials any answering extension
Then the call is blocked for ~10 seconds
Then no errors are visible in the console
Then the call continues

Expected: The Asterisk console shows that the STUN request timed out


> STUN timeout is silently delaying calls
> ---------------------------------------
>
>                 Key: ASTERISK-29507
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29507
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_rtp_asterisk
>    Affects Versions: 18.5.0
>            Reporter: Sébastien Duthil
>
> Given Asterisk rtp.conf is configured with
> {noformat}
> [general]
> icesupport=yes
> stunaddr=10.9.9.9  ; no route to host
> {noformat}
> Given a PJSIP endpoint configured with
> {noformat}
> ice_support=yes
> {noformat}
> When the PJSIP endpoints dials any answering extension
> Then the call is blocked for ~10 seconds
> Then no errors are visible in the console
> Then the call continues
> Expected: The Asterisk console shows that the STUN request timed out



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



More information about the asterisk-bugs mailing list