Hi, I have a client who has asked me to look into the delivery of 30 second audio messages to a list of opt-in customers. Probably looking at about 5,000 messages a week over a 6 week period. I know that this would be a piece of cake to have someone develop but I thought I would ask here first if someone is already doing this and what they would charge to take this on as a hosted solution rather than having us develop it from scratch in house. Cheers, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050524/0412ef64/attachment.htm
I've been looking at a similar problem. Mine is slightly different but it involves a customer phoning in, leaving a recording, and having that recording delivered to a list of users. I hope to code at least some of this in the next few weeks. Darren Wiebe darren@aleph-com.net Dean Collins wrote:> Hi, I have a client who has asked me to look into the delivery of 30 > second audio messages to a list of opt-in customers. Probably looking > at about 5,000 messages a week over a 6 week period. > > > > I know that this would be a piece of cake to have someone develop but > I thought I would ask here first if someone is already doing this and > what they would charge to take this on as a hosted solution rather > than having us develop it from scratch in house. > > > > > > Cheers, > > Dean > > > >------------------------------------------------------------------------ > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Yep, all easy stuff to do but I'm hoping that Asterisk users start to post more code rather than each of us inventing the wheel each time we want something done. Cheers, Dean> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Darren Wiebe > Sent: Tuesday, 24 May 2005 8:41 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] audio message delivery > > I've been looking at a similar problem. Mine is slightly differentbut> it involves a customer phoning in, leaving a recording, and havingthat> recording delivered to a list of users. I hope to code at least someof> this in the next few weeks. > > Darren Wiebe > darren@aleph-com.net > > Dean Collins wrote: > > > Hi, I have a client who has asked me to look into the delivery of 30 > > second audio messages to a list of opt-in customers. Probablylooking> > at about 5,000 messages a week over a 6 week period. > > > > > > > > I know that this would be a piece of cake to have someone developbut> > I thought I would ask here first if someone is already doing thisand> > what they would charge to take this on as a hosted solution rather > > than having us develop it from scratch in house. > > > > > > > > > > > > Cheers, > > > > Dean > > > > > > > >------------------------------------------------------------------------> > > >_______________________________________________ > >Asterisk-Users mailing list > >Asterisk-Users@lists.digium.com > >http://lists.digium.com/mailman/listinfo/asterisk-users > >To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Darren Wiebe wrote:> I've been looking at a similar problem. Mine is slightly different > but it involves a customer phoning in, leaving a recording, and > having that recording delivered to a list of users. I hope to code > at least some of this in the next few weeks. > > Darren Wiebe > darren@aleph-com.net > > Dean Collins wrote: > >> Hi, I have a client who has asked me to look into the delivery of 30 >> second audio messages to a list of opt-in customers. Probably looking >> at about 5,000 messages a week over a 6 week period. >> >> >> >> I know that this would be a piece of cake to have someone develop but >> I thought I would ask here first if someone is already doing this and >> what they would charge to take this on as a hosted solution rather >> than having us develop it from scratch in house.Rather than coding anything, why not use take advantage of the fact that Asterisk already can do email message delivery and combine that with a good mailing list manager like ezmlm-idx (http://www.ezmlm.org/)? ezmlm will take care of all of the list management for you, and message delivery can be accomplished by creating a voicemail box that delivers to the mailing list address. If you make the list moderated then you can also approve all messages before they go out. Or do you mean audio message delivery to a list of phone numbers? --TWH
Audio messages to a list of phone numbers. Cheers, Dean> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Tim Howell > Sent: Wednesday, 25 May 2005 12:08 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] audio message delivery > > Darren Wiebe wrote: > > I've been looking at a similar problem. Mine is slightly different > > but it involves a customer phoning in, leaving a recording, and > > having that recording delivered to a list of users. I hope to code > > at least some of this in the next few weeks. > > > > Darren Wiebe > > darren@aleph-com.net > > > > Dean Collins wrote: > > > >> Hi, I have a client who has asked me to look into the delivery of30> >> second audio messages to a list of opt-in customers. Probablylooking> >> at about 5,000 messages a week over a 6 week period. > >> > >> > >> > >> I know that this would be a piece of cake to have someone developbut> >> I thought I would ask here first if someone is already doing thisand> >> what they would charge to take this on as a hosted solution rather > >> than having us develop it from scratch in house. > > Rather than coding anything, why not use take advantage of the factthat> Asterisk already can do email message delivery and combine that with a > good mailing list manager like ezmlm-idx (http://www.ezmlm.org/)?ezmlm> will take care of all of the list management for you, and message > delivery can be accomplished by creating a voicemail box that delivers > to the mailing list address. If you make the list moderated then you > can also approve all messages before they go out. > > Or do you mean audio message delivery to a list of phone numbers? > > --TWH > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users