current_options  2292 mod_freetdm/mod_freetdm.c static uint32_t enable_analog_option(const char *str, uint32_t current_options)
current_options  2295 mod_freetdm/mod_freetdm.c 		current_options |= ANALOG_OPTION_3WAY;
current_options  2296 mod_freetdm/mod_freetdm.c 		current_options &= ~ANALOG_OPTION_CALL_SWAP;
current_options  2298 mod_freetdm/mod_freetdm.c 		current_options |= ANALOG_OPTION_CALL_SWAP;
current_options  2299 mod_freetdm/mod_freetdm.c 		current_options &= ~ANALOG_OPTION_3WAY;
current_options  2302 mod_freetdm/mod_freetdm.c 	return current_options;