<div dir="ltr"><br><br><div class="gmail_quote">2008/9/29 Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">samuel wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The Call-ID hash is used to send all requests of the same dialog to the same endpoint (proxy,application server,gateway,whatever...). &nbsp;The reason after this behaviour is not to have these SIP endpoints sharing the status of all the dialogs (not many applications out there share this status and therefore you are required to send all within-dialog messages to the same SIP instance).<br>

<br>
simple: to send the BYE to the same gateway you sent the INVITE...<br>
<br>
This does not guarantee fare load distribution....that&#39;s why depending on what you are dispatching you can hash on several headers (if you don&#39;t have to keep dialog state,...)<br>
</blockquote>
<br></div>
Yes, but is that not a relatively minor use case that applies to situations in which stateful transaction forwarding (TM module) is not used?<br>
<br>
Meaning, if I t_relay() an INVITE to a gateway selected by dispatcher, subsequent provisional responses and in-dialog requests will be passed between the original endpoints without further intervention.</blockquote><div>
<br><br></div><div>Responses will traverse back the way and therefore will pass the t_relay() host. Further in-dialog requests might traverse the t_relay host or not (record-route stuff)...It depends on the network topology and the application. There are lots of HA deployments and proxy with PSTN termination that require this hash algorithm. In that cases you just want a loadbalancer with low processing (no tm) or to be in the middle of the dialog signal exchange (case of PSTN gateway).<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
If it didn&#39;t work that way, round-robin and random wouldn&#39;t work as algorithms because the next message would be sent to another server.<br>
<br>
So, stateless forwarding aside (why would you want to do that in a dispatcher load balancing or failover scenario?), why do these hash algorithms make any sense to use?<br><font color="#888888">
<br>
-- <br></font><div><div></div><div class="Wj3C7c">
Alex Balashov<br>
Evariste Systems<br>
Web &nbsp; &nbsp;: <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
Tel &nbsp; &nbsp;: (+1) (678) 954-0670<br>
Direct : (+1) (678) 954-0671<br>
Mobile : (+1) (706) 338-8599<br>
</div></div></blockquote></div><br></div>