similar to: Basic asterisk Autodialer?

Displaying 20 results from an estimated 8000 matches similar to: "Basic asterisk Autodialer?"

2007 Jul 11
2
Pass Dialed number to a script
I'm in the process of writing a simple autodialer to dial a list of numbers and play a message. One of the options I want to give them is a way to "dial X to have a customer service representative call you" Looking for a simple way to pass the number that I dialed to a script in extensions.conf... something like this: [serviceinterruption] exten =>
2017 Jun 26
4
Autodialer - call simultaneously to both ends
Hello List, I'm working on an autodialer project. At the moment I use the Originate application then I "throw" it to an extension where I Dial() the other party and then both legs are bridged. The problem is that the Dial() will only run after the Originate finish its bit and I have lots of wasted time or even worse, the remote party hanging the call because instead of a human
2007 Apr 10
6
Help w/ Asterisk Cisco IP phone and SCCP
I have a new asterisk installation (1.4.2) that is working fine with SIP. Now I'm trying to add 2 cisco ip phones (7960) running SCCP (latest chan_sccp). I have the phones booted, and the tftp directory all setup, etc. But the phones do not quite work right. When I lift the handset I only get a dial-tone 1 out of 5 or so times I try, though hitting the speaker button works. I can dial
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 Apr 16
1
Difference between SCCP and Cisco Call Manager traffic?
I'm wondering about the difference between Cisco Call Manager and SCCP(2) network traffic. I'm working on getting a Cisco 7960 phone to speak through a NAT to an asterisk box, without having to do a bunch of port forwarding on the NAT device. Without the nat, everything works fine. If the phone is behind a cisco pix that is doing the natting, it works fine (fixup protocol). If the
2008 Aug 13
1
Cisco 7960
This one is a little off-topic, it's more about the phone than asterisk itself. I have a cisco 7960 configured with 2 lines to 2 different sip providers (cant get asterisk to register with the 2nd provider, but that's another story). Is there a way yo determine which direction speed-dial buttons will go out? I'd like to have speed-dial buttons that will go out on line2 instead of
2007 Nov 28
1
Asterisk <-> Nortel Phone Switch
Still trying to make my Asterisk PBK talk to our Nortel Phone Switch (C15k). Nortel did an upgrade which changed a bunch of things today, so I thought I'd give it another shot. It looks like I'm much closer this time, but still no go. Can't do calling in either direction. Anyone have any ideas? Thanks! Shawn [nortel] host=10.0.0.10 insecure=very type=peer qualify=no
2006 Jan 22
4
Detection of Answering Machine
Hello, To detect an answering machine I have found following two commands, BackgroundDetect (comes with asterisk) MachineDetect (asterisk add-ons) First question, does BackgroundDetect works well with g729? I havn't try MachineDetect yet, what is the benefit of MachineDetect over BackgroundDetect. If anybody used any of this command successfully, please help me. If possible, please let me
2004 Sep 26
1
pri to voip
I have a * serving 15 sip clients. I use the digium 4 port t1 card. We have an autodialer that calls and reminds clients of there appointment. it uses a pri t1. I would like to plug its t1 output into asterisk to use voip. I am very new to * and am confused. Any help would be appreciated. _________________________________________________________________ Express yourself instantly with
2003 Aug 15
0
Autodialer / bulk dialer application
Hi all- I have asterisk running on 2 systems, with four E1 spans each. Each system is connected to a (big) NT DMS-100 switch. For load testing an IVR system running on one of the asterisk systems, I'd like to use the other system to generate a lot of outbound calls under program control - on most or all of its channels simultaneously. All of the asterisk dialplan and agi programming
2006 May 17
0
AutoDialer Software
I am looking to see if anyone has any info on auto dialer software that connects directly to a voip provider without using any third party boards or digium cards? I've been building dialers for the past 5 years and I want to get out of using add on cards and just make calls from the software directly using voip. The software would need reporting features, answering machine detection, hangup
2006 Apr 13
2
Anyone played with app_amd?
I'm guessing this may be a question for dev list, but wanted to try my luck here first. I'm trying to compile app_amd (Answering Machine Detection) against 1.2.7.1 and am getting some errors. I should point out that I simply snarfed app_amd.c from http://svn.digium.com/view/asterisk/trunk/apps/app_amd.c?rev=14714 ...so if there are other includes and such that are required, that would
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
2009 Mar 24
0
originate and local channel problem
Hello, I want originate a call to some destination, and when B side answes to play a prompt. Asterisk version is 1.6.0.5. But also I need to insert a SIP header to Invite, that's why I'm using Local Channel. This is my extension.ael: context autodialer-local { _X. => { SipAddHeader(P-Asserted-Identity: <sip:${CALLERID(num)}@xxx.xxx.xxx.xxx;user=phone>);
2010 Jul 17
1
AGI execution after Dial
Hello, I'm currently developing a simple asterisk application using SFS (Skype For SIP) which tries to call to an outbound number, play a message and read DMTF digits. My first approach used the Manager to originate calls and then called an agi script to deal with the rest. Anyway, this ended up being not so clear because the call did not start on the Originate extension that it was supposed
2009 Aug 18
7
Skype for Asterisk???
Not sure if anybody noticed, but it seems like Skype For Asterisk is out. $66 per channels, pretty pricey http://store.digium.com/productview.php?product_code=1SFA0001 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090817/cd8c6546/attachment.htm
2006 Oct 11
3
Basic Relationship Problem
I''m trying to do a basic relationship and it''s not working the way it should. The data model is obviously a test database as the fields are minimal. In irb I do the following: >> user = User.create(:name => "shawn") => #<User:0x259ceac @errors=#<ActiveRecord::Errors:0x259c3a8 @errors={}, @base=#<User:0x259ceac ...>>,
2009 Jul 21
1
Scalability and stability matters
Hi all, I'm planning to develop a custom autodialer application which will be dealing with its own model for agents and queues, therefore it won't use neither asterisk agents nor asterisk queues, nor asterisk cdr. The application will supply the whole reporting and agent managing features by itself. The application will command asterisk through an AMI telnet connection using only the
2007 Nov 13
1
Toshiba DK - Asterisk Integration
Hi All, I am new to both Asterisk and PBX stuff. I have 3 Tohiba PBXs in 3 separate offices as follows, Toshiba Strata dk28 Toshiba Strata dk280 Toshiba Strata dk8 I need to install 3 Asterisk servers in these 3 locations and integrate them with each of the Toshiba PBX s. This is to give IP Phones/soft phones to the users and to route these VOIP calls through the PBX to POTS. What are the
2019 Apr 02
5
[asterisk-app-dev] ARI application execution feature survey
Hi Asterisk users, I'm one of Asterisk ARI users, and trying to designing the new ARI for application execution in Stasis(). This will be made possible for executing the applications in the Stasis() application. But, before going further, I would like to know which application needs to be considered. Because this feature will introduce new Stasis behavior, I would like to test the