Hi all,
I have OpenSER (1.2.2) acting as registrar server.
If the same user hase more than one AOR I'd like to do parallel forking
and send the INVITE to every contact I have for that user.
At the moment my configuration file looks like:
if (!lookup("location")) {
sl_send_reply("404", "Not Found");
exit;
};
t_on_reply("1");
if (!t_relay()) {
sl_reply_error();
};
exit;
but it rely only to the AOR with the highest q value
It should be a common situation but I cannot find any doc about it.
Tnx in advance
Regards
Edoardo Serra