Ticket #5565 (closed Bugs: fixed)

Opened 1 year ago

Last modified 1 year ago

ARI Call Origination broken

Reported by: asternic Assigned to:
Priority: minor Milestone: Undetermined
Component: ARI Version: 2.10-branch
Keywords: ari voicemail Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

The button in the ARI voicemail interface that lets you call your extension to playback the voicemail does not work as intended. The originate command passes 10 parameters, and in php-asmanager.php it expects 11.

This patch adds an additional (eleven) parameter to the astman Originate command so php-asmanager so the originate command is sent correctly.

Attachments

callme.diff (0.6 kB) - added by asternic on 02/08/12 17:25:49.

Change History

02/08/12 17:25:49 changed by asternic

  • attachment callme.diff added.

02/09/12 13:15:17 changed by GameGamer43

  • status changed from new to closed.
  • resolution set to fixed.

(In [13406]) closes #5565 - adds missing param to originate, thanks asternic

02/29/12 12:25:30 changed by p_lindheimer

(In [13650]) Merged revisions 12625-12626,12628,12641-12643,12645-12652,12654-12655,12657,12663-12664,12666,12668,12681,12686-12689,12696,12713-12714,12716-12720,12726-12728,12730-12732,12757,12764-12765,12774,12776-12777,12802-12805,12808-12812,12816-12818,12820,12823-12825,12827,12836-12838,12841-12842,12845,12861,12873,12879,12882,12902,12916,12918,12931-12932,12941,12949-12953,12957,12962-12964,12968,12970,12973,12976,12978,12983,12986-12990,12992-12996,13047-13048,13050,13053-13054,13065,13071-13073,13075-13076,13078-13079,13081,13083-13084,13086-13087,13097-13100,13110,13119,13124-13125,13127-13133,13142,13150,13153-13154,13158-13159,13167,13190,13193-13194,13197,13200,13205,13208-13210,13232,13245-13247,13259-13260,13263,13391-13393,13396,13399-13400,13405-13406,13433,13438,13443,13453,13459,13477,13481,13483,13491,13540,13560-13561,13564,13570,13579-13580,13584,13587,13591,13594,13598,13604,13623-13624,13634-13635 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.10

................

r12625 | p_lindheimer | 2011-09-21 10:17:09 -0700 (Wed, 21 Sep 2011) | 9 lines

Merged revisions 12624 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/trunk

........

r12624 | mbrevda | 2011-09-21 10:09:35 -0700 (Wed, 21 Sep 2011) | 1 line

re #5342 - fix js packer, remove compression variable - were defaulting to compression for now and can esially do another version that is uncompressed if people have issues

........

................

r12626 | p_lindheimer | 2011-09-21 10:18:26 -0700 (Wed, 21 Sep 2011) | 1 line

make build directory structures more generic

................

r12628 | p_lindheimer | 2011-09-21 10:20:31 -0700 (Wed, 21 Sep 2011) | 1 line

Creating release 2.10.0beta1

................

r12641 | mbrevda | 2011-09-21 14:12:19 -0700 (Wed, 21 Sep 2011) | 1 line

closes #5370 - closing dialog post module actions should return to the previous page

................

r12642 | mbrevda | 2011-09-21 14:14:05 -0700 (Wed, 21 Sep 2011) | 1 line

closes #5370 - closing dialog post module actions should return to the previous page

................

r12643 | p_lindheimer | 2011-09-21 15:03:13 -0700 (Wed, 21 Sep 2011) | 1 line

at least some systems fail fataly when writing to a file greater than 2G so put some safety measures into the dbug() and freepbx_log() calls to avoid this

................

r12645 | mbrevda | 2011-09-21 21:36:50 -0700 (Wed, 21 Sep 2011) | 1 line

fix regex

................

r12646 | mbrevda | 2011-09-22 09:13:07 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - fix for wide screens

................

r12647 | mbrevda | 2011-09-22 09:17:05 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - fix for wide screens; rtl

................

r12648 | mbrevda | 2011-09-22 09:39:35 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - no need for the same link twice

................

r12649 | mbrevda | 2011-09-22 11:17:41 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - add sponsor in footer

................

r12650 | mbrevda | 2011-09-22 11:24:44 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - add sponsor in footer

................

r12651 | mbrevda | 2011-09-22 11:28:20 -0700 (Thu, 22 Sep 2011) | 1 line

re #5342 - minor cleanup

................

r12652 | mickecarlsson | 2011-09-22 11:28:49 -0700 (Thu, 22 Sep 2011) | 1 line

fix dbug error, logic was wrong

................

r12654 | p_lindheimer | 2011-09-22 11:44:48 -0700 (Thu, 22 Sep 2011) | 1 line

syntax error crashing php

................

r12655 | p_lindheimer | 2011-09-22 13:22:31 -0700 (Thu, 22 Sep 2011) | 1 line

wrong class name freepbx_conf

................

r12657 | p_lindheimer | 2011-09-22 13:35:46 -0700 (Thu, 22 Sep 2011) | 1 line

tweaks to footer

................

r12663 | p_lindheimer | 2011-09-22 16:14:44 -0700 (Thu, 22 Sep 2011) | 1 line

remove md5sum to re-generate beta1

................

r12664 | p_lindheimer | 2011-09-22 16:15:25 -0700 (Thu, 22 Sep 2011) | 1 line

Creating release 2.10.0beta1

................

r12666 | p_lindheimer | 2011-09-22 16:17:32 -0700 (Thu, 22 Sep 2011) | 1 line

oops remove md5sum again

................

r12668 | p_lindheimer | 2011-09-22 16:18:42 -0700 (Thu, 22 Sep 2011) | 1 line

Creating release 2.10.0beta1

................

r12681 | p_lindheimer | 2011-09-22 16:23:19 -0700 (Thu, 22 Sep 2011) | 1 line

change packed library name checkin in build script

................

r12686 | GameGamer?43 | 2011-09-23 15:24:38 -0700 (Fri, 23 Sep 2011) | 1 line

fixes issue with sponsor_logo height being too big, and should center the footer content

................

r12687 | GameGamer?43 | 2011-09-23 16:33:55 -0700 (Fri, 23 Sep 2011) | 1 line

closes #5375 - set the correct default values on new install

................

r12688 | mbrevda | 2011-09-24 16:39:11 -0700 (Sat, 24 Sep 2011) | 1 line

re #5377 - partial fix for issue mentioned (or maybe just alluded to)

................

r12689 | mbrevda | 2011-09-24 16:41:23 -0700 (Sat, 24 Sep 2011) | 1 line

revert accidental checkin re #5377/r12688

................

r12696 | mbrevda | 2011-09-25 04:14:22 -0700 (Sun, 25 Sep 2011) | 1 line

while trying to fix the languagestatus module I ended up refactoring some of the i18n scripts, which in turn rebuilt/updated all the translation files. If I broke anything or otherwise did soemthing stupid, feel free to revert the entire checkin and ill try again

................

r12713 | mbrevda | 2011-09-26 09:25:17 -0700 (Mon, 26 Sep 2011) | 1 line

re #5341 - more gui tweaks and growing pains

................

r12714 | mbrevda | 2011-09-26 09:45:17 -0700 (Mon, 26 Sep 2011) | 1 line

re #5342 - more changes

................

r12716 | mbrevda | 2011-09-27 09:33:39 -0700 (Tue, 27 Sep 2011) | 1 line

re #5342 - more gui tweaks

................

r12717 | mickecarlsson | 2011-09-28 13:29:48 -0700 (Wed, 28 Sep 2011) | 1 line

Closes #5375, add support in ARI for Urgent Voicemail folder

................

r12718 | p_lindheimer | 2011-09-30 18:38:12 -0700 (Fri, 30 Sep 2011) | 1 line

returns ability to change menu items from freepbx_menu.conf as well as honor sort orders

................

r12719 | mickecarlsson | 2011-10-01 13:12:55 -0700 (Sat, 01 Oct 2011) | 1 line

fix for r12718

................

r12720 | mickecarlsson | 2011-10-02 02:21:00 -0700 (Sun, 02 Oct 2011) | 1 line

Re #5390, small fix for footer to localize

................

r12726 | mbrevda | 2011-10-03 06:40:00 -0700 (Mon, 03 Oct 2011) | 1 line

undefined variables

................

r12727 | p_lindheimer | 2011-10-03 10:39:18 -0700 (Mon, 03 Oct 2011) | 1 line

fixes recent changes when no freepbx_menu.conf file present

................

r12728 | p_lindheimer | 2011-10-03 16:07:37 -0700 (Mon, 03 Oct 2011) | 1 line

allows menu tabs with only a single module to be a direct link, removes User Panel link which will be replaced by a module

................

r12730 | p_lindheimer | 2011-10-03 16:18:33 -0700 (Mon, 03 Oct 2011) | 1 line

undefined indices and typo

................

r12731 | mbrevda | 2011-10-04 02:27:03 -0700 (Tue, 04 Oct 2011) | 1 line

re #5342 - flyout menues on hover

................

r12732 | mbrevda | 2011-10-04 03:07:28 -0700 (Tue, 04 Oct 2011) | 1 line

re #5342 - firefox doesnt support window.location.origin

................

r12757 | p_lindheimer | 2011-10-04 18:41:44 -0700 (Tue, 04 Oct 2011) | 1 line

adds notice for browser stats collection, adds setting for freepbx_menu.conf, move several new settings to propeper location

................

r12764 | p_lindheimer | 2011-10-05 11:28:16 -0700 (Wed, 05 Oct 2011) | 1 line

rename 2.10alpha1 properly

................

r12765 | p_lindheimer | 2011-10-05 11:28:43 -0700 (Wed, 05 Oct 2011) | 1 line

oops and remove the 2.10alpha1

................

r12774 | p_lindheimer | 2011-10-06 08:59:14 -0700 (Thu, 06 Oct 2011) | 1 line

keep favorites on left

................

r12776 | p_lindheimer | 2011-10-06 09:35:24 -0700 (Thu, 06 Oct 2011) | 1 line

fix module_name not being resolved

................

r12777 | p_lindheimer | 2011-10-06 13:12:59 -0700 (Thu, 06 Oct 2011) | 1 line

adds USE_GOOGLE_CDN_JS Advanced Setting to choose between local system only and CDN option

................

r12802 | p_lindheimer | 2011-10-14 13:59:32 -0700 (Fri, 14 Oct 2011) | 1 line

remove FOP from framework and convert to real module

................

r12803 | p_lindheimer | 2011-10-14 14:07:30 -0700 (Fri, 14 Oct 2011) | 1 line

removing more FOP hardcoded stuff in install_amp

................

r12804 | p_lindheimer | 2011-10-14 14:14:01 -0700 (Fri, 14 Oct 2011) | 1 line

oops removed one too many lines dumping FOP stuff

................

r12805 | p_lindheimer | 2011-10-16 16:00:24 -0700 (Sun, 16 Oct 2011) | 1 line

remove some debuging statements left over

................

r12808 | p_lindheimer | 2011-10-17 10:15:04 -0700 (Mon, 17 Oct 2011) | 1 line

reset hidden setting in defines that were moved from incorrect upgrade script

................

r12809 | p_lindheimer | 2011-10-17 10:33:18 -0700 (Mon, 17 Oct 2011) | 1 line

remove some additional FOP code since making a module

................

r12810 | p_lindheimer | 2011-10-17 10:34:51 -0700 (Mon, 17 Oct 2011) | 1 line

more FOP code in framework that probably shouldn't be here

................

r12811 | p_lindheimer | 2011-10-17 10:36:20 -0700 (Mon, 17 Oct 2011) | 1 line

freepbx_settings should NOT be initialized in the DB, every install/upgrade of FreePBX sets them or module specific locations set them

................

r12812 | p_lindheimer | 2011-10-17 10:38:03 -0700 (Mon, 17 Oct 2011) | 1 line

more FOP stuff that should not be in framework

................

r12816 | p_lindheimer | 2011-10-17 16:20:54 -0700 (Mon, 17 Oct 2011) | 1 line

add hook to freepbx_engine (amportal) so modules can hook into start/stop asterisk and add commands

................

r12817 | p_lindheimer | 2011-10-17 17:22:49 -0700 (Mon, 17 Oct 2011) | 1 line

don't special case fw_fop anymore

................

r12818 | p_lindheimer | 2011-10-17 17:27:51 -0700 (Mon, 17 Oct 2011) | 1 line

add hook to provide additional help about new commands that may be added

................

r12820 | p_lindheimer | 2011-10-17 17:37:36 -0700 (Mon, 17 Oct 2011) | 1 line

remove the stop/stop/restart of fop deprecation messages, module adds those back in and these interfere

................

r12823 | p_lindheimer | 2011-10-18 09:31:31 -0700 (Tue, 18 Oct 2011) | 1 line

don't serve pbxlib.js as 'php' executed code to compress as this makes it dynamic and never gets the affect of caching, compression can be turned on in apache and will address other files as well.

................

r12824 | p_lindheimer | 2011-10-18 09:58:03 -0700 (Tue, 18 Oct 2011) | 1 line

make mstyle_css_generated a normal CSS file as compression in php with .php extensions keeps it from being cached, this can be done by apache

................

r12825 | GameGamer?43 | 2011-10-18 14:28:22 -0700 (Tue, 18 Oct 2011) | 1 line

suppress error msgs if there are no engine hooks

................

r12827 | p_lindheimer | 2011-10-18 15:36:53 -0700 (Tue, 18 Oct 2011) | 1 line

turn off ob_gzhandler as this is better done in apache and will otherwise conflict with apache, beta2 migration will set existing systems to blank, left in as hidden readonly though as there are still uses for this including debugging situations with custom callbacks or where it is prefered to gzip in freepbx and not apache

................

r12836 | p_lindheimer | 2011-10-19 09:47:47 -0700 (Wed, 19 Oct 2011) | 1 line

create beta2 migration and directory

................

r12837 | p_lindheimer | 2011-10-19 10:02:04 -0700 (Wed, 19 Oct 2011) | 1 line

freepbx_conf not always set so can't accesss as global

................

r12838 | p_lindheimer | 2011-10-19 10:36:45 -0700 (Wed, 19 Oct 2011) | 1 line

migration should remove links as well if installed with --dev-links

................

r12841 | p_lindheimer | 2011-10-19 13:09:33 -0700 (Wed, 19 Oct 2011) | 1 line

make sure FOPPASSWORD is not hidden or it won't be put in the auto-generated amportal.conf file that FOP still uses

................

r12842 | p_lindheimer | 2011-10-19 13:12:46 -0700 (Wed, 19 Oct 2011) | 1 line

make sure pack_javascripts.php does not include pbxlib.js

................

r12845 | p_lindheimer | 2011-10-19 15:53:17 -0700 (Wed, 19 Oct 2011) | 1 line

remove buffering_callback setting, making it blank results in errors and since we will be doing this in apache it is no longer needed

................

r12861 | p_lindheimer | 2011-10-20 10:28:32 -0700 (Thu, 20 Oct 2011) | 1 line

syntax error results in crashing on 2.9 to 2.10 upgrades

................

r12873 | p_lindheimer | 2011-10-20 12:19:58 -0700 (Thu, 20 Oct 2011) | 1 line

can't remove a directory in this migration loop, being handled in beta2 migration

................

r12879 | GameGamer?43 | 2011-10-21 09:09:44 -0700 (Fri, 21 Oct 2011) | 1 line

allow phpcomponent to contain or statements ()

................

r12882 | p_lindheimer | 2011-10-21 09:27:45 -0700 (Fri, 21 Oct 2011) | 1 line

Creating release 2.10.0beta2

................

r12902 | p_lindheimer | 2011-11-01 12:12:12 -0700 (Tue, 01 Nov 2011) | 1 line

broken probably in error when cleaing up spaces/tabs in r12651

................

r12916 | p_lindheimer | 2011-11-04 09:34:54 -0700 (Fri, 04 Nov 2011) | 1 line

remove md5 sum in preparation for re-doing beta2 tag

................

r12918 | p_lindheimer | 2011-11-04 09:36:15 -0700 (Fri, 04 Nov 2011) | 1 line

Creating release 2.10.0beta2

................

r12931 | p_lindheimer | 2011-11-04 09:39:09 -0700 (Fri, 04 Nov 2011) | 1 line

no more htdocs_panel in md5

................

r12932 | p_lindheimer | 2011-11-06 11:27:52 -0800 (Sun, 06 Nov 2011) | 1 line

fixes #5122 don't mkdir if it's already there so an eroneous error does not get reported

................

r12941 | mbrevda | 2011-11-09 10:27:04 -0800 (Wed, 09 Nov 2011) | 1 line

re #5443 - paging improvements, revert some accidental checkins

................

r12949 | p_lindheimer | 2011-11-12 09:50:10 -0800 (Sat, 12 Nov 2011) | 1 line

undefined variables

................

r12950 | p_lindheimer | 2011-11-12 09:50:50 -0800 (Sat, 12 Nov 2011) | 1 line

allow more than 10 subdirectories, new structure can have 31 for a given month

................

r12951 | p_lindheimer | 2011-11-12 09:51:48 -0800 (Sat, 12 Nov 2011) | 1 line

undefined variables

................

r12952 | p_lindheimer | 2011-11-12 09:52:42 -0800 (Sat, 12 Nov 2011) | 1 line

undefined variables and remove legacy call recording controls, does NOT add new controls, currently only available in freepbx extension page

................

r12953 | p_lindheimer | 2011-11-12 09:57:56 -0800 (Sat, 12 Nov 2011) | 1 line

cache recording files directory search for legacy files, check only if CDR field check is unsuccessfull, remove context column, undefined vars

................

r12957 | GameGamer?43 | 2011-11-14 09:04:46 -0800 (Mon, 14 Nov 2011) | 1 line

should be require_once for cronmanager

................

r12962 | mbrevda | 2011-11-15 05:09:07 -0800 (Tue, 15 Nov 2011) | 1 line

re #5451 - abstract app_meetme to transparently support app_meetme OR app_confbridge

................

r12963 | GameGamer?43 | 2011-11-15 08:30:11 -0800 (Tue, 15 Nov 2011) | 1 line

re #5450 - fixing typo, thanks andyoutside

................

r12964 | mbrevda | 2011-11-16 02:34:57 -0800 (Wed, 16 Nov 2011) | 1 line

downstream changes to allow click events in menu items (i.e. codes in sip/iax settings)

................

r12968 | mbrevda | 2011-11-21 10:38:57 -0800 (Mon, 21 Nov 2011) | 1 line

upstream changes. Thanks Schmoozecom.com!

................

r12970 | GameGamer?43 | 2011-11-23 13:12:57 -0800 (Wed, 23 Nov 2011) | 1 line

attempt to get and set the timezone

................

r12973 | GameGamer?43 | 2011-11-23 14:46:27 -0800 (Wed, 23 Nov 2011) | 1 line

fixing beta2.4 that was just rolled, so we can roll a beta2.5

................

r12976 | mbrevda | 2011-11-28 11:15:38 -0800 (Mon, 28 Nov 2011) | 1 line

Upstream Changes: add support for global ajax spinner, allow multipal identical keys to be sent to manager

................

r12978 | mbrevda | 2011-11-28 11:36:57 -0800 (Mon, 28 Nov 2011) | 1 line

re #5342. Thanks Schmooze Com!

................

r12983 | p_lindheimer | 2011-11-30 16:54:50 -0800 (Wed, 30 Nov 2011) | 1 line

auto-detect or correct ASTCONFAPP and notify if changes are made

................

r12986 | p_lindheimer | 2011-12-04 13:19:52 -0800 (Sun, 04 Dec 2011) | 1 line

make default and app_meetme the same to handle possible migration issues of ASTCONFAPP not being set yet

................

r12987 | p_lindheimer | 2011-12-04 13:27:54 -0800 (Sun, 04 Dec 2011) | 1 line

don't need to pass MODULE_REPO to functions as it is the default

................

r12988 | p_lindheimer | 2011-12-04 14:19:13 -0800 (Sun, 04 Dec 2011) | 1 line

buffering_callback has been removed from FreePBX, these should not be re-introduced

................

r12989 | p_lindheimer | 2011-12-04 17:16:14 -0800 (Sun, 04 Dec 2011) | 1 line

module_getonlinexml() defaults to MODULE_REPO so no need to pass it in here

................

r12990 | p_lindheimer | 2011-12-04 17:19:09 -0800 (Sun, 04 Dec 2011) | 1 line

closes #5461 allow failover repo to be configured in freepbx, will update settings when infrastructure is in place for additional repos

................

r12992 | mbrevda | 2011-12-05 01:06:01 -0800 (Mon, 05 Dec 2011) | 1 line

upstream changes

................

r12993 | mbrevda | 2011-12-05 11:32:06 -0800 (Mon, 05 Dec 2011) | 1 line

upstream changes

................

r12994 | p_lindheimer | 2011-12-05 16:37:04 -0800 (Mon, 05 Dec 2011) | 1 line

use ASTLOGDIR to set path

................

r12995 | p_lindheimer | 2011-12-06 20:34:29 -0800 (Tue, 06 Dec 2011) | 1 line

closes #5463 adds modgettext class and replaces all the repeated loops throughout the code with the use of this static class

................

r12996 | p_lindheimer | 2011-12-07 08:30:48 -0800 (Wed, 07 Dec 2011) | 1 line

fixes #5442 allows install_amp to accept Asterisk 10

................

r13047 | p_lindheimer | 2011-12-07 15:40:59 -0800 (Wed, 07 Dec 2011) | 1 line

should be pbxlib.js from previous changes

................

r13048 | p_lindheimer | 2011-12-07 16:11:25 -0800 (Wed, 07 Dec 2011) | 1 line

don't use FILE to get dirname as it can do weird things whith symlinks resulting in trying to include the same file twice even with include_once/require_once directives

................

r13050 | p_lindheimer | 2011-12-08 09:49:41 -0800 (Thu, 08 Dec 2011) | 1 line

fixes #5465 reverts r13048

................

r13053 | p_lindheimer | 2011-12-08 15:42:51 -0800 (Thu, 08 Dec 2011) | 1 line

check if the setting exists first, this will have to be added to beta3/rc1 whichever comes next for existinginstalls to run, should not add such things to migrations scripts for releases that are already out

................

r13054 | p_lindheimer | 2011-12-09 08:18:20 -0800 (Fri, 09 Dec 2011) | 1 line

add some logging, add set-freepbx-settings option (experimental untested), make parser force booleans

................

r13065 | p_lindheimer | 2011-12-12 09:09:27 -0800 (Mon, 12 Dec 2011) | 1 line

undefine index check

................

r13071 | p_lindheimer | 2011-12-13 09:03:10 -0800 (Tue, 13 Dec 2011) | 1 line

make copy of amp_conf before initializing freepbx_conf class or configured settings will get blown away

................

r13072 | p_lindheimer | 2011-12-13 09:13:41 -0800 (Tue, 13 Dec 2011) | 1 line

add more verbose logging so we get more details of what it did in install log files

................

r13073 | GameGamer?43 | 2011-12-14 12:59:03 -0800 (Wed, 14 Dec 2011) | 1 line

use the global amp_conf var otherwise we end up calling /freepbx_engine

................

r13075 | p_lindheimer | 2011-12-15 16:41:42 -0800 (Thu, 15 Dec 2011) | 1 line

fixes #5475 force fpbx_framework_autoloader(true) if a module says it needs Zend

................

r13076 | p_lindheimer | 2011-12-15 16:43:10 -0800 (Thu, 15 Dec 2011) | 1 line

re #5475 initialize force_autoload

................

r13078 | p_lindheimer | 2011-12-16 12:41:06 -0800 (Fri, 16 Dec 2011) | 1 line

bootstrap already includes these modules don't include them again

................

r13079 | p_lindheimer | 2011-12-16 12:45:20 -0800 (Fri, 16 Dec 2011) | 1 line

remove some debug statements

................

r13081 | p_lindheimer | 2011-12-16 19:20:02 -0800 (Fri, 16 Dec 2011) | 1 line

this is for freepbx_engine and amportal which must be root to run

................

r13083 | p_lindheimer | 2011-12-16 19:30:34 -0800 (Fri, 16 Dec 2011) | 1 line

always use freepbx.conf to bootstrap and make more file name paths relative to amp_conf vars and not FILE

................

r13084 | p_lindheimer | 2011-12-16 20:39:02 -0800 (Fri, 16 Dec 2011) | 1 line

fixed #5476 adds set_global method and uses throughout

................

r13086 | p_lindheimer | 2011-12-17 08:50:27 -0800 (Sat, 17 Dec 2011) | 1 line

add multiple repos, migration still needed, also clarify upgrade msg that gets people confused in framework module

................

r13087 | p_lindheimer | 2011-12-17 08:54:37 -0800 (Sat, 17 Dec 2011) | 1 line

looks like 1.6.0 is still core set global, now we just need confirmation about 1.6.1...

................

r13097 | p_lindheimer | 2011-12-20 15:09:30 -0800 (Tue, 20 Dec 2011) | 1 line

allow '.php' files through handler

................

r13098 | p_lindheimer | 2011-12-20 15:13:49 -0800 (Tue, 20 Dec 2011) | 1 line

don't force ampuser class to be loaded as it never is with the autoloader and this can result in errors when running in dev mode with symlinks

................

r13099 | p_lindheimer | 2011-12-20 15:16:48 -0800 (Tue, 20 Dec 2011) | 1 line

adds .htaccess for admin and recordings directory which can be optionally used or incorporated into apache configs that can provide protection against possbily undiscovered threats by restricting access to all files that should not be accessible.

................

r13100 | p_lindheimer | 2011-12-20 15:22:41 -0800 (Tue, 20 Dec 2011) | 1 line

not needed anymore for FOP

................

r13110 | mbrevda | 2011-12-21 06:18:11 -0800 (Wed, 21 Dec 2011) | 1 line

dont load modules unless were properly authenticated

................

r13119 | mbrevda | 2011-12-26 04:12:29 -0800 (Mon, 26 Dec 2011) | 1 line

upstream updates

................

r13124 | mbrevda | 2011-12-27 12:08:42 -0800 (Tue, 27 Dec 2011) | 1 line

browsers are good at handeling downloads - let them do so

................

r13125 | mbrevda | 2011-12-28 04:53:37 -0800 (Wed, 28 Dec 2011) | 1 line

fix dbug log file location

................

r13127 | p_lindheimer | 2011-12-28 09:42:10 -0800 (Wed, 28 Dec 2011) | 1 line

tweak to allow /admin and /recordings without trailing / and remove Order since at least one corner case did not like it even though the syntax appears correct

................

r13128 | p_lindheimer | 2011-12-28 12:36:00 -0800 (Wed, 28 Dec 2011) | 1 line

adds mod_exists method

................

r13129 | p_lindheimer | 2011-12-28 12:40:40 -0800 (Wed, 28 Dec 2011) | 1 line

change name to mod_loaded

................

r13130 | p_lindheimer | 2011-12-28 12:47:05 -0800 (Wed, 28 Dec 2011) | 1 line

don't set zap to dadhi compat mode UNLESS it is set in Advanced Settings, probably need to look at removing this all together soon

................

r13131 | p_lindheimer | 2011-12-28 13:24:45 -0800 (Wed, 28 Dec 2011) | 1 line

only include if the class isn't there since include_once can include it a second time in certain symlink situations

................

r13132 | p_lindheimer | 2011-12-28 13:38:26 -0800 (Wed, 28 Dec 2011) | 1 line

create beta3 dir to bump version

................

r13133 | p_lindheimer | 2011-12-28 13:41:43 -0800 (Wed, 28 Dec 2011) | 1 line

don't need notification class

................

r13142 | p_lindheimer | 2011-12-29 15:55:16 -0800 (Thu, 29 Dec 2011) | 1 line

remove some dbug statements

................

r13150 | p_lindheimer | 2011-12-30 15:11:04 -0800 (Fri, 30 Dec 2011) | 1 line

adds migration for recordingfile field in cdr table

................

r13153 | p_lindheimer | 2011-12-30 15:19:23 -0800 (Fri, 30 Dec 2011) | 1 line

adds did and recordingfile to default template

................

r13154 | p_lindheimer | 2011-12-30 15:24:23 -0800 (Fri, 30 Dec 2011) | 1 line

adds migration for did field in cdr table and removed some stupid stuff

................

r13158 | GameGamer?43 | 2012-01-02 12:17:40 -0800 (Mon, 02 Jan 2012) | 1 line

fix for navbar issue, were you would only get half of the navigation menu on a page load

................

r13159 | mbrevda | 2012-01-04 07:18:17 -0800 (Wed, 04 Jan 2012) | 1 line

upstream changes (ready framework to move css compression)

................

r13167 | p_lindheimer | 2012-01-06 11:07:59 -0800 (Fri, 06 Jan 2012) | 1 line

make sure we successfully connected to the CDR DB before trying to add the fields

................

r13190 | p_lindheimer | 2012-01-12 14:13:45 -0800 (Thu, 12 Jan 2012) | 1 line

closes #5513 always act in ZAP2DAHDICOMPAT mode with versions of Asteris that couldn't have zap, we need to remove zap from freepbx in the next major release

................

r13193 | GameGamer?43 | 2012-01-13 12:02:15 -0800 (Fri, 13 Jan 2012) | 1 line

fix check for Zend Optimizer or Zend Guard Loader

................

r13194 | p_lindheimer | 2012-01-13 12:10:32 -0800 (Fri, 13 Jan 2012) | 1 line

syntax error

................

r13197 | p_lindheimer | 2012-01-13 12:19:00 -0800 (Fri, 13 Jan 2012) | 1 line

make sure the setting exists though it really should be there

................

r13200 | p_lindheimer | 2012-01-13 12:25:42 -0800 (Fri, 13 Jan 2012) | 1 line

ok found the real error I hope

................

r13205 | GameGamer?43 | 2012-01-16 16:43:28 -0800 (Mon, 16 Jan 2012) | 1 line

fix for spelling errors

................

r13208 | p_lindheimer | 2012-01-17 12:22:36 -0800 (Tue, 17 Jan 2012) | 1 line

adds rc1 migraton library

................

r13209 | p_lindheimer | 2012-01-17 12:23:50 -0800 (Tue, 17 Jan 2012) | 1 line

cdr dir no longer exists

................

r13210 | p_lindheimer | 2012-01-17 12:26:51 -0800 (Tue, 17 Jan 2012) | 9 lines

Merged revisions 13207 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.9

........

r13207 | p_lindheimer | 2012-01-17 12:21:43 -0800 (Tue, 17 Jan 2012) | 1 line

fix typo disabling the ability to check for the commercial repo

........

................

r13232 | p_lindheimer | 2012-01-17 20:48:27 -0800 (Tue, 17 Jan 2012) | 1 line

Creating release 2.10.0rc1

................

r13245 | GameGamer?43 | 2012-01-20 11:38:13 -0800 (Fri, 20 Jan 2012) | 1 line

set our default language if the cookie has the a blank value

................

r13246 | GameGamer?43 | 2012-01-20 13:23:08 -0800 (Fri, 20 Jan 2012) | 1 line

default our language if we dont have one

................

r13247 | mbrevda | 2012-01-22 04:44:23 -0800 (Sun, 22 Jan 2012) | 1 line

fix some hebrew translation, make paging a destination, remove test code from login.php, offer less privlaged browsers a better experience, update module publishers

................

r13259 | GameGamer?43 | 2012-01-26 08:57:06 -0800 (Thu, 26 Jan 2012) | 1 line

$AMPWEBROOT/_asterisk is removed in 2.10, so dont try to change user and group

................

r13260 | GameGamer?43 | 2012-01-26 17:12:08 -0800 (Thu, 26 Jan 2012) | 1 line

closes #5545 - move css from page load to retrieve_conf

................

r13263 | mbrevda | 2012-01-29 02:56:21 -0800 (Sun, 29 Jan 2012) | 1 line

upstream changes

................

r13391 | mbrevda | 2012-02-02 08:03:59 -0800 (Thu, 02 Feb 2012) | 1 line

re #4909 - reuse cdrdb object. Thanks jdccdevel. Please test this and report back!

................

r13392 | mbrevda | 2012-02-02 08:22:39 -0800 (Thu, 02 Feb 2012) | 1 line

re #4909 - reuse cdrdb object, take two. Thanks jdccdevel. Please test this and report back!

................

r13393 | mbrevda | 2012-02-02 08:59:38 -0800 (Thu, 02 Feb 2012) | 1 line

re #4909 - reuse cdrdb object, take three - nothing should have been changed in bootstrap.php, all changes should be in common.php. Thanks jdccdevel. Please test this and report back!

................

r13396 | p_lindheimer | 2012-02-03 11:46:54 -0800 (Fri, 03 Feb 2012) | 1 line

remove sort order for module admin to keep menus alphabetic

................

r13399 | p_lindheimer | 2012-02-06 13:17:59 -0800 (Mon, 06 Feb 2012) | 1 line

closes #5117 adds fpbx_ami_update that expects to either have an active ami socket open or if none will go through the command line, update manager.conf to the passed in creds and force the manager to reload

................

r13400 | p_lindheimer | 2012-02-07 10:43:15 -0800 (Tue, 07 Feb 2012) | 1 line

update tooltip now that manager.conf is edited re #5117

................

r13405 | p_lindheimer | 2012-02-09 08:03:28 -0800 (Thu, 09 Feb 2012) | 1 line

try to set php session directory for CentOS, not really a FreePBX bug but we try to deal with it if possible re #5540 and various other tickets

................

r13406 | GameGamer?43 | 2012-02-09 10:15:16 -0800 (Thu, 09 Feb 2012) | 1 line

closes #5565 - adds missing param to originate, thanks asternic

................

r13433 | p_lindheimer | 2012-02-13 12:04:05 -0800 (Mon, 13 Feb 2012) | 1 line

reverts r13391, r13392 and r13393 re #4909 which breaks ARI per multiple reports. Also tested the patch as provided after reverting these and it still failed. Once this is reviewed and we can determine a proper patch we can revisit this.

................

r13438 | p_lindheimer | 2012-02-13 18:02:35 -0800 (Mon, 13 Feb 2012) | 1 line

remove debug statements

................

r13443 | mbrevda | 2012-02-16 08:55:32 -0800 (Thu, 16 Feb 2012) | 1 line

provide richest posible experince by prompting user to activate chrome frame

................

r13453 | p_lindheimer | 2012-02-16 13:00:32 -0800 (Thu, 16 Feb 2012) | 1 line

fixes #5528 allow some additional file types needed by FOP

................

r13459 | p_lindheimer | 2012-02-16 19:33:53 -0800 (Thu, 16 Feb 2012) | 1 line

fixes #5391 don't remove publisher we use it

................

r13477 | p_lindheimer | 2012-02-19 08:12:44 -0800 (Sun, 19 Feb 2012) | 1 line

closes #5260 adds SendDTMF to extensions class

................

r13481 | mbrevda | 2012-02-20 04:01:29 -0800 (Mon, 20 Feb 2012) | 1 line

upstream changes, make colapsible gui eleent section actually work

................

r13483 | mbrevda | 2012-02-20 04:08:09 -0800 (Mon, 20 Feb 2012) | 1 line

once is enough

................

r13491 | p_lindheimer | 2012-02-20 16:27:28 -0800 (Mon, 20 Feb 2012) | 1 line

closes #5148 mods to handle 1.8 core stop gracefully synchronous command, tested and seems ok

................

r13540 | mbrevda | 2012-02-21 08:56:50 -0800 (Tue, 21 Feb 2012) | 1 line

ssh keys needs to be 0600 or less or ssh will reject them

................

r13560 | mbrevda | 2012-02-23 05:11:51 -0800 (Thu, 23 Feb 2012) | 1 line

closes #5615, better handeling of undefined options in the cron manager

................

r13561 | mbrevda | 2012-02-23 05:28:27 -0800 (Thu, 23 Feb 2012) | 1 line

clean up stale compressed css

................

r13564 | mbrevda | 2012-02-23 06:09:32 -0800 (Thu, 23 Feb 2012) | 1 line

chown /etc/dahdi & /etc/wanpipe. Hopefull this can be moved to a module some day when there is a proper module

................

r13570 | p_lindheimer | 2012-02-23 12:16:57 -0800 (Thu, 23 Feb 2012) | 1 line

closes #5619 adds option to passthru from db on freepbx_settings, mainly for backup/restore functions

................

r13579 | GameGamer?43 | 2012-02-23 18:11:03 -0800 (Thu, 23 Feb 2012) | 1 line

should be using chmod not chown here

................

r13580 | GameGamer?43 | 2012-02-23 18:21:17 -0800 (Thu, 23 Feb 2012) | 1 line

also only change permissions on id_rsa, if the file exists

................

r13584 | p_lindheimer | 2012-02-23 20:55:32 -0800 (Thu, 23 Feb 2012) | 1 line

make sure the /var/www/html directory is owned by asterisk since yum updates can break that

................

r13587 | p_lindheimer | 2012-02-24 06:56:43 -0800 (Fri, 24 Feb 2012) | 1 line

oops type got wrong variable some how shoudl be PRE_RELOAD

................

r13591 | p_lindheimer | 2012-02-24 07:03:39 -0800 (Fri, 24 Feb 2012) | 1 line

oops and another typo re #5619

................

r13594 | p_lindheimer | 2012-02-24 08:03:27 -0800 (Fri, 24 Feb 2012) | 1 line

chown any top level files in the html directory as well

................

r13598 | p_lindheimer | 2012-02-24 17:06:53 -0800 (Fri, 24 Feb 2012) | 1 line

comment out settings allowing them to be set in the GUI re #5627

................

r13604 | p_lindheimer | 2012-02-27 16:23:12 -0800 (Mon, 27 Feb 2012) | 1 line

fixes #5628 we think don't mutilate channel variables passed in

................

r13623 | p_lindheimer | 2012-02-28 14:12:16 -0800 (Tue, 28 Feb 2012) | 1 line

modify tooltip as to experimental nature of app_confbridge

................

r13624 | p_lindheimer | 2012-02-29 08:49:50 -0800 (Wed, 29 Feb 2012) | 1 line

bump 2.10 final

................

r13634 | p_lindheimer | 2012-02-29 08:57:42 -0800 (Wed, 29 Feb 2012) | 1 line

Auto checkin packed libfreepbx.javascripts.js as part of build process

................

r13635 | p_lindheimer | 2012-02-29 08:57:46 -0800 (Wed, 29 Feb 2012) | 1 line

Creating release 2.10.0

................

03/07/12 23:14:46 changed by p_lindheimer

(In [13781]) fixes #5492 callback issue re #5565 reverts r13406

03/07/12 23:22:38 changed by p_lindheimer

(In [13789]) Merged revisions 13780-13781 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.10

........

r13780 | p_lindheimer | 2012-03-07 20:05:52 -0800 (Wed, 07 Mar 2012) | 1 line

add Reload action and call instead of CLI module reload to trigger reload, re #5646 fixes the issue but other versions of FreePBX still broke as it's a real Asterisk bug

........

r13781 | p_lindheimer | 2012-03-07 20:14:46 -0800 (Wed, 07 Mar 2012) | 1 line

fixes #5492 callback issue re #5565 reverts r13406

........