Hi Klaus ,
Thanks for replying ,
if(method=="INVITE" && uri=~"sip:B@xx.xxx.xx ")
{
setuser("C");
append_branch()
t_relay();
};
The B's Information is override by C , But Call goes to C , only,
When A invites B, then B and C has ring parallel.
Take a look at append_branch(). (core documentation)
regards
klaus
raviprakash sunkara wrote:
> Hello Users,
>
> For My Sip Servicing, There is Call Hunting Features
>
> This had done , When I forwarded the Asterisk Server.
> But I want to implements in OpenSER itself,
>
> When A Calls to B, the proxy has to send to invites to B and C, So that B
> and C rings simultaneously
>