Displaying 20 results from an estimated 1106 matches for "campaigning".
2013 Sep 26
1
Queue Management
Dear All,
I have six different campaign and 5 different agent have login on that
campaign.*Same thing i have done using agi and database,i never use queue
management on this scenario. Agent** can also shuffling one campaign to
anther campaign. *
Now i want to do some work with queue.I want to use single queue to
managing this.
Eg:
campaign Agent Login
A
a_1,a_3
2008 Feb 12
8
has_many through question
I have made 3 tables
+------------+ +----------------+ +------------+
|people | |people_campaigns| |campaigns |
+------------+ +----------------+ +------------+
|id :int | <----> |people_id :int | /-> |id :int |
|name :string| |campaign_id :int| <-/ |name :string|
|etc ... | |exported :int |
2004 Jul 06
2
Kerry/Edwards campaign and VOIP
I am trying find a way to help the local Kerry campaign and it occurs to
me that VOIP and Asterisk could be a big help. I have never worked on a
presidential campaign before but I think they must be very telephone
call intensive. Using VOIP to connect local, regional and national
campaign offices and to keep volunteers in touch with each other would
save lots of money that could be spent on
2012 Jan 30
4
Reaching into a has_and_belongs_to_many - will :through work?
Hi. I''m hoping somebody can tell me that I''ve just gotten my syntax
wrong and I can in fact do what I want to do.
I''ve got a Group, and a Group has_many Campaigns.
Campaign has_and_belongs_to_many Users (and, naturally, vice versa).
So I''ve got a groups table, a campaigns table (that has a group_id), a
campaigns_users join table (with campaign_id and
2002 Nov 14
1
Bullet proof bulk email friendly hosting & cheap mass email campaigns.
We are the marketing specialists www.host4bulk.com that provide cheap
bullet proof bulk email friendly hosting for your website ($400 for
one month of bullet proof hosting) and cheap bulk email campaigns ($200
for 1 million emails sent)
As you may already know, many web hosting companies have Terms of Service
(TOS) or Acceptable Use Policies (AUP) against the delivery of emails
advertising or
2002 Nov 14
0
[LLVMdev] Bullet proof bulk email friendly hosting & cheap mass email campaigns.
We are the marketing specialists www.host4bulk.com that provide cheap
bullet proof bulk email friendly hosting for your website ($400 for
one month of bullet proof hosting) and cheap bulk email campaigns ($200
for 1 million emails sent)
As you may already know, many web hosting companies have Terms of Service
(TOS) or Acceptable Use Policies (AUP) against the delivery of emails
advertising or
2007 Jan 26
1
website that organize campaigns to ask sites to support Theora
Hi ,
I found a website that organize campaigns to ask sites to support Theora :
http://www.getogg.org
Current campaign is ask the BBC to support Vorbis/Theora
_________________________________________________________________
?Est?s pensando en cambiar de coche? Todas los modelos de serie y extras en
MSN Motor. http://motor.msn.es/researchcentre/
2004 Jul 07
0
Visualizing Marketing Campaigns With R
Warning: This is a bit off-topic.
Using R, I'm trying to develop a way of visualizing a marketing campaign
that is divided into lists, each with a mailing and control group. Within a
mailing group, we have respondents and sales conversions (think "successes")
and the overlap between the two. We also have conversions among those
subjects in the list's control group, who were
2013 Apr 11
1
Adding time series to time graphs
Hello: I have done this before but cannot figure out how to do it again.
I would like to graph campaign evolution of news stories on certain topics. The campaign time period is as follows:
campaign<-seq.Date(from=as.Date('2011-09-06'), to=as.Date('2011-10-5'), by=1)
I have a table of newspaper story frequencies containing a certain word that can be turned into a data.frame
2010 Apr 24
3
help me pls:Tracking mails in rails
hai friends can anone help me to provide a way to implement the
following using rails.
i created a mail campaign application.if a user successfuly
created a campaign he will be getting a mail.
1. how i can track that someone opens the mail?
what i did is just pass some parameters like used id , campaign id
along with this.then i created one table to store the resulting
2006 Feb 08
1
Possible AGI Bug in Asterisk?
Dear All,
I seem to have stumbled across an AGI problem;
I have written an AGI Script (bottom of this email);
The script does the following;
Makes a CDR entry when called
Records the call
Updates the CDR
Finds a corresponding DNIS from the SMDR table (captured via a serial
port logger)
Matches up the record and updates the CDR.
The script works perfectly in my test lab and has been doing so
2012 Feb 11
1
What is the best way to campaign dial 5000 numbers? Spool files or AMI actions?
Hi everyone,
Using Asterisk 1.6x here with a TDM PRI. I have to run a campaign for about
5000 numbers and then put the call to agents right away and pull up the CRM
based on the number dialed. So, I am going to be doing some PHP+Ajax work.
I am familiar with spool files but I don't like the fact that I can't read
the status of the call in real-time. However, I know that it's the
2005 Nov 08
0
Warcraft III Single player Campaign buttons
Can someone fill in the blanks for me please? I'm trying to follow
along the patches/fixes to get Warcraft III Single player Campaigns to
work, but I'm not exactly sure what the "fix" is. I read that there
were some patches released a while ago, but I just updated to WineCVS in
hopes to get the "latest" code to allow the buttons inside the Campaign
area to show up.
2020 Mar 24
3
Bountysource campaign for the M68000 backend
Hello!
Almost two years ago, Artyom Goncharov submitted an initial effort for a
backend for the Motorola 68000 architecture [1] which was eventually
not merged, unfortunately. I elaborated why I supported the idea of
such a backend [2].
Recently, we started a fundraising campaign on the platform Bountysource.com
to port the M68K backend in GCC to the new MODE_CC register representation
which was
2017 Feb 02
5
Call List Campaign to an IVR
Hi,
I need to make calls to a list of numbers one at a time and once the user
pick the phone connects to an IVR where I can get few data, after a call
finishes the 2nd number get called and so forth.
I'm familiar with Asterisk/Elastix but the Campaign feature on Elastix does
not seem to fill this need. I'm now looking GoAutodial & AsterCC.
Anyone with an idea to solve this issue I
2012 Apr 10
2
Red Alert 2: Odd problem
Hi all,
I am currently attempting to play Red Alert 2 on my Ubuntu 11.10 installation under Wine. Now, Red Alert 2 will launch fine, as expected on a Windows machine. The most minor error is the campaign selection screen where it takes an "alt-tab" to respond. I'm not so worried about this error.
However, when I enter a single player game (Skirmish or Campaign), whenever the game
2005 Dec 15
0
getting a value from a select list
I''m sure this is an easy question to answer but here is what I am trying to
do:
I am using this method:
@newsletters = Newsletter.find(:all, :order => ''name'')
collection_select(:newsletter, :id, @newsletters, :id, :name)
I can''t seem to get the id out of the :newsletter param. When i see the post
in the logs it has
Parameters:
2018 Dec 19
2
New features released in ICTBroadcast
Following new features are now supported by asterisk based
telemarketing software
Auto subscription / registration after call recipient press a key in voice
broadcasting
https://www.ictbroadcast.com/Subscription-Campaign-to-automatically-register-customers-at-website-with-Voice-broadcasting-Autodialer
There will be restriction to call a number in off time accordingly to
timezone of
2007 Dec 18
2
Active Resource and non default model names
I have a model (accessed restfully) named TranscoderQueue, it''s name
is overridden to ''TransocderQueue'' so it is accessed as ''/
transocder_queue'' as opposed to ''/transocder_qeueus''.
class TranscoderQueue < ActiveRecord::Base
belongs_to :campaign, :class_name => "Campaign", :foreign_key =>
"campaign_id"
2017 Feb 06
2
Call List Campaign to an IVR
> We once developed a reminder system for a customer. He's a cleaning
> company, cleaning homes and offices. He was spending two hours a day calling
> his customers to remind them of their appointment the next day. Two hours a
> day equates to 40 hours a month that he saved with that system. He's been
> using it for maybe 6-7 years now and not once was a customer upset