Skip to main content

switch_ivr_menu_bind_function

Function switch_ivr_menu_bind_function 

Source
pub unsafe extern "C" fn switch_ivr_menu_bind_function(
    menu: *mut switch_ivr_menu_t,
    function: switch_ivr_menu_action_function_t,
    arg: *const c_char,
    bind: *const c_char,
) -> switch_status_t