<div dir="ltr"><span style="font-size:12.8000001907349px">Hi !</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Aastra phone can support outbound (RFC 5626) but they put reg-id=0 in the SIP REGISTER.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">So the registrar server can't save the AOR and says "invalid reg-id value". I know Aastra should change that for reg-id=1, I already reported an issue but no feedback...</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Finally I applied a patch in modules/registrar/save.c:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">-- if(str2int(&_c->reg_id->body, &ci.reg_id)<0 || ci.reg_id==0)<br></div><div style="font-size:12.8000001907349px">++ if(str2int(&_c->reg_id->body, &ci.reg_id)<0)</div><div style="font-size:12.8000001907349px"><div>{</div><div>   LM_ERR("invalid reg-id value\n");</div><div>   goto error;</div><div>}</div></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Do you think it's safe to do that ?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thank you !</div></div>