Description

rpc uac.reg_add

Use a dot (.) if no value should be set for auth_password, auth_ha1, contact_addr, realm,or socket

Expected behavior

https://github.com/kamailio/kamailio/blob/master/src/modules/uac/uac_reg.c#L2186

	if(reg.realm.len==1 && reg.realm.s[0] == '.') {
		reg.realm.s = NULL;
		reg.realm.len = 0;
	}

	if(reg.socket.len==1 && reg.socket.s[0] == '.') {
		reg.socket.s = NULL;
		reg.socket.len = 0;
	}

Actual observed behavior

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

Master
Debian11


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3179@github.com>