I recently upgraded from asterisk 1.2.13 to 1.4.2 and am looking at using the users.conf file to setup my users, before i was using real time SIP which worked fine. However when i create a user in users.conf i am unable to register the user form a softphone, however that same softphone can still register a different the users i currently have setup form the 
sip.conf from real time. i've recieved different error messages at different times but none of them stick and i can't seem to reproduce much of them. (for example for a while i was getting host=dynamic not found/known errors. then i was getting something about disallow errors, now i dont receive any errors but when i turn on sip debugging it just say unauthorized. 
<br><br>below is my users.conf file<br><br>[6058]<br>allow = all<br>callwaiting = yes<br>cid_number = 6058<br>context = default<br>email = <a href="mailto:user@mydomain.com">user@mydomain.com</a><br>fullname = Bob smith<br>
group =<br>hasagent = yes<br>hasdirectory = yes<br>hasiax = no<br>hasmanager = no<br>hassip = yes<br>hasvoicemail = yes<br>host=dynamic<br>mailbox = 6058<br>secret = myPassword<br>threewaycalling = yes<br>vmsecret = 1337<br>
zapchan =<br>registeriax = no<br>registersip = yes<br><br><br>Any idea why this doesn&#39;t work but registering normal SIP configured accounts does?<br>