Commit Graph

  • 6d02716ac5 last commit part 2 Anthony Minessale 2012-06-01 13:28:30 -05:00
  • 75aab0ee6c put presence data in state events Anthony Minessale 2012-06-01 13:21:12 -05:00
  • f685e4c504 allow ep_codec_string to draw from absolute_codec_string before the profile prefs Anthony Minessale 2012-06-01 10:06:28 -05:00
  • bac3b3bd36 adding status CLI command to fetch peer/sap/transport-server information from Trillium MEGACO stack. kapil 2012-06-01 20:35:38 +05:30
  • b2d183099f mod_voicemail: Remove the Goodbye prompt when voicemail is disabled when trying to leave a message Marc Olivier Chouinard 2012-05-31 23:36:37 -04:00
  • ba4a210ced FreeSWITCH: Fix copy&paste error in last commit Stefan Knoblich 2012-06-01 00:24:43 +02:00
  • 5165e4071e FreeSWITCH: Remove -arch i386/x86_64 from PYTHON_CFLAGS Stefan Knoblich 2012-05-31 23:59:45 +02:00
  • afeb7f327c OpenCNAM frontend so you can feed it 10 or 11 digits and cache the results. Brian West 2012-05-31 14:18:58 -05:00
  • eb0404d025 Merge remote branch 'fsorig/master' into releases.3.5 David Yat Sin 2012-05-31 13:57:42 -04:00
  • 24f6c4056b missed a spot removing mod_fax Ken Rice 2012-05-31 11:25:28 -05:00
  • a16ee36187 adding code to handle TUCL/MEGACO Status(Alarm) Indication from MEGACO Stack kapil 2012-05-31 20:20:51 +05:30
  • 693e04a7de FS-4250 please post a new log if this does not work Anthony Minessale 2012-05-31 09:04:08 -05:00
  • 5be9857af2 remove mod_fax. this has been deprecated for quite a while Ken Rice 2012-05-31 10:25:49 -05:00
  • be2ec29282 Add Maintainer to mod_posix_timer, mod_unimrcp, mod_http_cache Christopher Rienzo 2012-05-31 13:24:24 +00:00
  • 529e7fd24a adding code to make "version" as configurable parameter kapil 2012-05-31 18:36:10 +05:30
  • a7ac272595 adding MEGACO Stack STOP/SHUTDOWN code kapil 2012-05-31 17:31:06 +05:30
  • 07bc7ba763 gsmopen and skypopen: updated License headers Giovanni Maruzzelli 2012-05-31 07:40:59 +02:00
  • 39bad5b13e vs2010 reswig for last commit Jeff Lenk 2012-05-30 15:58:48 -05:00
  • 3e1d68b0a6 FS-4250 --resolve erase replaces header after using it Anthony Minessale 2012-05-30 13:08:31 -05:00
  • 192030c578 add metadata col to internal registrations table Anthony Minessale 2012-05-30 13:05:05 -05:00
  • e05bd3fae8 Some changes to ss7 variables to be more consistent David Yat Sin 2012-05-30 13:10:04 -04:00
  • 82b00ecbc8 don't build mod_ilbc or mod_siren by default Travis Cross 2012-05-30 15:10:00 +00:00
  • a3995ad16e Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 kapil 2012-05-30 20:22:08 +05:30
  • f1f78a8653 adding m2ua stack free code while unloading freetdm module kapil 2012-05-30 20:20:58 +05:30
  • 889a0be2b3 issue fix Kapil 2012-05-30 16:41:31 +05:30
  • 69501d091c adding M2UA configuration/alarm handling code kapil 2012-05-30 12:31:25 +05:30
  • d3c8429af9 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 kapil 2012-05-30 07:47:07 +05:30
  • 076d9fbe67 M2UA xml configuration parsing code kapil 2012-05-30 07:45:59 +05:30
  • 76c3580e83 fix build test for revision number Travis Cross 2012-05-29 22:13:46 +00:00
  • 8bb55ed4bf abstract out originate_signal_bond to a function to avoid confustion and regressions Anthony Minessale 2012-05-29 13:10:15 -05:00
  • 4d8cdb3276 debian: don't depend on non-free codecs for meta-vanilla Travis Cross 2012-05-29 18:42:35 +00:00
  • 226851e8b0 don't use Siren or iLBC by default in example configs Travis Cross 2012-05-29 18:41:17 +00:00
  • 6679e3f589 debian: add option to run builds in parallel Travis Cross 2012-05-28 20:48:04 +00:00
  • baf5bbd565 FS-4266 --resolve Anthony Minessale 2012-05-29 08:42:51 -05:00
  • a941cad15d adding M2UA SG open endpoint request code Kapil 2012-05-29 15:06:25 +05:30
  • 91dfa062bf ss7: adding iam_fwd_ind_HEX channel variable to set forward indicator IE's heximal value. - add <action application="export" data="freetdm_iam_fwd_ind_HEX=2301"/> to dialplan with expected hex value. If the outgoing ftdm channel's forward indicator needs to be changed, "export" needs to be put in the incoming channel's dialplan to set this variable value accordingly. - this implementation takes bits of A, CB, D, E, F, HG, I from the hex value. Bits of KJ, L, P-M are not taken from the hex. - How to calculate hex value with wanted bits: . the hex value is H-A-P-I, H is the highest bit to A, and next is P-I. I is the lowest bit in the whole field, and H is the highest bit in the whole field. Refer to Q.763 chapter 3.23. . use a text pad to fill in the bits with 0 and 1. eventually fill all the 16 bits . copy the binary value into a calculator and convert it to hex James 2012-05-28 16:53:45 -04:00
  • 25287f3828 debian: add option to control make/bootstrap -j settings Travis Cross 2012-05-28 19:15:20 +00:00
  • 9f578ca440 debian: use bootstrap.sh -j Travis Cross 2012-05-28 18:28:17 +00:00
  • b4816ae952 debian: place build results in ../ Travis Cross 2012-05-28 18:24:11 +00:00
  • a5d696d517 debian: ensure set -e behavior when run under build-all Travis Cross 2012-05-28 17:42:51 +00:00
  • 2365f41fdc debian: add a build quicktest feature Travis Cross 2012-05-28 17:26:32 +00:00
  • d3cb703697 debian: force build output to stderr Travis Cross 2012-05-28 17:03:23 +00:00
  • 496b9a9c78 debian: add utility for building all distros and architectures Travis Cross 2012-05-28 14:55:44 +00:00
  • 40a98d4b49 debian: disable modules that break the build Travis Cross 2012-05-28 13:11:21 +00:00
  • 8fb3f54c15 debian: add option to create pbuilder debug hook Travis Cross 2012-05-28 13:37:34 +00:00
  • 139485855d debian: don't try to build non-dfsg modules Travis Cross 2012-05-28 13:35:00 +00:00
  • 0bab77bf96 debian: refactor and improve build utilities Travis Cross 2012-05-28 12:11:41 +00:00
  • 15a67097d8 debian: add utility for rolling nightly builds Travis Cross 2012-05-27 06:54:31 +00:00
  • 870ef6f83f debian: don't bundle sounds in orig tarball Travis Cross 2012-05-28 09:31:03 +00:00
  • 7d5062f9c9 debian: don't force-create the orig tarball Travis Cross 2012-05-27 09:51:18 +00:00
  • fa0de2efd3 add .gitattributes Travis Cross 2012-05-27 09:17:59 +00:00
  • dfddd3ec10 debian: remove utilities that duplicate debian tools Travis Cross 2012-05-28 09:12:09 +00:00
  • be3ee2404c reindent Travis Cross 2012-05-28 09:18:28 +00:00
  • 44e6dd2680 FreeSWITCH: Make libzrtp library paths absolute (or relative to top srcdir), fixes FS-4260. Stefan Knoblich 2012-05-27 14:36:15 +02:00
  • 219831edf3 debian: pull in mod_spandsp with other codecs Travis Cross 2012-05-27 06:34:52 +00:00
  • 890a89b6e3 debian: suggest rather than depend on problematic codecs Travis Cross 2012-05-27 06:17:58 +00:00
  • c6b523c65f add inbound-zrtp-passthru to sample configs Travis Cross 2012-05-27 05:58:12 +00:00
  • 8513be49de enable inbound-late-negotiation in sample configs Travis Cross 2012-05-27 05:50:47 +00:00
  • 73614127fc whitespace cleanup Travis Cross 2012-05-27 05:44:14 +00:00
  • 9b569ec875 cleanup and consolidate mod_sofia configuration example Travis Cross 2012-05-27 05:22:17 +00:00
  • 03b92c9ba1 FS-4251 --resolve just a silly oversight in the code specific to this use case, thanks Anthony Minessale 2012-05-25 11:02:51 -05:00
  • 09bef08b83 FS-4254 --resolve Marc Olivier Chouinard 2012-05-25 13:45:02 -04:00
  • 452e1d8271 FS-4249 --resolve Anthony Minessale 2012-05-25 07:54:11 -05:00
  • d7002351d7 mod_voicemail: Make sure vm_fsdb api create the user directory before trying to move file into it Marc Olivier Chouinard 2012-05-25 07:18:55 -04:00
  • 771819c430 setup-git.sh: set pull.rebase=true Travis Cross 2012-05-25 04:46:08 +00:00
  • 409ff21cc4 debian: improve policy compliance on debian/copyright Travis Cross 2012-05-25 02:40:34 +00:00
  • b0e95fdad6 vs2010 reswig mod_managed Jeff Lenk 2012-05-24 16:03:56 -05:00
  • 9b6702da67 swigall Anthony Minessale 2012-05-24 13:53:23 -05:00
  • 9daf595443 swigall Anthony Minessale 2012-05-24 13:52:47 -05:00
  • 23f8967c32 add enhanced zrtp passthrough (zrtp passthru) mode Travis Cross 2012-05-24 20:39:03 +00:00
  • 8c889aa3a7 add param for scgi to monitor its own server process Anthony Minessale 2012-05-24 13:07:46 -05:00
  • 1cfd145c17 add support for variable expander to recognize 717 vars as specificly globals Anthony Minessale 2012-05-24 13:07:26 -05:00
  • 2a257a56a2 default to forking system on non-windows Anthony Minessale 2012-05-24 13:06:32 -05:00
  • 879a798ef3 debian: document a better way to build packaging Travis Cross 2012-05-24 16:36:31 +00:00
  • 1050a2a9f9 debian: version bump Travis Cross 2012-05-24 15:16:13 +00:00
  • 7b5a9193aa debian: remove support for building sounds and music Travis Cross 2012-05-24 15:13:11 +00:00
  • 9dc9ee974c doh FS-3423 Tamas Cseke 2012-05-24 16:19:01 +02:00
  • 377f6a9ef6 remove channel private, state handler and clear controlled flag on destroy FS-3432 Tamas Cseke 2012-05-24 16:12:55 +02:00
  • 2be25c6a56 remove removal while traversing the hash and and lock to elimate race FS-3432 Tamas Cseke 2012-05-24 15:14:14 +02:00
  • 78641d4264 cleanup process spawning, remove mutex lock and add session to listener only if reply state and session flag is set to waiting FS-3432 Tamas Cseke 2012-05-24 14:55:29 +02:00
  • 85656c31af add session event r/w locking FS-3432 Tamas Cseke 2012-05-24 11:44:12 +02:00
  • 87f65f1784 add session r/w locking FS-3432 Tamas Cseke 2012-05-24 11:32:15 +02:00
  • fdd3a8d333 set and clear session flags locked FS-3432 Tamas Cseke 2012-05-24 11:16:26 +02:00
  • 4e6b56c53d add listener event r/w locking FS-3432 Tamas Cseke 2012-05-24 10:57:28 +02:00
  • eade657225 listener r/w locking FS-3432 Tamas Cseke 2012-05-24 10:30:48 +02:00
  • 343bdec239 remove .vcxproj.user file in tree Travis Cross 2012-05-24 08:04:49 +00:00
  • 56678528f8 gitignore TAGS anywhere in tree Travis Cross 2012-05-24 08:02:00 +00:00
  • 8f4c5bc492 add Andrew's patch from FS-3432 as a starting point with todo markers Tamas Cseke 2012-05-24 09:37:41 +02:00
  • fbcb862265 add thread safe hash multi delete function and make callback optional Tamas Cseke 2012-05-24 09:35:23 +02:00
  • f37b1f0c54 squelch another source of noise ZRTP protection drops Travis Cross 2012-05-24 03:58:26 +00:00
  • d470ae239c don't log ZRTP protection drops Travis Cross 2012-05-24 03:52:51 +00:00
  • 236b927780 lower log level on ZRTP protection drop Travis Cross 2012-05-24 03:50:42 +00:00
  • 0c1a95f745 fix gcc 4.7.0 warning related to enum type Travis Cross 2012-05-24 00:44:32 +00:00
  • 16cf43a68d fix indentation; whitespace Travis Cross 2012-05-02 07:42:16 +00:00
  • cb58e81c17 add editor variables to mod_sofia.h Travis Cross 2012-05-23 05:20:13 +00:00
  • 11d4658ac4 debian: package mod_say_fa (Say for Persian) Travis Cross 2012-05-23 21:28:03 +00:00
  • 6df4d7cdc5 FS-4245 --resolve Anthony Minessale 2012-05-23 13:13:32 -05:00
  • 0a70ea3e09 scgi updates Anthony Minessale 2012-05-23 13:12:32 -05:00
  • 4b2e7fc1f2 perl update Anthony Minessale 2012-05-23 11:31:17 -05:00
  • bb3f72cb66 add perl wrapper to scgi Anthony Minessale 2012-05-23 09:37:54 -05:00