On Friday 09 January 2004 18:45, Mindworks Wireless wrote: > Hello, > > I have searched the lists, and have seen this message posted numerous > times, however there never seem to be any replies to it. > > I was curious if anyone had figured out the WARNING: > > File chan_iax2.c, Line 5466 (set_config): Ignoring port for now > > Everything seems to work just fine, however when I try to change > iax.conf port to 4569 it doesn't seem to like that either.
Because chan_iax and chan_iax2 share the same configuration file, but they cannot share the same port, Mark made the decision when he coded chan_iax2 to hardcode the port number. When chan_iax finally goes away in the not too distant future, this hardcoded value will be removed. -Tilghman _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
