#define DEFAULT_QUALIFY_GAP 100
#define DEFAULT_QUALIFY_PEERS 1
-static int global_qualify_gap = DEFAULT_QUALIFY_GAP; /*!< Time between our group of peer pokes */
-static int global_qualify_peers = DEFAULT_QUALIFY_PEERS; /*!< Number of peers to poke at a given time */
#define CALLERID_UNKNOWN "Unknown"
static int global_autoframing; /*!< Turn autoframing on or off. */
static struct sip_proxy global_outboundproxy; /*!< Outbound proxy */
static int global_qualifyfreq; /*!< Qualify frequency */
+static int global_qualify_gap; /*!< Time between our group of peer pokes */
+static int global_qualify_peers; /*!< Number of peers to poke at a given time */
/*! \brief Codecs that we support by default: */