rpc uac.reg_add
Use a dot (.) if no value should be set for auth_password, auth_ha1, contact_addr, realm,or socket
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;
}
(paste your debugging data here)
(paste your log messages here)
(paste your sip traffic here)
kamailio -v
Master
Debian11
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.