[asterisk-bugs] [JIRA] (ASTERISK-26860) netsock2.c:210 ast_sockaddr_split_hostport: Port missing in (null)

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Mar 30 14:16:10 CDT 2017


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

Rusty Newton updated ASTERISK-26860:
------------------------------------

    Description: 
When the call arrives to the Queue and listens to music on hold, the console continually gives an error. When the agent answers the call, the error stops

[Edit by Rusty - adding Sean Bright's reproduction guide below]

This is fairly easy to duplicate with Asterisk 13 from git:

{{extensions.conf:}}
{noformat}
[just-moh]
exten => 1234,1,Answer()
exten => 1234,n,MusicOnHold()
{noformat}

{{Asterisk CLI:}}
{noformat}
*CLI> channel originate PJSIP/some-endpoint extension 1234 at just-moh
{noformat}

Answer {{some-endpoint}} and place the call on hold. Every time Asterisk receives an RTCP packet, you'll see this error.

  was:When the call arrives to the Queue and listens to music on hold, the console continually gives an error. When the agent answers the call, the error stops


> netsock2.c:210 ast_sockaddr_split_hostport: Port missing in (null)
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-26860
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26860
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.14.0
>         Environment: CentOS7
>            Reporter: Evers Lab
>            Assignee: Unassigned
>            Severity: Minor
>         Attachments: conf_and_verbose.txt
>
>
> When the call arrives to the Queue and listens to music on hold, the console continually gives an error. When the agent answers the call, the error stops
> [Edit by Rusty - adding Sean Bright's reproduction guide below]
> This is fairly easy to duplicate with Asterisk 13 from git:
> {{extensions.conf:}}
> {noformat}
> [just-moh]
> exten => 1234,1,Answer()
> exten => 1234,n,MusicOnHold()
> {noformat}
> {{Asterisk CLI:}}
> {noformat}
> *CLI> channel originate PJSIP/some-endpoint extension 1234 at just-moh
> {noformat}
> Answer {{some-endpoint}} and place the call on hold. Every time Asterisk receives an RTCP packet, you'll see this error.



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



More information about the asterisk-bugs mailing list