Displaying 20 results from an estimated 200 matches similar to: "New Foxy Fixtures (Rails 2) & STI (Single Table Inheritance)"
2007 Dec 10
0
Foxy Fixtures updates for 1.2.x
Foxen,
I''ve updated the plugin for 1.2.x to match the final Rails 2.0
features, including support for STI, polymorphic belongs_to, and "rake
db:fixtures:identify". Enjoy.
SVN: http://svn.geeksomnia.com/plugins/trunk/foxy_fixtures
Comments: http://geeksomnia.com/2007/12/10/more-foxy-fixtures
~ j.
--~--~---------~--~----~------------~-------~--~----~
You received this
2009 Sep 15
0
[LLVMdev] LLVM Beginner Question
Graham Hemingway <graham.hemingway at gmail.com> writes:
> I am just getting started with LLVM and am having some build issues.
> I am running Snow Leopard and like to use XCode as my IDE. I know
> that I need to compile with llvm-config to get all of the proper build
> settings. My question is how do I incorporate llvm-config into my
> XCode project settings? I would
2007 Jul 12
0
No subject
Would it be sufficiant if I were to copy the makefile and res_config_ldap.c
to the res/ directory of my running Asterisk and do make; make install? or
do I have to do LIBS=-lldap export LIBS ./configure before that? My asterisk
version is 1.2.6.
Thanks in advance,
Abhishek
*
*
* *
On 8/27/07, Gavin Henry <gavin.henry at gmail.com> wrote:
>
> I see it is res_config_ldap. You'd be
2006 Dec 06
1
0002475: [patch] Allow app_directory to work with REALTIME
Hi All,
I'm running 1.2.9.1 stable. I'm wondering has this patch been applied to
stable release or is it still only in CVS. Will this file patch apply
correctly to 1.2.9.1 stable? Which file do I patch? I'm guessing
app_directory_realtime_1.6.1.patch
<http://bugs.digium.com/file_download.php?file_id=4915&type=bug> and
config.h.patch
2009 Sep 15
2
[LLVMdev] LLVM Beginner Question
On Sep 15, 2009, at 10:55 AM, Óscar Fuentes wrote:
> Graham Hemingway <graham.hemingway at gmail.com> writes:
>
>> I am just getting started with LLVM and am having some build issues.
>> I am running Snow Leopard and like to use XCode as my IDE. I know
>> that I need to compile with llvm-config to get all of the proper
>> build
>> settings. My
2010 Mar 12
0
Asterisk 1.2 crash: gdb trace on core dump
Hi,
I'm one of those people who still need to maintain * 1.2 systems and cannot easily upgrade. :-(
My 1.2 systems were very stable until I upgraded from 1.2.37 to 1.2.40. I have made some changes within my dialplan but nothing unusual.
Today I've had a crash:
https://issues.asterisk.org/file_download.php?file_id=25571&type=bug
Yesterday I had another:
2010 Apr 23
1
help with plotting lines linking two sets of points?
Hello everyone,
I'm trying to plot the initial and final size of some tadpoles and look at
their growth rates (slope of line). They are divided into 6 densities, and
so far I have plotted the initial and final sizes (these are means for a
pool), and color coded for the 6 densities, but I want a line to connect the
initial and final value for each pool (also color coded by density). Any
ideas?
2010 Apr 30
3
3D Surface plot
Dear All,
I want to create a surface plot from the data. My data set is consists of x,
y and z data.
I plotted in very easy way by Excel worksheet as shown in the attached
picture.
I did some steps in R, but I cannot have the same plot as in Excel
worksheet's figure.
the R code is
x <- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
y<- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
z<-
2010 Jun 28
3
Pickup a ringing Queue member
Hello.
I'm using asterisk 1.4.30.
I've found this patch for app_queue.c :
https://issues.asterisk.org/view.php?id=11700
Can I easily implement this by issuing : */wget
'https://issues.asterisk.org/file_download.php?file_id=17192&type=bug'
-O - | patch -p0/* ??
Does this mean I have a "patched" asterisk ? (I ask this because some
applications require a
2011 Apr 12
1
CEL Logging to MySQL - Please Test
I've recently finished an add-on module for CEL logging to MySQL, and it needs to be tested.
The feature is being tracked at https://issues.asterisk.org/view.php?id=19058
And the patch is available at https://issues.asterisk.org/file_download.php?file_id=29110&type=bug
Thank You,
-Jonathan Penny
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 13
2
Dual Heads?
I decided to blow out the FC2 installation I inherited on my workstation
when I started here and installed CentOS-4.4-i386. Server side stuff I
pretty
much have down cold, but getting two heads on two seperate video cards
doesn't seem to work for me. I'm using the built in Intel 865/810 card as
primary, and an ATI Radeon 9200 PCI card as secondary.
Initially, my system bios on this
2009 Feb 02
2
Using the parallel port from domU
Hello
I use xen and I am trying to use the parallel port of Centos 5.2
host from a Windows XP (HVM) guest. I have tried to transfer control of
the port by blacklisting lp, parport and parport_pc + adding:
ioports = [ "0378-037a" ]
to the xen configuration file.
However, in the presence of this line, xm create replies with:
Error: function takes exactly 4 arguments (3
2006 Dec 22
2
CentOS 4.4 Strange hang on a poweredge 2900.
I have a brand new poweredge 2900 with 10 SAS drives configured in two
arrays
via the built-in PERC 5 raid controller as:
raid 1: 2x73GB
raid 10: 8x300GB
It's got 4GB of ram, and it's intended to be an NFS filestore.
For some strange reason, logging in with ssh works great, it returns a
prompt, all seems well.
I go to run a simple command like 'top' or 'yum -y install
2007 Jan 18
6
Apache 2.2 under CentOS?
We've been going through some growing pains fumbling through porting
some custom
C modules that used to live under apache 1.3 into the 2.0 spec, even
though none of us
really considers ourselves a 'C developer'. We've basically got them
all working now
under the 2.0 API, and the question was posed about whether or not we
should consider
attempting to upgrade everything to run
2006 Jan 19
0
Connection pooling
I wrote a connection pooling patch because asterisk is not usable with
MSSQL without it.
If you're using, or would like to use, MSSQL I recommend you to check it
out.
http://bugs.digium.com/file_download.php?file_id=8809&type=bug
Just so you know, this is a diff against 1.2.1 and it's been only tested
with 1.2.1 (because that's what we are using in production).
To enable pooling,
2006 Oct 24
0
CDR_DISPOSITION_FAILED - Call has been answered correctly
Hi guys,
I've an asterisk 1.2.5 runing as production system. Now it becomes
very important to my customer an exact analysis of CDRs for their QoS
to their customers.
I've been analysing the CDRs, and i notice many entries like this:
Calldate |Channel |Source | Clid
| Dst | Disposition | Duration
2007 Mar 29
1
DTMF Corruption Problem in 1.4.2 for SIP RFC2833 plz halp
Hello mailing list,
I have been porting one of my Asterisk boxes to 1.4 and I have
encountered a nasty DTMF problem. What happens is someone might come
in to my IVR and enter "12345" and what will actually come through
could be along the lines of "12234445". Sometimes it works, sometimes
it doesn't.
I had this problem with 1.2 back in November but was able to solve it
2011 Mar 22
1
How to use Atxfer in AMI
Hi folks,
I repeat "as is" the title of a post someone did a few months ago,
since I am facing the same problem and did not see one single answer
to his post. Maybe I'll be a little bit more lucky.
When I'm trying to issue an Atxfer AMI command, in the asterisk 1.8
branch, what happens is that some DTMF's are sent, like this :
[Mar 22 15:46:27] DTMF[5910]: channel.c:3900
2007 Feb 08
1
mod_perl and httpd2
I've got httpd and mod_perl installed, but I seem to have an
application that requires part of mod_perl that doesn't seem
to be properly installed into perl, notably, the 'Apache' portion.
To 'fix' this, cpan would like to install either mod_perl-1.29,
or alternatively to install mod_perl-2.0.2. 1.29 doesn't seem
smart, and 2.0.2 absolutely will not install over the
2007 Jun 21
2
segfault during cbind
The following code results in a seg fault.
> sessionInfo()
R version 2.6.0 Under development (unstable) (2007-06-21 r42013)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics