00:53:54 The default configs show you can configure multiple brokers per zone 01:31:57 Haven't really dug into it much more than that 18:14:26 i guess the difference between clustering the rabbits and multiple would be that secondary rabbits would be all primed no real fail over if you use HAproxy in front, multiple kazoo would have to send every message to each... 18:15:47 I thought that the multiple rabbit def was to give kazoo the info on rabbits in other zones... 18:21:11 Does anyone use knm_reserverd ? 18:22:52 if you query your system for 10 new numbers, each configured carrier including the special reserved carrier is asked to product 10 numbers, then the numbers are orderd in accending number order and the first 10 of the combined list is returned 18:23:13 produce 10 numbers* 18:23:37 so which ever a carrier returns first wins basically.. 18:24:12 if you have a bunch of reserved local numbers, unless they return first you'll never get to use them 18:25:13 actually... sorry it's not what returns first.. is the 10 lowest numerical order of the combined numbers 18:25:35 the whole logic seems a bit broken 18:26:38 it should be in the order of carrier preference surely... 18:26:55 mc_ ^^ 18:38:32 bongfrog_, Yeah I have to look at it more. Curious if I make the primary unavailable if it will fail over to the secondary rabbit 18:44:02 mc_ how do I sort a list L=[{a,b,c,d},{e,f,g,h,i}....] sortkeys(2, L) where key 2 should be ordered from another list [a,b,c,d,e,f,g] ? 20:03:08 ugh erlang. lol