That mesasge means that the realtime peer has no IP address or hostname associated with it. Its NULL in the database.
Please check your database / table configuration in order to fix the issue.
This was selected as the best answer
Mettichi Bassem
Hello,
I know that this field gets its value automatically when iax peer regiters to asterisk so i think that there is an error in the source code of aterisk (chan_iax) who can not get the value of this field otherwise how do you explain that with realtime SIP there is no such problem in chan_sip and i works fine.
Asterisk expect ipaddr to be a string and if there is no value it should be empty, a value of (null) means that the type of field is not what Asterisk expect or there something put (null) in there which is not valid.
That mesasge means that the realtime peer has no IP address or hostname associated with it. Its NULL in the database.
Please check your database / table configuration in order to fix the issue.
All Answers
That mesasge means that the realtime peer has no IP address or hostname associated with it. Its NULL in the database.
Please check your database / table configuration in order to fix the issue.
I know that this field gets its value automatically when iax peer regiters to asterisk so i think that there is an error in the source code of aterisk (chan_iax) who can not get the value of this field otherwise how do you explain that with realtime SIP there is no such problem in chan_sip and i works fine.
Best Regards
Mettichi Bassem