search for: jauvin

Displaying 5 results from an estimated 5 matches for "jauvin".

Did you mean: gauvin
2007 May 25
7
Storing large BLOBs in the database with ActiveRecord
I have a model called Product with an attribute called file of type :binary (DB BLOB). If I do product.save (where product is an instance of my Product model), here is SQL statement that the mysql adapter for Ruby will do: INSERT INTO `PRODUCT` COLUMNS(NAME, PRICE, FILE) VALUES(''PROD1'', 4.56, X''00DEF033423023220'') All is hunky dory for as long as my BLOB is
2006 Nov 10
1
Choppy sound in voicemail using Asterisk 1.2.11 on CENTOS4 guest on vmware server
I have had no success in getting the voicemail working on Asterisk 1.2.11 on CENTOS4(2.6 kernel) guest on vmware server 1.0.1. I tried with or without ztdummy device, renice -20 on asterisk process and even real-time priority on the host Windows XP box for the vmware process. I am running on an AMD Athlon 64 X2 4600+. The behaviour is when the voicemail answer, the voice sound ok but when
2013 Feb 10
1
cPanel && Dovecot 2.x
I would like to know if dovecot 2.0.9+ can work with cPanel. I know there is a template for it in cPanel 11.34.1, but when I tried to switch to 2.0.9 (from 1.2.17), it didn't work. I didn't put too much time to test it since I only have one live system to test it with, and I have many customers hosted on this server and I cannot disrupt the service. Has anyone been able to make this work,
2006 Nov 21
0
Re: Choppy sound in voicemail usingAsterisk1.2.11 on CENTOS4 guest on vmware server
...gium.com] On Behalf Of Martin Joseph > Sent: Saturday, November 11, 2006 15:01 > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Choppy sound in voicemail using > Asterisk1.2.11 on CENTOS4 guest on vmware server > > On 2006-11-10 09:10:30 -0800, Mario Fran?ois Jauvin > <mario@mfjassociates.net> said: > > > > > > > This is a multi-part message in MIME format. > > > > I have had no success in getting the voicemail working on Asterisk > > 1.2.11 on CENTOS4(2.6 kernel) guest on vmware server 1.0.1. I tried > >...
2007 May 11
0
Rails generators documentation
People, I have just spent too much time looking for documentation on the scripts in the script folder in a rails application. I am looking for the documentation on the meaning of the prompt [Ynaqd] in the generate script. I know generate -h will give documentation in stdout but there MUST be some documentation somewhere. I spent 30 minutes using google to absolutely no avail. Thanks