]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 03:20:06 +0000 (22:20 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 03:20:06 +0000 (22:20 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 04bbe950ba30e19f9e9b049bc52884063ff2390e..0881868cc179ff0c1b5b976e724689c531a990eb 100644 (file)
@@ -45,7 +45,7 @@ typedef enum {
        NODE_STRATEGY_ENTERPRISE
 } outbound_strategy_t;
 
-static outbound_strategy_t default_strategy = NODE_STRATEGY_ENTERPRISE;
+static outbound_strategy_t default_strategy = NODE_STRATEGY_RINGALL;
 
 
 typedef struct {