1. 29 8月, 2018 2 次提交
  2. 28 8月, 2018 3 次提交
  3. 27 8月, 2018 2 次提交
  4. 24 8月, 2018 11 次提交
  5. 23 8月, 2018 3 次提交
  6. 22 8月, 2018 8 次提交
    • Christopher Rienzo's avatar
      Merge pull request #1572 in FS/freeswitch from… · 8b58f6bd
      Christopher Rienzo 提交于
      Merge pull request #1572 in FS/freeswitch from bugfix/FS-11276-regression-dedicated-video-layers to master
      
      * commit 'ecdae105':
        FS-11279: Wrap verto.clientReady message callback in check for onMessage callback function
      8b58f6bd
    • Chad Phillips's avatar
      FS-11279: Wrap verto.clientReady message callback in check for onMessage callback function · ecdae105
      Chad Phillips 提交于
      The verto.clientReady event calls the onMessage callback function passed in
      the Verto object. We should check for the existence of this callback function
      before trying to call it.
      ecdae105
    • Christopher Rienzo's avatar
      Merge pull request #1549 in FS/freeswitch from… · 08d54933
      Christopher Rienzo 提交于
      Merge pull request #1549 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11285-overconstrainederror-on-some-android to master
      
      * commit 'ef647e3e':
        FS-11285: OverconstrainedError on some Android front cameras when frameRate.min is specified
      08d54933
    • Christopher Rienzo's avatar
      Merge pull request #1547 in FS/freeswitch from… · fc26aa97
      Christopher Rienzo 提交于
      Merge pull request #1547 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11283-ios-doesn-t-support-beforeunload to master
      
      * commit '954b2564':
        FS-11283: iOS doesn't support beforeunload, use recommended pagehide for that platform
      fc26aa97
    • Christopher Rienzo's avatar
      Merge pull request #884 in FS/freeswitch from… · dd5fa0f2
      Christopher Rienzo 提交于
      Merge pull request #884 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-9258-recursive-calls-to-speedtest to master
      
      * commit 'c037fc8c':
        FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work
      dd5fa0f2
    • Christopher Rienzo's avatar
      Merge pull request #1541 in FS/freeswitch from… · 350225a4
      Christopher Rienzo 提交于
      Merge pull request #1541 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11276-regression-dedicated-video-layers to master
      
      * commit 'c83f7871':
        FS-11276: dedicated video layers can no longer become audio floor holder
      350225a4
    • Mike Jerris's avatar
      swigall · 798e5ea0
      Mike Jerris 提交于
      798e5ea0
    • 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
  7. 21 8月, 2018 2 次提交
  8. 13 8月, 2018 9 次提交