similar to: .call file not updating MySQL CDR's

Displaying 20 results from an estimated 600 matches similar to: ".call file not updating MySQL CDR's"

2009 Aug 24
0
Autodial not waiting for voicemail
Hi All - I'm setting up a corporate emergency broadcast system that uses an autodialer to contact all company employees. Everything works fine except if the auto-dialed calls go to the end users' voicemail. If that happens, asterisk starts playback of the emergency message while the voicemail system on the other end is playing its outgoing message. The result is that the beginning (or
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
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>);
2006 Oct 27
0
Auto Dial problem!
Hello list, I try to configure auto dial from asterisk (called server B) to another asterisk (server A) using SIP but I have a strange problem ! (Softphone connected to server B calling clients of server A works) On server B, I have : sip.conf : [to_serverA] type=peer username=from_serverB fromdomain=domainB fromuser=from_serverB host=server_A_IP secret=xxxx insecure=very nat=no
2009 Feb 13
2
Continue processing AGI script after hangup
All; I wrote a PERL AGI script that prompts a caller to leave a message using print "RECORD FILE $recordfile wav # 60000 BEEP s=3\n"; When the caller is done, they need to press the # key. The message is then delivered. However, the message is not delivered if the caller simply hangs up when finished. If the user hangs up, the script ends right then. How do I keep on processing the
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
2009 Jan 24
2
Reading/Writing the Astdb
All; I have a question regarding the Astdb. When reading more than a few values, it can take quite a while to grab several values in the astdb using say, asterisk -rx "database show" > output.txt and work with that and then set a new value such as asterisk -rx "database put $key $value". The whole process can take over 1 second for EACH ENTRY which adds up for more than a
2004 Sep 15
0
AGI didn't get var from Asterisk?
Dear All, Just hope your guys out there can help me through..since I've been playing for serval hours....and still not able to resolve it... The workflow as I've created an .call file for Asterisk to call out and it's working fine with outdial, passing variable to asterisk..But the problem is when the calls reached Context and execute AGI script, the script didn't get any
2005 Jul 14
1
auto dialing - call file - channel variable question
Hi When using a call file to place a call I can't seem to figure out how to get the variable alert_info passed to the actual channel (in my case a SIP phone) that an agent is logged in at. Please can someone give me a pointer in the right direction ;) Thanx! Probably best illustrated in an example: Below works great and tells SIP/123 to pick up the call from asterisk then it dials the
2008 Aug 19
0
Converting monthly data to quarterly dataMonday, August 18, 2008 11:38 AM
Dear Gavin, This is really great, thank you! I created some long loops to get rid of extra months at the beginning and the end of my data but your code is great for putting it then together quarterly. thanks again, Denise On Mon, 2008-08-18 at 14:31 +0100, Denise Xifara wrote: > Thank you very much Stephen, but how will aggregate deal with months that > fall outside annual quarters? eg,
2007 Jul 09
3
Basic asterisk Autodialer?
I'm looking for an easy way to make asterisk perform as a basic (broadcast)autodialer. Basically all I want to do is give it a list of phone #'s and a pre-recorded message and have it call each one and play the message or leave it on the person's answering machine. The people I'll be calling are all our customers, etc. so I don't need to do any do-not-call checking. Just
2004 Sep 26
1
Autodial on off-hook?
I'm looking to build an application which requires a phone to autodial when the handset is lifted off of the hook. Since the system will be available to the general public, I want a solid phone that will withstand abuse, but not be too expensive. I'm leaning towards using a Sipura adapter with an analog outdoor handset. However, I don't nor ever have had a sipura adapter, so I'm
2006 Mar 11
1
Autodial
I'd like to setup an autodial that will do the following: 1. First try call my multiple SIP phones at my house - if no answer within n seconds, try my mobile phone. Alternatively call both SIP phones at home + mobile at the same time. 2. Once someone answer in step 1 (on any phone) initiate calling to a specific phone number/extension Currently I have it working except that in step 1 I can
2005 Feb 28
1
Sipura SPA-841 autodial?
Hei! Does anyone know how to configure this phone to autodial the number after interdigit timeout has passed? Rennes
2007 May 22
0
Mix Dial, Chanspy and MixMonitor or Monitor
I have an application that requires I be able to dial into an asterisk box, then from there dial out to another user through a PSTN. I'd like to be able to both 1) record this call and 2) let another user dial in using something like ChanSpy to listen to the conversation. I can get this working by executing an auto-dial script to connect one end of a call to an outside Asterisk box which
2005 Jul 01
0
Catch Autodial failure
Hello, I am using asterisk to autodial a phone number once an hour to verify an answering IVR script is working by listening for a beep played by the IVR, and that is working well. The one thing I have not been able to find is a way to trap if the call didn't connect at all, like if the entire IVR is down or the phone line is dead, since it doesnt enter the menu until the call is
2006 Apr 27
0
Autodial feature doesn't return $DIALSTATUS values
Hello, I'm writing a small PHP application that generates calls automatically and tries to store call details on a Mysql Db, using manager API . When making an autodial call, I noticed that I couldn't read $DIALSTATUS values; since I can't evaluate dial status (BUSY, CONGESTION, NOANSWER), I can't understand when a receiver was busy or not. Nobody seems to have solved this
2004 Feb 14
3
running asterisk as non-root
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone Due to security reasons I want to run asterisk as a non root. I normaly installed asterisk, created an * user, moved the binaries to /usr/bin and chowned all the files and directories mentiont in the * manual (handbook-draft.pdf) Now I can start * but I get the following warning (which I don't get if I run it as a root): Feb 14
2006 Mar 10
4
dipura 2002 auto dial or intercom
Guys. Anybody using sipuras 2002 knows if there is a way to make the phones connected to it to autodial an extension when the phone is picked up? For example, if the phone is on a police booth (building entrance) and you want the guys to just pick up the phone and make the phone auto dial the receptionist extension without the guys having to dial anything (ala batphone). Is this possible with
2008 Dec 17
1
rsync 3.0.4 hangs when I increase verbosity
Hi all,I need some help. I self compiled rsync 3.0.4 on Mac OSX 10.4 (Tiger)Trying to run the command below...rsync --dry-run -aucvvvX --log-file=fly-dryrun.txt /Volumes/airplane/ /Volumes/plane/flight when running the above command, rsync idles with no action. Anything above 2 v's (-vv), rsync will sit at message below.--------------------------[sender] make_file(\#342\#200\#242Unused