[Users] Re: Multiple invites

venkatesh.d venkatesh.d at pyronetworks.com
Mon Apr 23 16:03:47 CEST 2007


hi  ravi prakash, 


route[1] { 

         append_branch("sip:C at 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 at 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 at 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
>     > 
>
> 
>




More information about the Users mailing list