On Wednesday 04 February 2004 13:53, Dinesh wrote:
For a REGISTER will the below be true if the UA that
is registering has
a 5 in the 4th digit
ie 1115999 true
1114999 false
if (uri=~"[0-9][0-9][0-9]5")
I saw some where in the docs that "User name is optional (it is for
example never included in REGISTER requests)"
No it will not because REGISTER do not contain the username in the uri. In a
REGISTER is only the server address.
Nils