|
|
Line 1: |
Line 1: |
− | [http://juliemorstad.com/contactform/forms/images/index.htm top] [http://cavaliersonline.com/photos/icons/text200.htm graybar] [http://marja-leena-rathje.info/ssp_director/config/conf/article2436.html age of empires age of kings crack] [http://appleturnover.tv/about/images/news-2004-20090630.html golf handicap software] [http://paarc.ca/images/thumbs/article43.html love hina anime torrent download] [http://rubyarts.org/images/icons/news-1661.html once were warriors movie review] [http://thewholesaler.co.uk/newsletter/data/images/article865.html jans movies] [http://kazak.ca/buzz/data/media/rolneze1725.htm photo shop cs serial no] [http://beachcki.org/officers/wpThumbnails/pics/topic324.htm please forgive me music video] [http://paarc.ca/images/thumbs/sitemap.html site] [http://vfcpug.org/meta/quad/images/text-1473.htm mazda 3 1.6 essais] [http://castlekeepcavaliers.com/generator/assets/files/page1146.html manchester united club football 2005 crack] [http://castlekeepcavaliers.com/generator/assets/files/page605.html monica bellucci nude and naked] [http://appleturnover.tv/about/images/news-1886-20090702.html notmad explorer serial] [http://casv.ca/secondary/class/install/115.html watch manufactures] [http://appleturnover.tv/about/images/news-2762-20090630.html number] [http://atomized.ca/2006/12/news-633-20090630.html movie pervy] [http://beachcki.org/officers/wpThumbnails/pics/topic1727.htm free hardcore porn pics] [http://arccc-cccaa.org/images/thumbs/topic-634.htm riley milf lessons] [http://kazak.ca/buzz/data/media/zchilicn1810.htm lauras star movie poster] [http://sahardesign.com/files/styles/article2289.html pissing and shitting video] [http://rvpark4u.com/weblog/skins/rsd/files/page992.html stevie wonder hitch movie] [http://aquisechatea.com/galeria/albums/userpics/10002/page1097.html gay asian man] [http://paarc.ca/images/thumbs/article705.html ludacris number 1 spot video] [http://aarh.net/generator/assets/gallery3/topic-1154.html 2005 caldecott award] [http://marja-leena-rathje.info/ssp_director/config/conf/article558.html doggy stile] [http://marja-leena-rathje.info/ssp_director/config/conf/article1323.html exosphere temperatures] [http://juliemorstad.com/contactform/forms/images/index.htm index] [http://woningpagina.com/pics/flash/comment-74.html advanced book carisoprodol guest] [http://tatlin.com/gallery/wp-content/uploads/2008/topic-2590.htm step team video clip] [http://paarc.ca/images/thumbs/article2015.html extraordinary men] [http://caypkiwanis.org/main/wp-content/uploads/2007/09/article-785.htm area codes] [http://techwebcast.info/forum/attachments/files/page-137.html ebt mobile limited] [http://vfcpug.org/meta/quad/images/text-904.htm indiana state university] [http://appleturnover.tv/about/images/index.html link] [http://ackcsc.org/club.bak/media/flash/index.htm index] [http://ackcsc.org/club.bak/media/flash/vardel.htm austin american statesman] [http://aquisechatea.com/galeria/albums/userpics/10002/page823.html argentum backup 2.50 serial] [http://aarh.net/generator/assets/gallery3/index.html links] [http://arccc-cccaa.org/images/thumbs/topic-2729.htm entrepreneur] [http://capstonerealty.ph/gallery/Farm_Lots/mini/resource-478.html uninstall norton completely] [http://rubyarts.org/images/icons/news-482.html neil young human highway] [http://marja-leena-rathje.info/ssp_director/config/conf/article1725.html learn how to lap dance] [http://appleturnover.tv/about/images/news-1715-20090702.html optonline.net reactivation] [http://marja-leena-rathje.info/ssp_director/config/conf/article1810.html law firms dealing with debt negotiation] [http://ackcsc.org/club.bak/media/flash/sitemap.htm webmap] [http://brixhost.net/my/attachments/media/sitemap.html links] [http://pixsoulmedia.com/dev/images/thumbs/article28.html cpanel] [http://carpentercarpenter.ca/_doubletuttle/images/comment-1395.html tenncare pharmacy] [http://ackcsc.org/club.bak/media/flash/zxeltbugh.htm search site video]
| |
| = Data import from CGP = | | = Data import from CGP = |
| * approx 100k users, many free | | * approx 100k users, many free |
Latest revision as of 16:19, 25 July 2009
Data import from CGP
- approx 100k users, many free
- three days
First, Zak seems to want to do this whole thing piecewise, whereas that seems to me to involve more work.
I think the data can be imported into freeside in three days. Here I would like to do this in one pass, to avoid having to re-import (i.e. SMS data) later.
Signup customizations
sub test_number {
my $number=shift;
my @numerals=split(//,$number);
# print $#numerals;
if ($#numerals != 12 && $#numerals != 14) {
return 0;
}
my @seconds=();
my $first_total=0;
my $i=0;
for ($i=0 ; $i < $#numerals-1 ; $i=$i+2) {
push @seconds, split(//,2*$numerals[$i+1]);
# print 2*$numerals[$i+1]."\n";
$first_total+=$numerals[$i];
}
my $total=0;
for (@seconds) {
$total+=$_;
}
$total+=$first_total;
if ((split(//,1000-$total))[-1] == $numerals[-1]) {
return 1;
}
else {
return 0;
}
}
- "10- or 8- digit code that needs a response" (IVR)
- one-off import existing pairs
- web tool to generate new pairs & mail them to the vendor
- delete or mark off existing pairs when used (user punches the ICR response code into an area on the signup page)
- CC integration of signup with third-party iVeri processor, docs to be sent
Export customizations
- Update communicate_pro export to handle all the necessary extra options and triggers necessary
- mailing list subscriptions
- quota -> MaxAccountSize ("nnn(K|M)")
- groups - export freeside groups to Communigate AccessModes (right now the communigate_pro.pm export just has a constant AccessModes you set in the export options)
- AddWebBanner (bool) (in the service def somewhere... but where?)
- RPOP (bool) (in the service def somewhere, but where?)
- PWDExport (bool) should go in the export def
- anything else?
Additional services (deferred until later...)
- Fax2Email product
- HTTP API from fax vendor
- is free
- Email2Fax product
- Now moved off their platform entirely...
- Ulink to the 3rd party provider & they take it from there
- Domain renewals and domain email
- domain renewals manually with email or shell script trigger?
- Domain email export to communigate