current_options  2191 mod_freetdm/mod_freetdm.c static uint32_t enable_analog_option(const char *str, uint32_t current_options)
current_options  2194 mod_freetdm/mod_freetdm.c 		current_options |= ANALOG_OPTION_3WAY;
current_options  2195 mod_freetdm/mod_freetdm.c 		current_options &= ~ANALOG_OPTION_CALL_SWAP;
current_options  2197 mod_freetdm/mod_freetdm.c 		current_options |= ANALOG_OPTION_CALL_SWAP;
current_options  2198 mod_freetdm/mod_freetdm.c 		current_options &= ~ANALOG_OPTION_3WAY;
current_options  2201 mod_freetdm/mod_freetdm.c 	return current_options;