Re: [SR-Users] UacRegInfo flags

2015-11-06 Thread DanB
Hey Daniel, Thank you for the information! It will be useful if someone understanding the code behind uac will add some information about the expected behavior of each flag since as they are labeled they do not say much (eg: which flag will be raised when auth is wrong and when). Thanks agai

Re: [SR-Users] UacRegInfo flags

2015-11-05 Thread Daniel-Constantin Mierla
Hello, the values of possible flags are defined in uac_reg.c: https://github.com/kamailio/kamailio/blob/master/modules/uac/uac_reg.c#L45 The names should be a bit suggestive, I will add more in comments when I get a chance. If someone gets the time before, a pull request to the docs is also very

[SR-Users] UacRegInfo flags

2015-11-04 Thread DanB
Hey Guys, I have been digging around but could not find some proper documentation on flags which are coming back in the UacRegInfo rpc query. Any chance I can find out from the flags what is the status of that registration(whether password failed or user online)? Thanks in advance for any k