Jerry, When you are referring to forking in SIP, you probably should use the term "parallel forking". This occurs when you are trying to complete several "branches" all at once. A branch can also be called a call "leg". By default, when you t_relay() a call, it will go after each branch all at the same time (parallel fork). Sometimes this is not the desired behavior, and instead, you want to try each branch one at a time. You can do this with the serialize_branches() function, http://www.opensips.org/Resources/DocsCoreFcn18#toc144 .
Thanks in advance, --Rudy Dynamic Packet Toll-Free: 888.929.VOIP ( 8647 ) On Tue, Jun 12, 2012 at 2:00 PM, Jerry Richards <[email protected]> wrote: > Is the definition of an OpenSIPS "branch" (i.e. in the context of the > branch_route() function) the same as a SIP "fork"? If not, what is the > difference? > > Thanks, > Jerry > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
