[asterisk-bugs] [JIRA] (ASTERISK-20751) chan_motif leaves UDP ports open

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Jan 14 14:03:46 CST 2013


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

Matt Jordan updated ASTERISK-20751:
-----------------------------------

    Target Release Version/s: 11.2.0
    
> chan_motif leaves UDP ports open
> --------------------------------
>
>                 Key: ASTERISK-20751
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20751
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_motif
>    Affects Versions: 11.0.1
>         Environment: Ubuntu precise (12.04.1 LTS), Ubuntu oneric (11.10), Fedora release 14 (Laughlin). All x64
> asterisk 11.0.1, asterisk-1.8.19.0-rc1, asterisk SVN
>            Reporter: Oleg Petukhov
>      Target Release: 11.2.0
>
>
> I configured chan_motif to work with Google Voice, and was able to send and receive calls. But after some time i have noticed that there is a lot of opened UDP ports in the system. I disabled all other channels except chan_motif - still the same situation. According to 'module show like res_rtp_asterisk.so', every time when call is made using chan_motif, [Use count] increments by one. And i cannot unload/reload 'res_rtp_asterisk.so' cause of it. So for me it looks like chan_motif opens RTP channel using 'res_rtp_asterisk.so', but for some reason not closing it after hangup.
> Here is an output right after one call was made.
> [root at localhost lib]# netstat -apn|grep asterisk|grep udp
> udp     7440      0 0.0.0.0:10004               0.0.0.0:*                               31551/asterisk
> udp        0      0 0.0.0.0:10005               0.0.0.0:*                               31551/asterisk
> And after each call there are more pairs of port to come.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list