Asterisk 1.2.0 NOTICE: chan_iax2.c:5586 update_registry

So my IAXy is working just fine. However, I get the following NOTICE when I run in verbose console mode (asterisk -vvvc)

Sep 22 21:01:29 NOTICE[10508]: chan_iax2.c:5586 update_registry: Restricting registration for peer ‘testiax’ to 60 seconds (requested 0)

I trampled through the source code for two hours. It is clear that the “refresh” time is set to zero. I’ve seen ways to set the max_reg_expire and min_reg_expire in config files, but I don’t see a way to set the registration refresh time.

What am I missing here?

Did you have any luck resolving this?

If it is any help, I set…

minregexpire = 0
maxregexpire = 60

…in iax.conf, and the Notices every 60 seconds went away.

lyd