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
