freeswitch/src/mod/event_handlers/mod_rayo
Chris Rienzo 5816ddcd39 FS-7490 #resolve #comment mod_rayo, srgs to regex transform: latest PCRE doesn't like regex generated by mod_rayo. It requires the group name not to start
with a digit.
2015-04-28 14:38:38 -04:00
..
conf/autoload_configs FS-7150 #resolve #comment [mod_rayo] added param add-variables-to-events which will add channel variables to <offer>, <ringing>, <answered>, and <end> if set to true. Default is false. 2015-01-13 16:01:02 -05:00
gateway 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-06 16:03:00 -04:00
test_iks mod_rayo: re-added Makefile for iks helpers unit tests 2014-05-08 11:16:02 -04:00
test_nlsml mod_rayo: fix compiler error to nlsml.c from attempted coverity fix 2014-05-08 11:10:42 -04:00
test_srgs mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input. 2014-10-09 11:41:22 -04:00
Makefile.am Completely unbundle pcre 2014-03-20 15:28:23 +00:00
iks_helpers.c CID: 1211947 mod_rayo - allocated array with unsigned char * element size instead of unsigned char 2014-05-08 11:33:27 -04:00
iks_helpers.h mod_rayo FS-6081 --resolve added mixer presence with entity capabilities 2014-01-06 21:06:31 -05:00
mod_rayo.c FS-7150 #resolve #comment [mod_rayo] added param add-variables-to-events which will add channel variables to <offer>, <ringing>, <answered>, and <end> if set to true. Default is false. 2015-01-13 16:01:02 -05:00
mod_rayo.h mod_rayo: rework component inheritance- component now inherits parent call/mixer mutex and parent reference counting moved to base class 2014-06-13 12:16:26 -04:00
nlsml.c mod_rayo: fix compiler error to nlsml.c from attempted coverity fix 2014-05-08 11:10:42 -04:00
nlsml.h mod_rayo: clean up module hashes on shutdown 2014-04-14 12:01:31 -04:00
rayo_components.c mod_rayo: rename reference counting functions to something more sensible 2014-06-13 11:33:33 -04:00
rayo_components.h mod_rayo: add <sendfax> component 2013-11-07 21:41:45 -05:00
rayo_cpa_component.c mod_rayo: rework component inheritance- component now inherits parent call/mixer mutex and parent reference counting moved to base class 2014-06-13 12:16:26 -04:00
rayo_cpa_component.h mod_rayo CPA implemented - still needs testing 2014-01-05 00:39:40 -05:00
rayo_cpa_detector.c mod_rayo: clean up module hashes on shutdown 2014-04-14 12:01:31 -04:00
rayo_cpa_detector.h mod_rayo CPA implemented - still needs testing 2014-01-05 00:39:40 -05:00
rayo_elements.c mod_rayo CPA implemented - still needs testing 2014-01-05 00:39:40 -05:00
rayo_elements.h mod_rayo: add <sendfax> component 2013-11-07 21:41:45 -05:00
rayo_fax_components.c mod_rayo: rework component inheritance- component now inherits parent call/mixer mutex and parent reference counting moved to base class 2014-06-13 12:16:26 -04:00
rayo_input_component.c FS-7300 #resolve #comment [mod_rayo] handle all MRCP completion causes in SPEECH-COMPLETE event and validate / load input grammar URLs 2015-03-11 23:53:50 -04:00
rayo_output_component.c FS-7047 #resolve #comment [mod_rayo] arbitrary MRCP headers can now be sent to unimrcp output components 2014-12-10 16:57:02 -05:00
rayo_prompt_component.c FS-7300 [mod_rayo] set iq type to error when prompt component forwards input/output error back to rayo client. 2015-03-22 14:40:25 -04:00
rayo_record_component.c FS-5853 #resolve #comment mod_rayo now reports record completion cause 2014-10-27 13:41:52 -04:00
sasl.c CID: 1211948 fix memory leak of decoded iks message in function parse_plain_auth_message in mod_rayo 2014-05-07 00:44:54 -07:00
sasl.h make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
srgs.c FS-7490 #resolve #comment mod_rayo, srgs to regex transform: latest PCRE doesn't like regex generated by mod_rayo. It requires the group name not to start 2015-04-28 14:38:38 -04:00
srgs.h mod_rayo: clean up module hashes on shutdown 2014-04-14 12:01:31 -04:00
test.h mod_rayo: added missing modeline 2013-06-25 15:15:08 -04:00
xmpp_errors.def 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-06 16:03:00 -04:00
xmpp_streams.c iksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23 2014-11-17 09:46:23 -05:00
xmpp_streams.h mod_rayo: support secure client-to-server connections 2013-07-15 18:52:09 -04:00