[Home]

Summary:ASTERISK-11497: chan_iax2 seems to ignore the bindport parameter and uses 4569 anyway on 1.6.0-beta4
Reporter:Gary Hawkins (garyhawkins01)Labels:
Date Opened:2008-02-23 10:19:39.000-0600Date Closed:2011-06-07 14:07:48
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug_excerpt.txt
( 1) iax.conf
( 2) netstat.txt
Description:When I set bindport=4570 in iax.conf and restart asterisk 1.6.0-beta4, chan_iax2 does not seem to notice the setting and uses the default 4569 port anyway.


****** ADDITIONAL INFORMATION ******

I've attached files containing my iax.conf and the debug output from asterisk -d -vvvvvc
Comments:By: Jason Parker (jparker) 2008-02-25 10:03:43.000-0600

Closing, as this is a configuration issue.

It is quite clearly documented that bindport needs to be before bindaddr, or bindaddr can be in the form "hostname:port".