[Home]

Summary:ASTERISK-17976: bindaddr only sets udp port
Reporter:Sean Darcy (seandarcy)Labels:
Date Opened:2011-06-07 12:13:53Date Closed:2011-06-13 15:22:53
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:1.8.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:fedora 14Attachments:
Description:sip.conf:

[general]
externip=......
media_address =............
bindaddr=0.0.0.0:36001

But:
sip show settings
...........
 UDP Bindaddress:        0.0.0.0:36001
 TCP SIP Bindaddress:    0.0.0.0:5060

With:

tcpbindaddr=0.0.0.0:36001
bindaddr=0.0.0.0:36001

then:


UDP Bindaddress:        0.0.0.0:36001
TCP SIP Bindaddress:    0.0.0.0:36001
Comments:By: Leif Madsen (lmadsen) 2011-06-13 15:15:58.044-0500

I think this is going to come down to a documentation bug. It should probably just be stated that bindaddr is a pseudonym of udpbindaddr as bindaddr existed only when UDP support existed, and I don't think we want to enable TCP support if it isn't implied (i.e. people who upgrade might not want it enabled).

By: Leif Madsen (lmadsen) 2011-06-13 15:22:53.401-0500

Documentation changes committed in 323234 and 323235.