Commit Graph

  • 0a4bbaf5a5 Fix uninitialized use of length variable Travis Cross 2013-07-03 15:58:46 +00:00
  • 7ff70bd5cd freetdm: Fix longstanding minor bug in ftdm_span_send_signal causing dial-regex in Analog modules to not work The return status of the signal callback was not being passed to the signaling module delivering the signal Moises Silva 2013-07-03 02:07:05 -04:00
  • 4efa173475 Tweak such that control-modules.gen matches Travis Cross 2013-07-03 04:25:48 +00:00
  • b48ffd056c Add mod_ssml to Debian packaging Travis Cross 2013-07-03 04:22:26 +00:00
  • 5e2c513e43 Add mod_rayo to debian packaging Travis Cross 2013-07-03 04:22:15 +00:00
  • e6ae610bec slight tweak to the spec file Ken Rice 2013-07-02 09:33:23 -05:00
  • c5b8d3ee9b FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it. The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing. Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated. Anthony Minessale 2013-07-02 08:44:47 -05:00
  • 0a279cfce1 Merge branch 'master' into v1.4.beta Ken Rice 2013-07-02 00:10:02 -05:00
  • 620a5804e6 partial rollback of ec67542628 to fix skinny breakage Nathan Neulinger 2013-07-01 22:19:15 -05:00
  • 3c6e6e4d92 Bump Ken Rice 2013-07-01 17:10:23 -05:00
  • 89b69e02a4 Merge branch 'master' into v1.4.beta Ken Rice 2013-07-01 17:06:42 -05:00
  • f721a2592b --resolve FS-5566 Ken Rice 2013-07-01 17:03:00 -05:00
  • 0548f33a46 fix input event checker pre-empting return value from dtmf checker when both are present Anthony Minessale 2013-07-01 14:31:43 -05:00
  • 48246a5551 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-28 15:09:10 -05:00
  • 2806f8f8f7 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-28 14:39:09 -05:00
  • 929f52b15c fix race condition on device state destroy Anthony Minessale 2013-06-28 14:20:58 -05:00
  • 5e2f808de6 FS-5527 fix compiler error windows (cherry picked from commit a52a604fbb) Jeff Lenk 2013-06-28 11:05:27 -05:00
  • 74740cca5f FS-5527 --resolve Anthony Minessale 2013-06-28 10:42:01 -05:00
  • 683512153a Merge branch 'master' into v1.4.beta Ken Rice 2013-06-28 10:34:34 -05:00
  • 007ddda560 mod_rayo: dtmf #*A-D was broken Chris Rienzo 2013-06-28 11:16:06 -04:00
  • ba6bf28a5e punt without return Brian West 2013-06-28 09:48:28 -05:00
  • fd67c19664 add preAnswer and ringReady too Anthony Minessale 2013-06-27 16:31:29 -05:00
  • e884116c08 add answer work tag to httapi Anthony Minessale 2013-06-27 16:25:59 -05:00
  • f49dc139ad freetdm: Added E & M logic for routing success and fail regex parameters Moises Silva 2013-06-26 00:16:11 -04:00
  • c0fe9c9cd3 freetdm: Override regular media with ringback in E&M when a ringback file is specified Moises Silva 2013-06-26 00:10:04 -04:00
  • a55b5347ba mod_freetdm: Expose new ringback E&M parameters in the XML config Moises Silva 2013-06-25 23:41:30 -04:00
  • 95a2c11b0d Added ability to play a wav file as ringback tone during the COLLECT state of E&M signaling module Moises Silva 2013-06-25 22:19:24 -04:00
  • 8a3cdc75fc improve skinny behavior in HA deployment Nathan Neulinger 2013-06-26 21:56:10 -05:00
  • 0e5f90c086 typo Nathan Neulinger 2013-06-26 21:55:38 -05:00
  • ec67542628 set rtp params in skinny for rtp flush on bridge Anthony Minessale 2013-06-26 18:35:06 -05:00
  • 75e0d9d885 fix empty +flags{} pre-empting conference_member_flags variable Anthony Minessale 2013-06-26 16:04:28 -05:00
  • 182d67ae95 use the correct repeat key to replay messages Brian West 2013-06-26 15:17:41 -05:00
  • 1995b1a44f Merge branch 'master' into v1.4.beta Ken Rice 2013-06-26 15:11:15 -05:00
  • 594d9f8172 FS-5550 --resolve Anthony Minessale 2013-06-26 10:51:44 -05:00
  • 4eb159f5d8 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-25 17:35:37 -05:00
  • f536634c04 mod_rayo: added missing modeline Chris Rienzo 2013-06-25 15:15:08 -04:00
  • 543dc3caea make noexpandtab explicit in all vim modelines other than xml files Nathan Neulinger 2013-06-25 11:50:17 -05:00
  • 30be15fd52 mod_rayo: used wrong stack Chris Rienzo 2013-06-25 11:40:38 -04:00
  • f434d25b24 mod_rayo: fixes for <prompt> and reply loops Chris Rienzo 2013-06-25 11:30:10 -04:00
  • 2536706b9b mod_rayo: fix component JID Chris Rienzo 2013-06-25 08:08:56 -04:00
  • d0ea9d00f8 mod_rayo: fix cleanup of console complete functions Chris Rienzo 2013-06-25 07:54:59 -04:00
  • 31d0b7bff5 mod_rayo: don't send item-not-found to replies Chris Rienzo 2013-06-25 07:42:34 -04:00
  • 976083adf6 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable Chris Rienzo 2013-06-24 22:27:37 -04:00
  • 4c4841da4b mod_http_cache: valgrind fixes Chris Rienzo 2013-06-24 22:12:24 -04:00
  • 7a7d1479ed mod_ssml: valgrind fixes Chris Rienzo 2013-06-24 22:07:50 -04:00
  • 91efe36d4e mod_rayo: valgrind fixes Chris Rienzo 2013-06-24 21:55:58 -04:00
  • f6d6cd5762 mod_rayo: forgot to return error if unknown destination for stanza Chris Rienzo 2013-06-24 21:14:27 -04:00
  • 57bdcfb6e9 mod_rayo: added message delivery threads Chris Rienzo 2013-06-24 20:50:37 -04:00
  • 810c4f5381 mod_rayo: reworked internal messaging- all messages sent by JID only Chris Rienzo 2013-06-24 14:51:54 -04:00
  • dd2346d2e1 mod_rayo: remove reply from send function - everything is send only now Chris Rienzo 2013-06-24 10:02:09 -04:00
  • 998ae35dbf FS-5530 --resolve this will make it identical to the bridge behaviour even when the bridge in early media begins and now you will explicitly need continue_on_fail=true in this situation to not fail Anthony Minessale 2013-06-24 09:45:43 -05:00
  • a0938697df FS-5539 --resolve Anthony Minessale 2013-06-24 09:15:01 -05:00
  • 8fd4994b0c skinny more logging improvements and some refactoring of protocol replies Nathan Neulinger 2013-06-23 21:47:58 -05:00
  • 2060654809 skinny - add simple expansion of text strings by id in the logging msgs Nathan Neulinger 2013-06-23 16:11:54 -05:00
  • 38ccc48980 logging Nathan Neulinger 2013-06-23 15:18:10 -05:00
  • 8450dfcaf5 fix broken build due to running with warnings disabled, oops Nathan Neulinger 2013-06-23 15:11:31 -05:00
  • 71cddf1912 skinny logging Nathan Neulinger 2013-06-23 14:58:25 -05:00
  • 251de9d95d fix windows build Jeff Lenk 2013-06-23 14:40:51 -05:00
  • 9679fac195 improvements to skinny logging, table based message text ids Nathan Neulinger 2013-06-23 14:19:05 -05:00
  • 2f08e40fce Merge branch 'master' into v1.4.beta Ken Rice 2013-06-23 13:24:00 -05:00
  • f2fcde49f9 misc constant name adjustments to match actual text on phones Nathan Neulinger 2013-06-22 13:46:26 -05:00
  • 12b293d6aa mod_rayo: Punchblock now supports content-type on input matches Ben Langfeld 2013-06-21 13:46:47 -04:00
  • 1b55a67083 FS-5532 - workaround to improve behavior, but not correct fix Nathan Neulinger 2013-06-21 14:48:49 -05:00
  • 587fa4f08a Merge branch 'master' into v1.4.beta Ken Rice 2013-06-21 09:22:26 -05:00
  • 9829a5cc40 mod_rayo: fix crash when DTMF is received after input timeout Chris Rienzo 2013-06-21 09:42:54 -04:00
  • 15c69fc8c4 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-21 00:57:45 -05:00
  • 990557cb95 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-21 00:38:05 -05:00
  • 4a4b8690a1 FS-5531 --resolve add another optional param to supply flags for either behaviour n for null and b for boolean Anthony Minessale 2013-06-20 22:53:20 -05:00
  • 5cb635039d sniffing glue Anthony Minessale 2013-06-20 22:25:25 -05:00
  • 7656a075c7 fill the opposite file to keep data in sync Anthony Minessale 2013-06-20 21:51:31 -05:00
  • 8fc477d080 add answer_delay variable to sleep N ms when answer is called from the channel thread Anthony Minessale 2013-06-20 21:29:31 -05:00
  • b6e3c594c2 FS-5530 Anthony Minessale 2013-06-20 21:15:32 -05:00
  • dfdd2f60d4 FS-5530 --resolve Anthony Minessale 2013-06-20 21:10:23 -05:00
  • e91b3236a3 FS-5530 --resolve Anthony Minessale 2013-06-20 20:58:55 -05:00
  • 1baee6b8cf FS-5513 --resolve Anthony Minessale 2013-06-20 18:33:40 -05:00
  • 0c132707ce doh Anthony Minessale 2013-06-20 13:23:55 -05:00
  • ad5f689fb7 swigall Anthony Minessale 2013-06-20 11:40:56 -05:00
  • 904189a485 add novideo app Anthony Minessale 2013-06-20 11:29:26 -05:00
  • d937b8da81 add novideo app Anthony Minessale 2013-06-20 13:08:09 -05:00
  • b02f288f9e FS-5529 --resolve Anthony Minessale 2013-06-20 12:36:30 -05:00
  • 9a67ce5c1a fix gcc bug patch Anthony Minessale 2013-06-20 10:50:33 -05:00
  • adf61e4bf5 newer gcc does not like when you use out of bounds array indexes to access other elements in a struct (at least at -O2) Anthony Minessale 2013-06-20 10:16:32 -05:00
  • 0a6118c337 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-20 08:56:02 -05:00
  • 55b82c2a08 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable Chris Rienzo 2013-06-20 09:26:04 -04:00
  • a121e1657a mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't Chris Rienzo 2013-06-20 09:24:46 -04:00
  • 178d64bb48 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-19 13:35:33 -05:00
  • 814c9d53d7 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-19 11:29:27 -05:00
  • d0622bdd8e Merge branch 'master' into v1.4.beta Ken Rice 2013-06-19 11:28:45 -05:00
  • 879af04f22 tweak rpm spec file Ken Rice 2013-06-19 11:27:31 -05:00
  • d4110541f9 fix trivial compiler warnings for windows Jeff Lenk 2013-06-19 11:15:59 -05:00
  • e9bcde6ec7 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable Jeff Lenk 2013-06-19 10:52:10 -05:00
  • c42aa88f42 FS-5526 --resolve Jeff Lenk 2013-06-19 10:51:52 -05:00
  • cd0f4b5444 mod_rayo: allow variables to be passed in dialstring Chris Rienzo 2013-06-19 08:53:17 -04:00
  • 9c7b3f5655 Merge branch 'master' into v1.4.beta Ken Rice 2013-06-19 00:02:33 -05:00
  • 7fb65c27e8 FS-4969 --resolve Anthony Minessale 2013-06-18 21:19:24 -05:00
  • 7c607c7e8e FS-5513 Anthony Minessale 2013-06-18 21:17:28 -05:00
  • fb21918de3 start of 1.4.beta Ken Rice 2013-06-18 15:30:04 -05:00
  • 1d07b72c74 only refuse loopback endoint not profiles named loopback Anthony Minessale 2013-06-18 16:19:02 -05:00
  • 9d14772883 fix reload of outbound_name change Brian West 2013-06-18 15:48:52 -05:00
  • 4960a75525 fix build on cent5 Anthony Minessale 2013-06-18 14:38:57 -05:00