Updated our Asterisk server from version 16 to 21 and noticed that our Android clients, which previously registered successfully with

We updated our Asterisk server from version 16 to 21 and noticed that our Android clients, which previously registered successfully with
accCfg.setIdUri(“sip:” + account_user);,
now require accCfg.setIdUri(“sip:” + account_user + “@” + account_host);
to register.
how to make old clients register to the updated server.

Update them to send valid URIs. The correct interpretation of

is as thought it were actually

accCfg.setIdUri(“sip:” + account_host);

we have many android clients update all of them take line time so want old clients and updated clients could register server