Commit Graph

14979 Commits

Author SHA1 Message Date
Chris Rienzo d7d5847dda FS-6172 --resolve mod_rayo: fire input-timers-started during prompt lifecycle 2014-01-31 13:41:29 -05:00
Chris Rienzo 1a36d052b5 FS-6171 mod_rayo: added support for normal/groupchat/headline message types for console testing 2014-01-31 11:37:03 -05:00
James Le Cuirot d0e9daa2ff mod_rayo: Translate XMPP messages to SIP messages
Call-bound XMPP messages are translated to SIP messages via
SWITCH_EVENT_SEND_MESSAGE in a similar manner to that described in
draft-ietf-stox-im-06. Messages with a type of "normal" are directed
to the caller. Other types receive a feature-not-implemented response
but it is envisaged that the "groupchat" type could be used to direct
the message to all joined parties.
2014-01-31 10:56:33 -05:00
Travis Cross 6e10c6af3f Remove misplaced executable bit 2014-01-31 12:11:01 +00:00
Chris Rienzo bb7a299011 mod_rayo: added platform-code to end reason 2014-01-30 14:43:04 -05:00
Chris Rienzo 46f658b914 mod_rayo: fixed output start-offset and max-time 2014-01-30 13:10:40 -05:00
Anthony Minessale 26402b6a68 FS-6165 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia_reg.c
2014-01-30 00:21:40 +05:00
Chris Rienzo 623e1ec595 FS-6159 -resolve mod_rayo: prompt, input, output components return hangup cause if stopped by hangup 2014-01-29 00:41:39 -05:00
Chris Rienzo 3307500e69 FS-6141 --resolve mod_rayo - fixed X-headers on redirect and updated to satisfy recent spec changes 2014-01-28 20:58:17 -05:00
Anthony Minessale 27dab6a335 fix botched commit 2014-01-29 01:52:22 +05:00
Anthony Minessale 76fad9701d FS-6085 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia_presence.c
2014-01-28 21:56:47 +05:00
Chris Rienzo 980a06ce26 SIP-6141 --resolve 2014-01-27 22:04:58 -05:00
Travis Cross e30b6ff4c7 Fix mod_cluechoo error on load
mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module.  How did this ever
work?

Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>

FS-5965
2014-01-26 18:03:11 +00:00
Chris Rienzo 25257f4a61 mod_rayo: fix memory leak in input component 2014-01-23 21:40:37 -05:00
Anthony Minessale 52cd5fdad1 FS-5676 --resolve 2014-01-24 00:37:06 +05:00
Anthony Minessale fa8392a8c0 FS-5675 --resolve 2014-01-24 00:24:15 +05:00
Anthony Minessale 47992ab5f0 tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env 2014-01-23 21:27:06 +05:00
William King 454a288ec6 Fixing leak in presense where the contact header doesn't include the fs_path option during a presense subscription 2014-01-22 15:46:36 -08:00
William King 9172177878 If libvlc fails to initialize, then the module should fail to load. 2014-01-22 13:56:37 -08:00
Anthony Minessale 281434cdd6 remove double event crate, removing a memory leak in valet parking 2014-01-23 02:52:58 +05:00
Anthony Minessale 90add491ca FS-6140 --resolve 2014-01-23 02:13:21 +05:00
Anthony Minessale dd0c789001 fix crash in mod_voicemail when trying to forward to another extension in some cases 2014-01-22 22:55:17 +05:00
Anthony Minessale 5f27378055 add support for originated_legs and originating_leg_uuid on enterprise originate
Conflicts:
	src/switch_ivr_originate.c
2014-01-22 22:42:16 +05:00
Anthony Minessale c4e90cc6e4 add missing line to get channels from sdp for back-compat opus negotiation 2014-01-21 00:52:48 +05:00
Anthony Minessale a3a795a08a add version to log 2014-01-20 23:34:46 +05:00
Anthony Minessale e5677c0da5 change startup logline to info so it goes in the logs and we can see which version is running 2014-01-20 23:14:35 +05:00
Jeff Lenk 7d3fc8fb46 FS-6103 --resolve 2014-01-17 16:33:13 -06:00
Raymond Chandler bd12c18dd2 FS-6090 --resolve 2014-01-15 10:57:59 -05:00
Anthony Minessale 9802f3e6bf FS-6086 --resolve 2014-01-15 02:58:32 +05:00
Anthony Minessale 9431c85374 FS-6107 --resolve 2014-01-15 02:39:35 +05:00
Chris Rienzo c4864dea15 FS-6077 mod_rayo - minor regression on end events from outbound calls 2014-01-13 15:50:06 -05:00
Chris Rienzo cf845d0e5f SIP-6077 --resolve mod_rayo - wait for park event before allowing re-join of call 2014-01-13 14:39:12 -05:00
Chris Rienzo 7b41365501 FS-6051 --resolve mod_rayo - double destroy of output component 2014-01-13 11:02:53 -05:00
Seven Du ca40e2156a fix mod_fifo build 2014-01-11 20:03:40 +05:00
Chris Rienzo d4ffe63ad3 FS-6087 --resolve forgot to send IQ result when processing output to mixers 2014-01-10 21:22:29 -05:00
Chris Rienzo f3df185995 FS-6084 --resolve added multi-dtmf component support to mod_rayo 2014-01-10 20:09:22 -05:00
Anthony Minessale 9c7b43610a fifo_export 2014-01-11 02:22:48 +05:00
Anthony Minessale 78de57a241 fifo_export 2014-01-11 02:22:39 +05:00
Chris Rienzo b72c0ab314 mod_http_cache: support amazon s3 region URLs 2014-01-10 10:07:07 -05:00
Anthony Minessale 162941d6d3 expand variables in originate strings 2014-01-10 03:01:21 +05:00
Raymond Chandler 712e32784c FS-6093 --resolve 2014-01-09 14:33:54 -05:00
Chris Rienzo 83bbdf24f2 mod_rayo remove hack for stopping fax 2014-01-08 04:29:43 -05:00
Chris Rienzo 150b3e3c51 mod_spandsp added stopfax APP 2014-01-08 04:29:33 -05:00
Anthony Minessale c83c01c03b allow native recording and transcoding at the same time 2014-01-08 04:12:15 +05:00
Chris Rienzo 48182deacb FS-6083 --resolve mod_ssml fixed <prosody> 2014-01-07 14:51:15 -05:00
Chris Rienzo 740fbc06ef FS-6083 --resolve SSML will pass through when renderer is specified 2014-01-07 14:51:01 -05:00
Chris Rienzo 4bb58d736d mod_rayo CPA dtmf detection added 2014-01-07 10:11:05 -05:00
Chris Rienzo 4ebc465f3a mod_rayo FS-6081 --resolve added mixer presence with entity capabilities 2014-01-06 21:07:14 -05:00
Anthony Minessale 55a36997ed FS-6020 --resolve 2014-01-07 01:54:42 +05:00
Anthony Minessale bc6e399e5a FS-6014 please try latest HEAD of stable branch 2014-01-07 01:49:11 +05:00