forgot the list... ---------- Forwarded message ---------- From: Simon Morvan <[EMAIL PROTECTED]> Date: 19 juil. 2006 15:46 Subject: Re: [Devel] adding extra information to the dialog module To: [EMAIL PROTECTED]
yes but i want a more fine-grained control over the loadbalancing and the ability to use another algorithm than hash while still being able to route message which doesn't have route header/correct uri for loose routing. btw, the hash lb give me no assurance of a fair distribution 2006/7/19, Andreas Granig <[EMAIL PROTECTED]>:
On Wed, 2006-07-19 at 12:38 +0200, Simon Morvan wrote: > I use openser as a load balancing solution in front of several > servers. I need to > have "dialog stateful" facilities because I need to be able to route the > subsequent request coming from outside to the right server (the one which > received the initial invite) even if there is no information (route header, ...) > remaining in the request. (yes, i want to route requests that doesn't comply > with rfc3261). You just have to use the dispatcher module with alg=0 (hash over callid) in ds_select_dst(set, alg). Bye, Andy
_______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
