similar to: List of telemarketers??

Displaying 20 results from an estimated 1000 matches similar to: "List of telemarketers??"

2007 May 09
5
Mobile Number to Mobile carrier mapping
Hi Folks, Is there a way to find out the mobile/landline carrier name based on the phone number? For example, who is the mobile carrier for (415)2345678 I had heard about some query but just don't remember how/what? Thanks in advance. Ritesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 16
12
Follow me on multiple numbers..
Hi Folks, I want to setup a follow me routine so that asterisk can call me on the multiple numbers. I tried some of the samples at voip-info but there is a problem with those examples. I dont have coverage in my home area and my cell phone answering machine picks up the phone right away so my home phone never rings. I also want the caller to be able to leave a voicemail and the cell phone
2006 Nov 15
7
Do Not Call List
The US has a Do Not Call list to which people can subscribe to prevent being called by advertisers. Federal laws (strengthened by some state and more local laws) assign penalties for calling people/phones on the DNCL. Is there a query gateway that Asterisk (or an app using Asterisk) can filter through to ensure a number is OK to call (not on the list) before calling it? -- (C) Matthew Rubenstein
2004 Aug 23
4
Telemarketer screening
I have been bugging by a telemarketer who does not take any cue at all. So I look up the Asterisk Handbook and send his call with the respect caller id to my voicemail. Has any one implemented any of this feature with database for more caller ids to be included?? David Kwok
2006 Jul 15
8
Urgent! -- need suggestion
hi all, I am starting to learn ruby and using ruby on rails. I have one question. I want to create a webpage that has two sections. The right section has all the tags (stored in a MySQL table) and in the section I display websites related to selected tag. I am not sure how to do this as I have two different actions to be fired in every webpage. Any suggestion is most welcomed Regards,
2005 Jan 09
5
telemarketing application
Hi, I have the following requirements I'd like to implement with asterisk: 1. Asterisk notifies interested PC's on the network that there's an incoming call so that the telemarketing app can bring up the customer automagically 2. If a telemarketer makes a call and the customer isn't there and they arrange a callback, the callback is diverted to the originating telemarketers phone
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
Hello-- I've been playing with the privacy options on my home/home-office system since August last year, and have some results, gleaned from my CDR records, which over the last 13 months, number a total of 8672, which includes incoming, as well as outgoing calls. Before I start spitting out numbers, let me note that with the current setup, I haven't had to tell a single telemarketer
2003 Jun 12
2
Telemarketer GSM?
does anyone have a recorder GSM file that emulates the Telco's "if you are a telemarketer please hangup now" recording? I don't see one in the sounds dir. the ZapATEller works great for computerized callers but if a human hears this message asking them to go away they have to. Isn't that right? Dave
2005 Jan 28
2
Direct MP3 channel Black Hole?
I'm curious is it possible to direct a call to an extension that takes you straight to music on hold, but NOT the standard music on hold. The boss suggested something he wondered if it was possible. Example: Someone calls (Telemarketer), we answer tell them to hold while we 'redirect' them to extension (Someone Important) 666 which is a separate music on hold pool of mp3's from
2013 Apr 10
2
my "blacklist" is not working
In my blacklist I have: database show ... /blacklist/Manitoba : advertising ... [incoming] ; First, lets take care of telemarketers exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1) exten => 4,n,Set(goaway=${CALLERID(number):0:2}) exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1) exten => 4,n,GotoIf($["${goaway}" = "V3"
2007 May 05
3
asterisk telemarketer torture sound files
Hi, I have some annoying telemarketer calling me on a recurring basis, but I'd like to discourage them a bit and have some fun. I found this: http://www.voip-info.org/wiki/view/Asterisk+AEL+Telemarketer+Torture but the link to download the sound files is dead (wyoming.e-tools.com is NXDOMAIN). Anyone have a copy of these? -Adam
2008 Mar 16
4
Telemarketer Torture....
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anyone have the telemarketer torture prompts? I would seriously like to revive this..... - -- James Finstrom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH3I8qdloC7YyaIOoRAlAjAJ9Hp+3SS2Z8179HecWIETp4RVDzWQCeMizp fW2JPZdYl/uxG1ziUwYnHGo= =QPbv -----END PGP
2007 Oct 08
8
How are you using Asterisk at Home ?
I am very new to Asterisk, it was a weekend project of mine that I jumped into this weekend. I have it up and working on a box at home, and I am nearly half way through the book I purchased friday "Asterisk: The Future of Telephony 2nd Edition". Anyway, I started this out so I could help a friend who wanted a VoIP PBX solution for his small business. I have been working with Cisco
2007 Apr 09
1
T100P -->>> TE120P
Hi Folks, I have a T100P ordered from Digium in the past. Its working perfectly fine but I now need to more the server to India (out-sourcing) and we will be getting an E1 line there. Does anyone know if T100P was capable (upgradeable) or swappable so that I could use it with the E1 lines instead? Any pointers to driver/firmware update would be highly appreciated. Thanks. R -------------- next
2007 Dec 13
2
How do I do this?
I have 2 asterisk servers - serverA and serverC - connected via IAX2. On serverA, I have a "telemarketer hold" extension which, if I transfer a caller into it, loops around playing music & "please wait" messages, until they give up & hang up the phone. Also on serverA, I have a custom devstate, which lights a lamp on a phone connected to serverA, which tells me if
2003 Dec 09
2
Telemarketer Torture
Hello-- I submitted of extensions.conf that contains my "telemarketer torture" menus, last week sometime to the mailing list. I got back a note from the mailing list machinery, stating that it was too big, and would be subject to approval. No such approval came, I guess. Either I missed it, or it didn't rate, or the moderator just plain hasn't gotten around to it yet. So, I
2007 Oct 18
3
Automating blacklists
Hi, I've been reading all I can on Google (and Asterisk TFOT book) looking for ideas on how to implement an automated blacklist feature. I would like to automatically blacklist a incoming number based on timestamp and count information. For example, if I get a prank call from the same number 5 times within 15 minutes, I want my dialplan to automatically blacklist this number. Should I be
2010 May 20
3
Checking blank CallerID in Dialplan
I am trying to implement a change to our Dialplan that will thwart tele-spammers that are calling us with blanked out caller ID. The caller IDs seem to vary between originating callers when they block caller ID. I've seen the following: "anonymous" "" So I'm checking for these. However recently one company seems to be bypassing this, so what I wanted to do was
2011 Jun 30
4
XCP and OpenXenCenter
I just noticed OpenXenCenter (aka OpenXenManager) that is an open source replacement for Citrix's XenCenter. This tool works with XenServer. But as per the blog entry: http://blog.xen.org/index.php/2010/02/09/xen-cloud-platform-installation/ it is also supposed to work with Xen Cloud Platform. XCP is licensed GPL2 and is a combination of multiple packages. Has the team looked at the
2005 Sep 22
2
accessing source code in R packages
Hi, I am new the R world and would like to know how can I access source codes of standard functions in R? Thanks, Ritesh.