Hi,
I have the following messages in the asterisk logs:
[Sep 25 12:06:24] WARNING[30785] chan_dahdi.c: Ignoring any changes to 'userbase' (on reload) at line 29.
[Sep 25 12:06:24] WARNING[30785] chan_dahdi.c: Ignoring any changes to 'vmsecret' (on reload) at line 37.
[Sep 25 12:06:24] WARNING[30785] chan_dahdi.c: Ignoring any changes to 'hassip' (on reload) at line 41.
[Sep 25 12:06:24] WARNING[30785] chan_dahdi.c: Ignoring any changes to 'hasiax' (on reload) at line 45.
[Sep 25 12:06:24] WARNING[30785] chan_dahdi.c: Ignoring any changes to 'hasmanager' (on reload) at line 53.
Here is the contents of users.conf:
# egrep -v '^$|^#|^\;' users.conf
[general]
fullname = New User
userbase = 6000
hasvoicemail = yes
vmsecret = 1234
hassip = yes
hasiax = yes
hasmanager = no
callwaiting = yes
threewaycalling = yes
callwaitingcallerid = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
callgroup = 1
pickupgroup = 1
What is the cause of these messages? Is there something I should do to fix this?
Thanks,
Alex