1. 22 8月, 2018 1 次提交
    • Anthony Minessale's avatar
      FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate · d3e320ef
      Anthony Minessale 提交于
      SWITCH_DECLARE(switch_status_t) switch_dial_handle_create(switch_dial_handle_t **handle);
      SWITCH_DECLARE(void) switch_dial_handle_destroy(switch_dial_handle_t **handle);
      SWITCH_DECLARE(void) switch_dial_handle_add_leg_list(switch_dial_handle_t *handle, switch_dial_leg_list_t **leg_listP);
      SWITCH_DECLARE(void) switch_dial_leg_list_add_leg(switch_dial_leg_list_t *parent, const char *dial_string, switch_dial_leg_t **legP);
      SWITCH_DECLARE(void) switch_dial_handle_add_global_var(switch_dial_handle_t *handle, const char *var, const char *val);
      SWITCH_DECLARE(void) switch_dial_handle_add_global_var_printf(switch_dial_handle_t *handle, const char *var, const char *fmt, ...);
      SWITCH_DECLARE(switch_status_t) switch_dial_handle_add_leg_var(switch_dial_leg_t *leg, const char *var, const char *val);
      SWITCH_DECLARE(switch_status_t) switch_dial_handle_add_leg_var_printf(switch_dial_leg_t *leg, const char *var, const char *fmt, ...);
      SWITCH_DECLARE(int) switch_dial_handle_get_peers(switch_dial_handle_t *handle, int idx, char **array, int max);
      SWITCH_DECLARE(int) switch_dial_handle_get_vars(switch_dial_handle_t *handle, int idx, switch_event_t **array, int max);
      SWITCH_DECLARE(switch_event_t *) switch_dial_handle_get_global_vars(switch_dial_handle_t *handle);
      SWITCH_DECLARE(switch_event_t *) switch_dial_leg_get_vars(switch_dial_leg_t *leg);
      SWITCH_DECLARE(int) switch_dial_handle_get_total(switch_dial_handle_t *handle);
      SWITCH_DECLARE(void) switch_ivr_orig_and_bridge(switch_core_session_t *session, const char *data, switch_dial_handle_t *dh);
      
      add switch_dial_handle_t *dh to end of args for switch_ivr_originate
      d3e320ef
  2. 21 8月, 2018 2 次提交
  3. 13 8月, 2018 10 次提交
  4. 10 8月, 2018 1 次提交
  5. 09 8月, 2018 2 次提交
  6. 08 8月, 2018 3 次提交
  7. 03 8月, 2018 2 次提交
  8. 01 8月, 2018 2 次提交
  9. 31 7月, 2018 6 次提交
  10. 30 7月, 2018 5 次提交
  11. 27 7月, 2018 1 次提交
  12. 26 7月, 2018 3 次提交
  13. 25 7月, 2018 2 次提交