Commit graph

30329 commits

Author SHA1 Message Date
Mike Jerris
ee51dab1e7 Merge pull request #617 in FS/freeswitch from ~ROB WU/freeswitch:group_call-flatten to master
* commit 'fabca410010b48b20854fe78343b6d31207b88bb':
  FS-8585: [mod_commands] group_call: expand {} and <> to [] for each dial string
2015-12-07 10:16:07 -06:00
Chris Rienzo
ef8d1c7198 FS-8619 [mod_rayo] reply with conflict stanza error if bind is attempted with duplicate JID. Improve error handling when 'ready' callback fails. 2015-12-04 17:44:53 -05:00
Anthony Minessale
3f7d1a5674 FS-8617 #resolve [Add gain and vol seperate to verto] 2015-12-04 13:55:43 -06:00
Anthony Minessale
28bd6e2e38 FS-8615 #resolve [Crash when quickly changing layouts and setting reservation ids.] 2015-12-04 13:08:02 -06:00
Ken Rice
f0d5027111 FS-8614 #resolve Add debian developers install script and update README.md to reference it 2015-12-04 12:00:53 -06:00
Steve Underwood
69697ea6ce Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch 2015-12-05 01:16:24 +08:00
Steve Underwood
568ecb8bf4 Tweaks for platforms which require string.h for memxxx functions. 2015-12-05 01:15:54 +08:00
Anthony Minessale
ad696ccabf FS-8612 #resolve [rare ivr originated calls crash due to read codec leak] 2015-12-04 10:33:41 -06:00
Anthony Minessale II
b52a57e751 Merge pull request #620 in FS/freeswitch from feature/FS-8188 to master
* commit 'f917a72c8451416ed992d798cabddee0de5b9b5b':
  FS-8188 add park_after_early_bridge transfer_after_early_bridge variables
2015-12-04 10:09:25 -06:00
Anthony Minessale
c021d22ea6 FS-8602 #resolve [conference does not auto-generate layouts properly when callers with no camera are present] 2015-12-02 15:08:53 -06:00
Anthony Minessale
cebfc81583 FS-8590 treat no res-id the same as clear 2015-12-02 12:02:43 -06:00
Anthony Minessale
3400fac2f8 FS-8354 #resolve [G722 audio issues with mod_conference after fab435479a] 2015-12-02 11:03:00 -06:00
Anthony Minessale
51d402dfdd FS-8599 #resolve [Workaround for Mozilla is no longer needed for video size] 2015-12-02 10:23:25 -06:00
Anthony Minessale
ba9a480912 FS-8588 remove debug 2015-12-01 14:22:52 -06:00
Anthony Minessale
95a4bbc152 FS-8588 fix deadlock in error condition 2015-12-01 13:54:20 -06:00
Anthony Minessale
f563760604 FS-8588 #resolve [Unreliable digit collection] 2015-12-01 13:21:34 -06:00
Anthony Minessale
079040e4e7 FS-8595 typo 2015-12-01 12:27:23 -06:00
Anthony Minessale
ca61d45412 FS-8595 #resolve [Improve auto bitrate in personal canvas mode and do not let auto bitrate exceed native picture size] 2015-12-01 12:24:57 -06:00
Anthony Minessale
5f2dc448ce FS-8529 more improvment on same goal 2015-12-01 11:36:23 -06:00
Anthony Minessale
cbc09c62e5 FS-8590 #resolve [Verto Communicator sends malformed vid-res-id command when changing layouts] 2015-11-30 17:03:58 -06:00
Anthony Minessale
b0b715c9c3 FS-8589 #resolve [Using conference playback with full-screen=true is not working correctly] 2015-11-30 16:54:15 -06:00
Anthony Minessale II
9383ecc1f0 Merge pull request #614 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-7800-add-support-for-fs-7769-feature-set to master
* commit '05ff8ec711d35c9817ef409e0ad2d55b76e898d7':
  FS-7800 [verto_communicator] - Added Canvas controls and now opening popup with original (master)  dimensions
  FS-7800 [verto_communicator] - Added an option in user's hover buttons to open another canvas when canvasCount is higher than 1
2015-11-30 12:50:56 -06:00
Rob Wu
fabca41001 FS-8585: [mod_commands] group_call: expand {} and <> to [] for each dial string
Channel variables in dial strings can be set through <>, {} or [].
<foo=bar> applies to every channel.
{foo=bar} applies to every channel, excluding channels delimited by :_:.
[foo=bar] only applies to the channel that follows [foo=bar].

Before this patch, group_call looked up users in the directory and
replaced {} with []. This logic does not work if the user has more than
one dial string, e.g. if multiple-registrations is set to true, and more
than two devices register under the same user.

This patch fixes the issue by stripping <> and {}, and inserting the
dial string before each individual dial string for each user. The
semantics of the "local_clobber" variable and the '|', ',' and ':_:'
delimiters are fully supported.
2015-11-28 19:17:56 +01:00
Jaon EarlWolf
05ff8ec711 FS-7800 [verto_communicator] - Added Canvas controls and now opening popup with original (master) dimensions 2015-11-27 18:03:13 -03:00
Anthony Minessale II
84b23b8747 Merge pull request #615 in FS/freeswitch from feature/FS-8264-add-all-the-reservation-ids-in-the to master
* commit 'b27dfe94489d6a8131bbbb66540c5bb3fa75a8b1':
  FS-8264 [verto_communicator] - Adapted the layout select to new response, added a separated menu in members list to set its resevartion id
  FS-8264 #resolve [Add all the reservation IDs in the return of "list-videoLayouts" command]
2015-11-27 13:26:32 -06:00
Jaon EarlWolf
b27dfe9448 FS-8264 [verto_communicator] - Adapted the layout select to new response, added a separated menu in members list to set its resevartion id 2015-11-27 13:26:39 -06:00
Anthony Minessale
833c193d04 FS-8264 #resolve [Add all the reservation IDs in the return of "list-videoLayouts" command] 2015-11-27 13:25:36 -06:00
Mike Jerris
5a56c89791 Merge pull request #587 in FS/freeswitch from ~VIPKILLA/fs-8433:master to master
* commit '728d960017c510c8108ce6c62cfbdd691a0c8831':
  FS-8433: allow hangup cause to be set inside redirect data
2015-11-27 13:11:40 -06:00
Emmanuel Schmidbauer
728d960017 FS-8433: allow hangup cause to be set inside redirect data 2015-11-27 13:52:50 -05:00
Anthony Minessale
4676943972 FS-8574 #resolve [hangup a call but still in show calls (uuid_kill result -ERR No such channel!)] 2015-11-27 12:42:40 -06:00
Jaon EarlWolf
d4d4165bac FS-7800 [verto_communicator] - Added an option in user's hover buttons to open another canvas when canvasCount is higher than 1 2015-11-27 15:21:50 -03:00
Ken Rice
99ca223f82 FS-8582 #resolve make sure the URL being passed here is not null 2015-11-27 10:39:38 -06:00
Mike Jerris
5ab62d8114 FS-8578: [mod_verto] fix build error for missing __bswap_64 on osx 2015-11-25 20:07:04 -05:00
William King
1eec06bd85 FS-8576 resolving issue where fonts and images were installed in all of the conf packages. 2015-11-25 16:04:45 -08:00
William King
58c267bf96 FS-8152 package the image directories too 2015-11-25 14:20:53 -08:00
Anthony Minessale
874aaf7a99 FS-8293 make conference video quality configurable with video-quality param NEEDS DOC 2015-11-25 16:01:34 -06:00
Anthony Minessale
060641f220 FS-8293 make sanity level based on quality 2 and also in conference 2015-11-25 15:42:51 -06:00
Anthony Minessale
a3752718c6 FS-8293 make sanity level based on 1080p 2015-11-25 15:19:59 -06:00
Anthony Minessale
03a9c7e11c FS-8575 #resolve [No DTMF passed from a to b during rfc 2833 events.] 2015-11-25 14:45:32 -06:00
Anthony Minessale
1868859638 FS-8573 #resolve [unidirectional audio after resuming from hold in bypass media mode] 2015-11-25 13:56:25 -06:00
Anthony Minessale
6a08424fa7 FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late neg set to false] 2015-11-25 13:53:14 -06:00
Mike Jerris
9dede690e1 Merge pull request #608 in FS/freeswitch from ~SJTHOMASON/freeswitch:feature/FS-8568 to master
* commit 'e31a8999c750fdc8ee95b413274114521d6c6075':
  Allow building using system OpenSSL without EC support
2015-11-25 10:50:29 -06:00
Mike Jerris
e111c72790 Merge pull request #609 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8569 to master
* commit 'e9126a7337af0c824dfa36dfd2f9786f7a6b5bdb':
  Fix undefined symbol conference_cdr_test_mflag
2015-11-25 10:47:58 -06:00
Steve Underwood
c74237ad3c Added AC_FUNC_MEMMOVE test to spandsp 2015-11-25 23:21:48 +08:00
Spencer Thomason
e9126a7337 Fix undefined symbol conference_cdr_test_mflag
FS-8569 #resolve
2015-11-24 20:33:07 +00:00
Spencer Thomason
e31a8999c7 Allow building using system OpenSSL without EC support
This allows FreeSWITCH to build using system OpenSSL when there is no EC support

FS-8568 #resolve
2015-11-24 19:44:49 +00:00
Jeff Lenk
08816959aa simple compile fixes for windows 2015-11-22 15:38:12 -06:00
Anthony Minessale
3ac546fbf1 FS-8293 fix some miscues on this patch 2015-11-20 16:24:41 -06:00
Ken Rice
9444df1b2a tweak to freeswitch.spec for building RPMs on centos7 2015-11-20 14:56:40 -06:00
Ken Rice
d9d5870bff Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
This reverts commit adc8f9a119.
2015-11-20 14:54:13 -06:00