Function switch_channel_set_presence_data_vals

Source
pub unsafe extern "C" fn switch_channel_set_presence_data_vals(
    channel: *mut switch_channel_t,
    presence_data_cols: *const c_char,
)
Expand description

\brief Takes presence_data_cols as a parameter or as a channel variable and copies them to channel profile variables \param channel the channel on which to set the channel profile variables \param presence_data_cols is a colon separated list of channel variables to copy to channel profile variables