Commit Graph

  • 702c9af3f9 add novideo app Anthony Minessale 2013-06-20 13:08:09 -05:00
  • e60f37f651 FS-5529 --resolve Anthony Minessale 2013-06-20 12:36:30 -05:00
  • 469bcc562d fix gcc bug patch Anthony Minessale 2013-06-20 10:50:33 -05:00
  • c01fa0e1cf 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
  • 66239f15b0 comment out broken test Anthony Minessale 2013-06-20 10:14:41 -05:00
  • 50bd4801d2 Fixed NEON detection and added AVX2 detection to spandsp Steve Underwood 2013-06-20 23:53:53 +08:00
  • dc604fd589 mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't Chris Rienzo 2013-06-20 09:24:46 -04:00
  • 12c96d9009 FS-5292 gsmopen: patch from garmt Giovanni Maruzzelli 2013-06-20 14:21:49 +02:00
  • 607ef575bc FS-5482 skypopen: check assignment on possibly NULL pointer, avoiding segfault Giovanni Maruzzelli 2013-06-20 10:16:46 +02:00
  • a71b199de4 fix ref counting issue in tcp,tls,wss transports Anthony Minessale 2013-06-19 21:54:58 -05:00
  • 48532bd6d1 add config examples Anthony Minessale 2013-06-19 11:09:40 -05:00
  • 633dcd46b6 yay for bugs Anthony Minessale 2013-06-19 12:26:45 -05:00
  • 59a082c091 tweak rpm spec file Ken Rice 2013-06-19 11:27:31 -05:00
  • b4ba31dad6 more trivial compiler warnings for windows Jeff Lenk 2013-06-19 10:44:31 -05:00
  • a8751d15ce mod_rayo: allow variables to be passed in dialstring Chris Rienzo 2013-06-19 08:53:17 -04:00
  • bd2862080c FS-4969 --resolve Anthony Minessale 2013-06-18 21:19:24 -05:00
  • 4baf0276d6 FS-5513 --resolve Anthony Minessale 2013-06-18 21:16:48 -05:00
  • a7be251bd8 fix several more windows compiler warnings and mod_gsmopen Jeff Lenk 2013-06-18 22:43:49 -05:00
  • 9cf05e3595 only refuse loopback endoint not profiles named loopback Anthony Minessale 2013-06-18 16:19:02 -05:00
  • ec9eebbf99 fix trivial compiler error and vs2010 reswig Jeff Lenk 2013-06-18 16:55:03 -05:00
  • 750c06c1b8 fix reload of outbound_name change Brian West 2013-06-18 15:48:52 -05:00
  • 691acf2812 fix build on cent5 Anthony Minessale 2013-06-18 14:38:57 -05:00
  • 5d0753e330 FS-5510 --resolve - also add logging of hangup cause Nathan Neulinger 2013-06-18 12:21:35 -05:00
  • a42b7de6d5 swigall Anthony Minessale 2013-06-18 09:13:18 -05:00
  • f782c280d4 add skinny cmd to kill all current listeners Nathan Neulinger 2013-06-18 09:41:56 -05:00
  • 45d33b02e9 Add skinny device kill api command Nathan Neulinger 2013-06-18 09:18:31 -05:00
  • 1b0375371a refactor Anthony Minessale 2013-06-18 06:24:17 -05:00
  • d642eb96f0 FS-5513 --resolve Anthony Minessale 2013-06-17 21:37:53 -05:00
  • 2fac3a8e83 refactor some of the video passthru code Anthony Minessale 2013-06-17 19:52:37 -05:00
  • 3ac4e77384 FS-5519 --resolve Anthony Minessale 2013-06-17 19:43:08 -05:00
  • 3634d4a0e7 remove debugging Brian West 2013-06-17 17:51:34 -05:00
  • db59af93e3 remove cid flip from pickup Anthony Minessale 2013-06-17 10:57:19 -05:00
  • c3de185b22 add deflect parsing support for mod_loopback and fix unloop bug Anthony Minessale 2013-06-17 10:44:43 -05:00
  • 2c9ee26fdd dont change device state from hangup to hangup Anthony Minessale 2013-06-17 10:43:59 -05:00
  • f37467e054 FS-5507 this should fix but I'm not sure its the proper thing Jeff Lenk 2013-06-17 08:51:56 -05:00
  • 90683e3332 Check for config before starting Travis Cross 2013-06-16 14:21:44 +00:00
  • f858176f89 vs2010 reswig Jeff Lenk 2013-06-14 11:45:44 -05:00
  • f54428c8fd Bump callie_en to 1.0.25 in sounds_version.txt Michael S Collins 2013-06-14 08:16:38 -07:00
  • 0311d4615a mod_rayo: some fixes for punchblock 2.0 compatibility Chris Rienzo 2013-06-13 15:28:53 -04:00
  • b73a8fe624 Fix missing return statement. William King 2013-06-13 10:07:56 -07:00
  • 2d4acdfa61 mod_rayo: updates for 0.2 of spec Chris Rienzo 2013-06-13 11:23:12 -04:00
  • 9a87ec6a52 disable dialog matching for subscribe reqs so it always uses a new handle to avoid conflicting with notify transactions Anthony Minessale 2013-06-12 23:46:47 -05:00
  • 4219049789 New compiler warning(error). Unused assignment before the pointer is reassigned. William King 2013-06-12 21:39:14 -07:00
  • 3f2f393a7c If the addr pointer is NULL, better to check first before using it. William King 2013-06-12 21:23:52 -07:00
  • a710841123 This is probably what was intended. If the pointer 'path' is NULL, or if it is not NULL, then the first char should not be '\0' William King 2013-06-12 21:21:38 -07:00
  • 91c8c8a57b oops William King 2013-06-12 21:17:04 -07:00
  • 5026788c4a Fix minor typo so that the metadata album field can be set. William King 2013-06-12 17:17:40 -07:00
  • 97918f473b Since I can't seem to locate what this might be used for, or the more correct solution, I'm going to comment it out for now. If someone can find a better solution so that this functionality would actually work, please advise. William King 2013-06-12 17:11:22 -07:00
  • 5c60bd6b42 Make sure to cleanup event if there was a failure that caused it not to be fired. William King 2013-06-12 17:01:56 -07:00
  • a181ec629f On the off chance the if statement takes the false branch, let's not leak the memory. again. William King 2013-06-12 16:46:21 -07:00
  • 5e5af427ef On the off chance the if statement takes the false branch, let's not leak the memory William King 2013-06-12 16:41:06 -07:00
  • 56f68be4e6 Update phrase_en.xml for sounds version 1.0.23 Michael S Collins 2013-06-12 12:54:39 -07:00
  • 98ae1c93fa mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory Chris Rienzo 2013-06-12 09:38:35 -04:00
  • a3dfd0bf62 FS-5498 add ringing and early stats to event Seven Du 2013-06-12 09:09:02 +08:00
  • d0749e9a26 FS-5500 --resolve Anthony Minessale 2013-06-11 11:38:18 -05:00
  • de802f2124 FS-5498 fix state change Anthony Minessale 2013-06-11 11:23:45 -05:00
  • 42c6a66e08 FS-5498 add profile-variables section to directory to specify profile variables to be set automatically Anthony Minessale 2013-06-11 09:38:38 -05:00
  • b74ad2a6bb FS-5503 --resolve indeed, thx Anthony Minessale 2013-06-11 09:31:16 -05:00
  • df1bba55ee FS-5498 Anthony Minessale 2013-06-10 19:13:05 -05:00
  • 6731519bef FS-5498 Anthony Minessale 2013-06-10 18:21:46 -05:00
  • a433b97375 Skip to next file when you hup the stream Brian West 2013-06-07 12:29:13 -05:00
  • 46f4709ee6 Whitespace cleanup to previous commit Travis Cross 2013-06-07 06:59:38 +00:00
  • e7fa70416d Previous commit was incorrect. This would correctly handle the memory loss case. William King 2013-06-06 23:54:07 -07:00
  • 01959606cd FS-5493 oops Anthony Minessale 2013-06-06 13:17:20 -05:00
  • 860ed3f9a6 add last callback run stamp to device records Anthony Minessale 2013-06-06 13:08:59 -05:00
  • 75fab9b0f2 FS-5493 --resolve Anthony Minessale 2013-06-06 12:59:18 -05:00
  • ee2f1d32a4 Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. Chris Rienzo 2013-06-06 16:03:00 -04:00
  • acacb342e8 Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats. Chris Rienzo 2013-06-06 15:34:49 -04:00
  • 74dcbe8240 Add missing newline at end of file Travis Cross 2013-06-06 19:01:17 +00:00
  • 1784663d35 Use --with-storagedir in Debian build Travis Cross 2013-05-08 17:35:23 +00:00
  • f3d851d198 Add support for --with-storagedir to configure Travis Cross 2013-05-08 17:30:02 +00:00
  • d186cf95a9 ignore this Brian West 2013-06-06 10:27:00 -05:00
  • 7b25322e46 don't need this change revert Anthony Minessale 2013-06-05 11:21:38 -05:00
  • 4240526ce3 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 Anthony Minessale 2013-06-05 11:19:44 -05:00
  • b4ed2f55bf Up this buffer to prevent boxes from locking up if they receive more than 1000 bytes. Brian West 2013-06-04 17:09:33 -05:00
  • 4bb4e66abd fix typo again Seven Du 2013-06-04 10:37:39 +08:00
  • 811a99e0f0 close websocket before unload Seven Du 2013-06-04 10:23:23 +08:00
  • d92074233c add show complete Seven Du 2013-06-04 09:52:14 +08:00
  • 68f1d34dfc add show aliases, management, interface_types Seven Du 2013-06-04 09:47:45 +08:00
  • 15a30c7f45 add missing ShowInterfacesRoute Seven Du 2013-06-04 09:37:19 +08:00
  • 9252f7ab2f fix copy&paste typo Seven Du 2013-06-04 09:34:35 +08:00
  • 4e70d7de30 show tasks Seven Du 2013-06-04 09:32:38 +08:00
  • 5414c7630a show say, chat, interfaces, limits Seven Du 2013-06-04 09:25:19 +08:00
  • 947c0542a9 update to mp4v2-2.0.0 Seven Du 2013-05-25 12:17:07 +08:00
  • 96f74a9f4a fix hardcoded host and port Seven Du 2013-06-04 08:21:34 +08:00
  • 6739889f65 OPENZAP-214 --resolve Jeff Lenk 2013-06-03 17:27:04 -05:00
  • d40f59e795 Set mod_voicemail to depend on mail-transport-agent Travis Cross 2013-06-03 08:59:33 +00:00
  • 505815c902 Avoid crashing FS after delivering a VM Travis Cross 2013-06-03 08:56:38 +00:00
  • 9ae26ff50d Have modules depend on a particular version of libfreeswitch1 Travis Cross 2013-06-03 06:13:35 +00:00
  • bc25079fce Fix spelling in log message Travis Cross 2013-06-02 20:06:19 +00:00
  • 6ca5a02656 FreeTDM: handle_core_command() clean up Stefan Knoblich 2013-06-02 03:02:14 +02:00
  • 23c2c751bd FreeTDM: Move I/O interface lookup code into common ftdm_global_get_io_interface() Stefan Knoblich 2013-06-02 02:56:44 +02:00
  • 85e2eaaf58 FreeTDM: Fix "ftdm core flags/spanflags" with flag names Stefan Knoblich 2013-06-01 22:30:45 +02:00
  • e857527a3b FreeTDM: Rewrite "ftdm core" print_* functions (to use new span iterator) Stefan Knoblich 2013-06-01 22:19:16 +02:00
  • 5154bd847b ftmod_libpri: Fix channel iterator memory leak Stefan Knoblich 2013-06-01 21:09:48 +02:00
  • 4bc05eae68 FreeTDM: Add span iterator Stefan Knoblich 2013-06-01 15:20:51 +02:00
  • 5835e0d541 FS-5488 --resolve Anthony Minessale 2013-05-31 14:45:47 -05:00
  • e74bba08c2 FS-5449: apply correct quoting, got older version of patch accidentally Nathan Neulinger 2013-05-31 16:31:27 -05:00
  • ac0ed44b96 FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping Nathan Neulinger 2013-05-31 16:25:08 -05:00
  • 5eabe2bc4e FS-5488 --resolve Anthony Minessale 2013-05-31 13:14:09 -05:00