24662 Commits

Author SHA1 Message Date
Seven Du
0f889aac13 add show aliases, management, interface_types 2013-06-07 04:57:46 +00:00
Seven Du
a653fb5b47 add missing ShowInterfacesRoute 2013-06-07 04:57:45 +00:00
Seven Du
09d764c290 fix copy&paste typo 2013-06-07 04:57:45 +00:00
Seven Du
606e8c2c48 show tasks 2013-06-07 04:57:44 +00:00
Seven Du
5947ab2209 show say, chat, interfaces, limits 2013-06-07 04:57:44 +00:00
Seven Du
dca41d07d6 update to mp4v2-2.0.0
It seems I cannot contact the original author
it seems has a bug which even cannot compile with mp4v2-trunk-479
This patch allow it to compile
2013-06-07 04:57:44 +00:00
Seven Du
e50b06f49f fix hardcoded host and port 2013-06-07 04:57:43 +00:00
Seven Du
1ffd84b8c1 Oops, how can I forget the title? 2013-06-07 04:53:18 +00:00
Seven Du
0267a3b445 implement show modules 2013-06-07 04:53:17 +00:00
Seven Du
2d7d64e855 fix show module as json 2013-06-07 04:53:17 +00:00
Seven Du
c1f2c530a1 add show registrations 2013-06-07 04:53:16 +00:00
Seven Du
93937dd222 fix the last commit and implement show APIs 2013-06-07 04:53:16 +00:00
Seven Du
d3ddc9c183 add status on main page and add showFiles 2013-06-07 04:53:15 +00:00
Seven Du
04d2e746d5 add copyright 2013-06-07 04:53:15 +00:00
Chris Rienzo
ef785c6e9b Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. 2013-06-07 01:08:09 +00:00
Chris Rienzo
5feca50770 Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats. 2013-06-07 01:08:08 +00:00
Chris Rienzo
644cf2b11c mod_http_cache: fix example config 2013-06-07 01:08:08 +00:00
Chris Rienzo
d56f409bf0 mod_http_cache: a couple more unit test cases 2013-06-07 01:08:07 +00:00
Chris Rienzo
802dd96233 mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed 2013-06-07 01:08:07 +00:00
Chris Rienzo
168b691d89 mod_http_cache: fix unit test now that switch_b64_encode is fixed 2013-06-07 01:08:07 +00:00
Chris Rienzo
f867a2fcb8 mod_http_cache: forgot to add write to http_cache:// format 2013-06-07 01:08:06 +00:00
Chris Rienzo
9283d90fcd mod_http_cache: added write file format 2013-06-07 01:08:06 +00:00
Chris Rienzo
7fcdf4a0c0 mod_http_cache: added native Amazon S3 support 2013-06-07 01:08:05 +00:00
Chris Rienzo
6a64490889 FS-5193 --resolve input timers added to mod_pocketsphinx. 2013-06-07 01:08:05 +00:00
Travis Cross
860aa5cc78 debian: Update -meta-all to grab mod_b64 2013-06-07 00:53:24 +00:00
Travis Cross
73352918be Add mod_b64 to debian packaging
Base64 in high definition!
2013-06-07 00:51:36 +00:00
Anthony Minessale
32171aa94c add mod_b64 2013-06-07 00:51:35 +00:00
Anthony Minessale
f84bd3b948 add last callback run stamp to device records 2013-06-06 13:08:59 -05:00
Anthony Minessale
102377ebf9 FS-5493 --resolve 2013-06-06 12:59:08 -05:00
Travis Cross
324d65b616 Add mod_translate to debian packaging 2013-06-06 19:15:23 +00:00
Raymond Chandler
f0853c6eca add number translation module 2013-06-06 19:15:17 +00:00
Travis Cross
a1723a1a2e Add missing newline at end of file 2013-06-06 19:01:31 +00:00
Travis Cross
3dfa586afe Remove extraneous parentheses in mod_say_pl 2013-06-06 18:57:32 +00:00
Travis Cross
af8488826f Add mod_say_pl to debian build 2013-06-06 18:56:54 +00:00
Mariusz Czułada
d2f9f68367 Do not make mod_say_pl by default 2013-06-06 18:53:30 +00:00
Mariusz Czułada
87099229e2 Initial version of mod_say_pl 2013-06-06 18:53:27 +00:00
Mariusz Czułada
fe4a1fa819 Initial version of mod_say_pl 2013-06-06 18:53:24 +00:00
Travis Cross
0a3921f08b Use --with-storagedir in Debian build 2013-06-06 17:34:44 +00:00
Travis Cross
98532b8650 Add support for --with-storagedir to configure
This is needed for correctly setting the default storage directory for
Debian builds.
2013-06-06 17:34:44 +00:00
Brian West
c1c912af6e ignore this 2013-06-06 10:27:00 -05:00
Anthony Minessale
f4efa9691d don't need this change revert 2013-06-05 11:21:38 -05:00
Anthony Minessale
50b68f2f85 add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device 2013-06-05 11:19:53 -05:00
Brian West
31b6d6017b Up this buffer to prevent boxes from locking up if they receive more than 1000 bytes. 2013-06-04 17:09:33 -05:00
Travis Cross
4c1e626b60 Set mod_voicemail to depend on mail-transport-agent
Without this dependency we might not end up with sendmail installed
which would be unnecessarily surprising when using mod_voicemail.
2013-06-03 09:29:32 +00:00
Travis Cross
499f7096c4 Avoid crashing FS after delivering a VM
When vm-storage-dir was set to an absolute path, FS would abort after
delivering a VM because we were trying to free(3) memory sitting in
the middle of a memory pool.

FS-5329
2013-06-03 09:28:36 +00:00
Travis Cross
3a651f12da Have modules depend on a particular version of libfreeswitch1
At this point we never want someone running a module against a
different version of FS than the module was built for.  It's also
conceivable that you could want to use the modules with libfreeswitch1
even if you weren't running FS itself.
2013-06-03 06:14:58 +00:00
Jeff Lenk
753282f38a FS-5314 --resolve
(cherry picked from commit 40e33572b34e777deca8629bee1dc0cc3143e0ea)
2013-06-01 22:38:39 -05:00
Stefan Knoblich
bf0b3291bb ftmod_libpri: Fix channel iterator memory leak
Keep the original iterator around to be able to actually free it
after use.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-01 22:49:00 +02:00
Stefan Knoblich
424850f688 ftmod_libpri: Fix possible NULL-ptr dereference crash in on_restart(_ack)()
Catch single channel RESTART/RESTART ACK events for non-B-channels,
that would lead to a NULL pointer dereference, because those do not have
per-channel private data (chan->call_data = chan_priv == NULL).

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-01 22:48:45 +02:00
Anthony Minessale
bcd770e017 FS-5488 --resolve 2013-05-31 14:45:51 -05:00