11119 Commits

Author SHA1 Message Date
Anthony Minessale
487e1837c1 try to improve performance of subscribe sip handler
Conflicts:
	src/mod/endpoints/mod_sofia/sofia_presence.c
2013-11-13 21:45:58 +05:00
Chris Rienzo
51a845e37d mod_mongo: add support for query options 2013-11-13 11:43:04 -05:00
Anthony Minessale
cf6d2c5003 FS-5211 --resolve 2013-11-12 10:23:10 -06:00
Chris Rienzo
fedfb67b07 FS-5961 --resolve mod_rayo: fixed <dial>, wasn't returning errors in some scenarios 2013-11-12 11:02:53 -05:00
Anthony Minessale
ee7ac115c9 remove WTF 2013-11-12 01:29:16 +05:00
Chris Rienzo
9aeaebe17b mod_rayo: fix config to passthrough loopback dialstrings 2013-11-11 11:43:28 -05:00
Anthony Minessale
3b4287da20 FS-5945 --resolve 2013-11-08 22:41:21 +05:00
Chris Rienzo
61aa6ab464 mod_rayo: send/receivefax bugfixes, also allow outbound calls not created with <dial> to be offered 2013-11-08 11:43:24 -05:00
Chris Rienzo
0339e80780 mod_rayo: log when rayo call is rejected because there are no online clients 2013-11-08 09:38:41 -05:00
Chris Rienzo
ed4d19b514 mod_rayo: <sendfax> bugfixes 2013-11-07 21:42:28 -05:00
Chris Rienzo
d22d045b14 mod_rayo: add <sendfax> component 2013-11-07 21:42:17 -05:00
Anthony Minessale
02f1853d2f add 8k to opus 2013-11-08 03:47:07 +05:00
Chris Rienzo
9f629cd42c mod_rayo: add fax to service discovery query 2013-11-07 16:14:24 -05:00
Chris Rienzo
f47e523d69 mod_rayo: <receivefax> now supports HTTP(S) 2013-11-06 17:57:49 -05:00
Chris Rienzo
93fa6f17b4 mod_rayo: <receivefax> component added. No support for HTTP(S) yet. 2013-11-06 17:00:58 -05:00
Chris Rienzo
eab941d227 mod_rayo: default record format is now wav 2013-11-05 15:15:49 -05:00
Chris Rienzo
d4916c3965 FS-5931 --resolve mod_mongo: update driver to v2.4 2013-11-04 14:43:12 -05:00
Chris Rienzo
7540023b92 FS-5921 --resolve mod_mongo: use jsonString() instead of toString(), tabs instead of spaces 2013-11-04 14:43:02 -05:00
Ken Rice
8610c831a1 FS-5930 --resolve 2013-11-02 17:35:43 -05:00
Anthony Minessale
b5ac4fdb88 FS-5930 --resolve 2013-11-02 10:31:40 -05:00
Anthony Minessale
456f69a62b FS-5935 --resolve this was broken from the initial check in FS-5524 2013-11-01 16:33:41 -05:00
Anthony Minessale
c598a740b3 FS-5930 --resolve this should suppress the message 2013-10-31 14:09:00 -05:00
Anthony Minessale
137b45da55 FS-5844 2013-10-31 10:36:06 -05:00
Anthony Minessale
ba3a84cc6e FS-5925 --resolve
Conflicts:
	src/mod/applications/mod_conference/mod_conference.c
2013-10-31 09:30:15 -05:00
Anthony Minessale
bd20c517d6 FS-5844 --resolve 2013-10-30 20:31:38 -05:00
Brian West
293a9d6911 Allow proxy media on pickup endpoint 2013-10-29 12:59:52 -05:00
Anthony Minessale
34b030d831 fifo tweaks for tracking user count 2013-10-29 22:37:07 +05:00
William King
5eddab9064 Fixing printf arg mismatch 2013-10-28 17:01:34 -07:00
William King
1f482302c6 Minor code duplicatation removal. 2013-10-28 16:56:31 -07:00
Anthony Minessale
ccc013e032 opus drama stable edition 2013-10-29 03:48:55 +05:00
Mariusz Czułada
c84e378ac4 Trailing space removed 2013-10-28 11:15:32 +01:00
Anthony Minessale
6872ab5682 FS-5910 --resolve 2013-10-25 01:27:21 +05:00
Anthony Minessale
6600b0fae0 change codec negotiation for edge opus cases 2013-10-24 12:19:29 +05:00
Anthony Minessale
1594887613 delete resources on csv mod shutdown 2013-10-23 03:03:39 +05:00
Brian West
8715e03c16 Remove duplicated code 2013-10-22 15:45:37 -05:00
Anthony Minessale
dfce17d325 add in-memory use_count for fifo-events 2013-10-23 01:42:46 +05:00
Chris Rienzo
91e9e3b587 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:15:06 -04:00
Chris Rienzo
0c999603b9 mod_rayo: fix hangup after unjoining bridged calls 2013-10-18 09:47:45 -04:00
Anthony Minessale
d98a1eb4f3 FS-5883 --resolve 2013-10-17 21:05:32 +05:00
Travis Cross
67c0f489bc 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:55:42 +00:00
Chris Rienzo
697a6fcb71 FS-5884 --resolve mod_rayo: detect unjoin mismatch 2013-10-17 09:43:10 -04:00
Marc Olivier Chouinard
f8abd0cc1d Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-10-16 19:49:55 +00:00
Anthony Minessale
bbabf652f8 FS-5861 regression typo 2013-10-16 23:35:31 +05:00
Chris Rienzo
d61a5b8135 FS-5773 --resolve mod_ssml: allow rendering of documents if TTS is not configured 2013-10-15 15:50:45 -04:00
Chris Rienzo
b29a4eb39f FS-5865 --resolve mod_rayo: fix join/unjoin IQ result for mixers 2013-10-15 14:17:56 -04:00
Brian West
be4dec6f15 Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]] 2013-10-14 17:36:17 -05:00
Anthony Minessale
647cd68270 remove timestamp and raw_rtp flag from loopback frames 2013-10-15 00:02:00 +05:00
Anthony Minessale
4edd7b7422 FS-5835 --resolve 2013-10-14 21:03:42 +05:00
Brian West
331b205cb0 doh, use the decoded value 2013-10-11 17:24:04 -05:00
Brian West
c35ec2e208 url_decode the cid_name when you vm_cc 2013-10-11 17:21:24 -05:00