Hi, currently i have a configuration that works when UA use ip adresseses for contacting the server. Also ip is used for the domain.
What i would like users to do is use a domain ie sip1.otenet-telecom.net to register. Domain is setup A record and points to the ip of the server. Users register ok but when they try to make a call, if(uri!=myself) returns true and the call does not go through.
uri is number@sip1.otenet-telecom.net sip1.otenet-telecom.net is in the domain mysql table.
What do i do to get the server recognize the calls from users using the domain?
thanks