Chris Rienzo
96ceb6363e
mod_rayo: <sendfax> bugfixes
2013-11-07 21:41:45 -05:00
Chris Rienzo
f97ca68f8e
mod_rayo: add <sendfax> component
2013-11-07 21:41:45 -05:00
Anthony Minessale
f0335d0f51
FS-5948 --resolve
2013-11-08 03:53:12 +05:00
Anthony Minessale
bb9adff511
rework media code
2013-11-08 03:48:00 +05:00
Anthony Minessale
73c4eb5f10
add 8k support for opus
2013-11-08 03:44:21 +05:00
Chris Rienzo
69035ff412
mod_rayo: add fax to service discovery query
2013-11-07 16:14:03 -05:00
Chris Rienzo
8bc0f99e70
mod_rayo: <receivefax> now supports HTTP(S)
2013-11-06 17:57:31 -05:00
Chris Rienzo
bb5d283e50
mod_rayo: <receivefax> component added. No support for HTTP(S) yet.
2013-11-06 17:00:13 -05:00
Chris Rienzo
90f0fdb93d
mod_rayo: default record format is now wav
2013-11-05 15:16:04 -05:00
Chris Rienzo
384ddf1517
FS-5931 --resolve mod_mongo: update driver to v2.4
2013-11-04 14:29:48 -05:00
Chris Rienzo
381caad87f
FS-5921 --resolve mod_mongo: use jsonString() instead of toString(), tabs instead of spaces
2013-11-04 14:28:07 -05:00
Ken Rice
ad8796f581
FS-5930 --resolve
2013-11-02 17:34:16 -05:00
Anthony Minessale
859afe9429
FS-5930 --resolve
2013-11-02 10:31:23 -05:00
Anthony Minessale
b86770f34c
FS-5935 --resolve this was broken from the initial check in FS-5524
2013-11-01 16:34:14 -05:00
Anthony Minessale
2589bf7750
minor webrtc tweaks
2013-11-02 01:21:35 +05:00
Anthony Minessale
c8b80cced6
FS-5930 --resolve this should suppress the message
2013-10-31 14:08:50 -05:00
Anthony Minessale
ecedd2d21c
FS-5844
2013-10-31 10:35:53 -05:00
Anthony Minessale
dddbcacf0e
FS-5925 --resolve
2013-10-31 09:28:31 -05:00
Anthony Minessale
75ad91e185
FS-5844 --resolve
2013-10-30 20:26:01 -05:00
Anthony Minessale
bd41690d89
FS-4067 this should make g722 work
2013-10-30 19:16:23 -05:00
Anthony Minessale
ee0a7f0ecf
FS-4067 missed another val
2013-10-30 18:13:04 -05:00
Anthony Minessale
57f5306410
FS-4067 missed a 0
2013-10-30 18:09:11 -05:00
Anthony Minessale
ca893da3fb
FS-5923
2013-10-30 17:52:49 -05:00
Brian West
1844058b59
Allow proxy media on pickup endpoint
2013-10-29 12:58:28 -05:00
Anthony Minessale
b4a3455acc
fifo tweaks for tracking user count
2013-10-29 11:36:31 -05:00
William King
40c1053221
Fixing printf arg mismatch
2013-10-28 17:01:13 -07:00
William King
9ce66748af
Minor code duplicatation removal.
2013-10-28 16:56:50 -07:00
William King
0b9e01be47
FS-5382: Adding a secondary time format thanks to Buklov.
2013-10-24 23:40:40 -07:00
Anthony Minessale
556e243361
FS-5910 --resolve
2013-10-24 14:29:29 -05:00
Anthony Minessale
3089eee77c
minor refactor
2013-10-24 23:59:41 +05:00
Anthony Minessale
328997fb77
examples of new json api interface
2013-10-24 23:56:02 +05:00
Anthony Minessale
3370002913
delete resources on csv mod shutdown
2013-10-23 03:03:29 +05:00
Brian West
045b764062
Remove duplicated code
2013-10-22 15:44:50 -05:00
Anthony Minessale
e809b41dde
add in-memory use_count for fifo-events
2013-10-22 14:47:00 -05:00
Steve Underwood
eee96c60c9
Tweaks
2013-10-19 18:51:50 +08:00
Chris Rienzo
6354b055f2
mod_rayo: allow unjoin of call without specifying call-uri, fix unjoin of call on hold so that b-leg is not hung up, allow unjoin command to b-leg
2013-10-18 15:14:50 -04:00
Anthony Minessale
bf78270540
send video break on floor change
2013-10-18 19:14:30 +05:00
Chris Rienzo
da5fd53417
mod_rayo: fix hangup after unjoining bridged calls
2013-10-18 09:47:30 -04:00
Anthony Minessale
37774268c0
FS-5882 --resolve
2013-10-17 22:40:07 +05:00
Travis Cross
9921007a4b
Ensure that flite gets configured before building
...
Without this change, we would only configure flite if its Makefile did
not exist. However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure. So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.
If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.
In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.
This change has the side-effect of fixing mod_flite in the Debian
packages.
FS-5873 --resolve
2013-10-17 13:54:47 +00:00
Chris Rienzo
1c3704e78f
FS-5884 --resolve mod_rayo: detect unjoin mismatch
2013-10-17 09:42:52 -04:00
Anthony Minessale
b474c89708
FS-5861 regression typo
2013-10-16 14:33:25 -04:00
Raymond Chandler
25e7be1c60
FS-2731 apply patch
2013-10-16 10:56:01 -04:00
William King
00c46450ff
In a case where calls to phones with presence enabled as well as presence disabled,
...
there were cases where the presence enabled calls weren't turning off lights
due to the fact that there were calls still up on the phone(though those calls had presence disabled).
2013-10-15 19:09:39 -07:00
Anthony Minessale
c94dd25e4e
swigall
2013-10-15 15:31:28 -05:00
Anthony Minessale
4a172402d2
some refactoring and plumbing for 1.4
2013-10-16 02:24:32 +05:00
Chris Rienzo
778ac5341a
FS-5773 --resolve mod_ssml: allow rendering of documents if TTS is not configured
2013-10-15 15:51:04 -04:00
Chris Rienzo
ca32b7e357
FS-5865 --resolve mod_rayo: fix join/unjoin IQ result for mixers
2013-10-15 14:17:33 -04:00
Anthony Minessale
850c154bd4
fix vid switching in webrtc
2013-10-15 04:57:57 +05:00
Brian West
230e005a08
Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]]
2013-10-14 17:36:37 -05:00