[asterisk-bugs] [JIRA] (ASTERISK-23721) Oh dear... we couldn't allocate a port for RTP instance

cervajs (JIRA) noreply at issues.asterisk.org
Tue May 6 12:20:43 CDT 2014


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

cervajs commented on ASTERISK-23721:
------------------------------------

[general]
allowguest = no


[transport-udp]
type = transport
protocol = udp
bind = 0.0.0.0:5060

[transport-tcp]
type = transport
protocol = tcp
bind = 0.0.0.0:5060

[target02]
username = target02

[target02]
type = aor
contact = sip:target02 at 10.228.200.2

[target02]
type = identify
endpoint = target02
match = 10.228.200.2

[target02]
type = endpoint
context = from_core
disallow = all
allow = alaw
allow = h264
rtp_symmetric = yes
rewrite_contact = yes
callerid = ipbx
tos_audio = ef
tos_video = af41
sdp_session = pbx
aors = target02
transport = transport-udp


> Oh dear... we couldn't allocate a port for RTP instance
> -------------------------------------------------------
>
>                 Key: ASTERISK-23721
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23721
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 12.2.0
>         Environment: centos6 64bit, pjproject rpm from digium
>            Reporter: cervajs
>            Assignee: cervajs
>
> i tried performance test with sipp (sipp -r 30 -sn uac_pcap -l 200 -m 30000)
>   sipp -> ast1.8 -> ast12(chan_pjsip)
> the problem is in the ast12 box
> --snip--
> Oh dear... we couldn't allocate a port for RTP instance
> Unable to create RTP instance using RTP engine 'asterisk'
> [root at voip ~]# netstat -lup|grep asterisk|wc -l
> 9920
> extensions.conf on ast12 box
> [from_core]
> exten => _X.,1,Answer()
> exten => _X.,n,Playback(demo-instruct)
> exten => _X.,n,hangup(16)
> rtp.conf
> rtpstart=10000
> rtpend=20000
> i can reproduce the problem
> i tried last SVN - branch-12-r413282 - the same problem again



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



More information about the asterisk-bugs mailing list