Commit Graph

34 Commits

Author SHA1 Message Date
Mike Jerris
9127c41316 Merge pull request #1031 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9683-pass-call-recovery-status-to-verto to master
* commit '34e491ffa1dca32846d1e0fb97e71f5ac7c34d22':
  FS-9683: Pass call recovery status to Verto
2017-08-10 18:41:39 +00:00
Anthony Minessale
89e3a7bb4a FS-9979: [verto.js] When verto client rejects a call returns hangup cause NORMAL_CLEARING #comment passing neither cause or causeCode will result in normal clearing, passing either one of cause or causeCode will result in that value being passed and parsed on the server side, if the cause is valid it will be accepted otherwise it will try to validate causeCode instead, if neither are true it defaults to normal clearing #resolve 2017-07-13 12:52:04 -05:00
Chad Phillips
34e491ffa1 FS-9683: Pass call recovery status to Verto
Previously, users implementing a Verto workflow where both user login and
placing a new call are automated (eg., visiting a URL, and the videoconference
loads automatically) faced the challenge of not having a reliable way to know
that a page load will result in Verto's call recovery mechanism reconnecting
an existing detached call or not.

This adds a verto.clientReady JSON-RPC message, emitted after all calls are
re-attached, which contains a 'reattached_sessions' array, containing the
sess_id of any reattached session.

Client side, this can be caught in the onMessage handler, under the
$.verto.enum.message.clientReady key.
2017-07-06 13:54:08 -07:00
Brian West
396bc993fa Sync verto code 2015-03-25 13:30:20 -05:00
Anthony Minessale
f48ec61d54 FS-7132 #resolve 2015-01-06 03:19:16 -06:00
Anthony Minessale
8e473c3c89 default the stun box to true in verto 2014-10-21 15:56:22 -04:00
Anthony Minessale
401aa24f4a VERTO: expose audio mandatory constraints to demo and disable a few that seem to mess with audio quality 2014-10-13 19:26:29 -04:00
Anthony Minessale
678dc3dcde remove alert 2014-09-08 22:54:21 +05:00
root
15d7706f8f clean up some injection issues in chat display 2014-08-25 18:42:07 -04:00
root
1ecc2c0c49 tweak in login seq in verto 2014-08-25 04:29:22 +05:00
Anthony Minessale
3a10e5dff7 don't overwrite autodial ext from cookie when supplied on the input hash 2014-08-12 00:29:45 +05:00
Anthony Minessale
9245eec00f mod demo so you can change params when not connected 2014-08-05 23:41:28 +05:00
Anthony Minessale
07f80945ef add checkbox to demo to use stun or not 2014-08-02 01:20:00 +05:00
Anthony Minessale
502ddd312a FS-6702 #resolve 2014-07-29 22:17:02 +05:00
Anthony Minessale
e09ea08c34 hack for dropbox 2014-07-25 02:03:08 +05:00
Anthony Minessale
a4ff7eade7 render image urls 2014-07-25 01:38:12 +05:00
Anthony Minessale
a47dc4b5d0 render image urls 2014-07-25 01:31:35 +05:00
Anthony Minessale
bd804df7a3 only do kepress on outside of page for dtmf 2014-07-24 23:43:05 +05:00
Anthony Minessale
acffa7961b send dtmf from keyboard strokes 2014-07-24 23:17:55 +05:00
Anthony Minessale
004c5ab2b0 fix some issues with duplicate chat events and some cleanup 2014-07-24 22:58:12 +05:00
Anthony Minessale
cd5e6d331a update css 2014-07-24 21:39:03 +05:00
Anthony Minessale
c735f5c1a4 add enter press detection to the extension field to auto-dial 2014-07-24 21:03:40 +05:00
Anthony Minessale
7596689865 add chat to demo 2014-07-24 10:13:39 +05:00
Anthony Minessale
e7700c0ac4 FS-6665 #resolve #comment This should fix it 2014-07-18 22:05:15 +05:00
Anthony Minessale
a2921e269c update verto with some fixes and enhancements with reconnection 2014-07-18 01:04:04 +05:00
Anthony Minessale
6f12de990a hash dial take 2 2014-07-16 00:11:48 +05:00
Anthony Minessale
6174a80e7c revert 2014-07-15 23:49:22 +05:00
Anthony Minessale
58f7376fea update 2014-07-15 23:34:01 +05:00
Anthony Minessale
4e34aa639a hash auto dialing 2014-07-15 23:01:56 +05:00
Anthony Minessale
ab292dc33d add some more signal tracking to verto 2014-07-14 21:25:43 +05:00
Anthony Minessale
236233d2c7 switch to incall page on early media too 2014-07-14 20:38:39 +05:00
Anthony Minessale
a03963fb92 fold livetables into verto obj and expose moderator mode 2014-07-12 03:27:08 +05:00
Anthony Minessale
1ef5d114f5 adjust ringing var 2014-06-30 01:23:07 +05:00
Anthony Minessale
f95acb5a53 check in raw verto js files and directory structure for development 2014-06-21 05:26:06 +05:00