Hello everyone,<br>
<br>
I've found and issue with save function and I'd like to know what I'm doing wrong.<br>
I configured, it correctly pass the porxy authentication, and then a
new record is added to the location database using the save function
after receiveing a register request.<br>
The problem is when the same terminal changes the IP address (is using
DHCP). The save function adds a new record to the location database,
instead of updating the existing record changing the contact field.<br>
I looked at mysql log, and the update command is including the location
information in the where statement, thats is why mysql is adding a new
record instead of updating the existing one.<br>
Is that a problem with the save function? Should I configure something
in order to make it look for just the username and domain without
including the contact info?<br>
<br>
Thank you very much in advance.<br>
<br>
Best regards<br>
Hernán<br>