Hi,

 

did I get it right that it is only possible to identify minor branches by index?

 

Using index I cannot have first branch to be minor in some scenarios and not 
minor in other.  

It would be good to be able to identify multiple minor branches by names. Ether 
URI, or additional specific name parameter could be used for it.

 

Instead of:

modparam("tm", "minor_branch_flag", 1)

 

something like:

modparam("tm", "minor_branch_flag", “sip:al...@test.com”)

 

route[1]{

append_branch("sip:al...@test.com");

append_branch("sip:b...@test.com");

}

 

route[2]{

append_branch("sip:b...@test.com");

append_branch("sip:al...@test.com");

}

 

$T_branch_idx could be extended to $T_branch_name.

 

Thanks,

xaled

 

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to