hi ravi prakash,
route[1] {
append_branch("sip:C@xx:xx:xx:xx"); t_relay();
}
above will work .but i have not enable nat routing in this .when i enabled nat routing with media proxy same problem i am facing
raviprakash sunkara wrote:
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.
On 4/23/07, Klaus Darilion klaus.mailinglists@pernau.at wrote:
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 >