similar to: Limit Call Duration with L-option of Dial : announcement

Displaying 20 results from an estimated 900 matches similar to: "Limit Call Duration with L-option of Dial : announcement"

2011 Mar 02
1
GSM-Card for Asterisk / recommendation needed
Hi, I am trying to setup a GSM-Card for Asterisk. I currently use a "vgsm I" from voismart (http://www.voismart.it/) but the driver is very bad (compile-problems and no echo cancellation). Is there anybody out there who can recommend me another piece of hardware (pci card)? I need 1 or better 4 gsm-ports. Should be stable and have an echo cancelltaion feature. And of course it
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised [Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18 [Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2011 Apr 04
1
Asterisk crashes on high IO load
Hi! I'm writing to this list because I've got a very confusing issue with our Asterisk 1.8.3.2 installation. On high IO load on the hard drives Asterisk becomes instable and crashes after a few minutes. I tried to reproduce this by running bonnie++ on the hardware while making calls. The calls didn't get disturbed (no noises or crackles) but after about five minutes Asterisk suddenly
2018 Jul 28
3
Any way of "flattening out" 2 channels back into one?
Last question for today, I promise! The problem: In order to disconnect calls after x minutes, I need to do this: [setup] exten => setup,1,Answer() same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) same => n,Set(LIMIT_WARNING_FILE=/var/lib/asterisk/sounds/en_GB_TNS/time_limit_reached) same => n,Dial(Local/s at root/n,3,L(3540000:60000)) same => n,Hangup() [root] exten
2011 Mar 03
2
Converting MP3 files to wav for Asterisk
Hi, I am running a service where I play full songs but MP3 files kept on crashing my server. I resorted to wav but the quality is really poor after converting..or even sometimes not audible at all! Do you guys know of a better way I can convert mp3 to wav and restore quality? Below is the script I am using, I also tried the steps at
2010 Dec 15
5
Which version to use: 1.4 or 1.6 or 1.8
Hi All; I need to know which version of asterisk to use, if to be 1.4 or 1.6 or 1.8? For example, when to decide that I have to go for 1.6 or I have to go for 1.8? Regards Bilal
2006 Jun 08
1
Anyone have success using LIMIT_PLAYAUDIO_CALLER or LIMIT_PLAYAUDIO_CALLER variables
Greetings, I have tried numerous ways to set the LIMIT_PLAYAUDIO_CALLER and LIMIT_PLAYAUDIO_CALLEE variables with no success. The default parameters never change. Has anyone had success changing the defaults? If so, how did you do it? Thanks, vcomp -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Nov 08
2
What could be stopping "Disconnect Call" feature from working (set in features.txt)
Asterisk 14.1 Here's a bit of test dialplan, which works as expected and simulates exactly what I'm doing at the top of my large dialplan... [dial-pre-test] exten => s,1,NoOp() same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) same => n,Set(LIMIT_WARNING_FILE=time_limit_reached) same => n,Dial(Local/s at dial-test,3,L(3540000:60000)) same => n,Hangup() [dial-test]
2007 May 23
1
Call limit per sip account user.
Hello, I want to limit calls per sip account user. How may I realize this setting? For example I want to limit to 10 min all possible calls from an account or to limit external calls to 10 min and local call remain unlimited. Thank you for support guys. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Nov 21
2
Continue AGI after Dial() following caller hang up?
Hello, We would like to continue a Perl AGI after a Dial() it has done completes following caller hangup. We would like to do this in the same AGI, and not using a new AGI from the 'h' extension. It works fine when the called party hangs up and the 'g' option is used, but not for caller hangup. Is this possible? If not a confirmation that this is the case would be very helpful.
2014 Nov 26
5
Strange Issue: asterisk deleted
Hi, I looked for asterisk in /usr/sbin using the commands ls and find and whereis and it was not there. I know that the process is killed because when I start asterisk using the command asterisk -vvvvc it starts and then it exits and the word killed is wrote on the console. Ever time I copy a new executable to /usr/sbin either using cp command or make install it gets deleted too. Now I used
2012 Jun 18
4
Asterisk 1.8.13.0 / problem with cdr logging (mysql, odbc)
Hi, I am trying now for over 4 hours setting up cdr-logging via odbc into a mysql database. But with no success. Do you have any hint for me? cat /etc/odbc.ini ------------------ [MySQL-asterisk] Description = MySQL ODBC Driver Driver = MySQL Socket = /var/run/mysqld/mysqld.sock Server = localhost User = xxx Password = xxx Database = asterisk Option = 3 Port = and /etc/odbcinst.ini
2012 Apr 02
2
Limit Call ?
Hi it's possible into Asterisk 1.6.x to limit a call at 120 mn ? after 120mn, hangup and the customer call a new time thanks olivier
2006 Apr 16
2
How do I limit the lenght of a call
Hi, Is there a way to limit the duration of a call in the Dial command? Mainly for perpay account. Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Oct 27
2
whisper time remaining
Hello everyone, I'm trying to find out a way to whisper the time remaining for a prepaid application on a established channel. Unfortunately I think there is a lack of PlayBack/Background commands which can be applied on a working channel as well as a lack of spy/whispering commands available via Asterisk Manager. Does anyone know how to implement this? Thanks a lot. Regards, Victor
2009 Sep 29
2
play audio file within an active call
Hi, I'm wondering if someone can share their thoughts on how to implement a system that periodically checks active channels which have been up for more than X minutes and plays/injects a sound file. The idea is to simply warn users that they've been on the phone for quite a while and maybe they should consider hanging up. If the call stays up for more than Y minutes, it is dropped
2013 Feb 18
3
Dialplan / check / tool
Hi, I am wondering, if there is any tool available, which performs a check for suspicious entries in the dialplan. For example a non existing AGI-Script or a double assigned extension ike that: [context] exten => *100*,1,AGI(test_app.pl) ... exten => 190,1,Answer() ... exten => *100*,1,AGI(never_reached.pl) ... A "normal dialplan reload command" would echo no warning or
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi, I am using Asterisk 11.5.1. As far as I understood, the following configuration allows a sip client only to receive calls (type=peer) but not to place calls (http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place calls though with this config? sip.conf ... [thorsten] type=peer host=dynamic context=my_context nat=force_rport,comedia secret=... dtmfmode=rfc2833 disallow=all
2014 Sep 18
1
Voice-Recognition / ASR / with barge in
Hi there, I am using Asterisk 11.9 (with Sangoma-E1-Card/DAHDI) and it works fine :-) But I am wondering if there is a solution/application which will enable me to implement voice recognition while playing a voice file (barge in). So that the caller hears a voice file and can interrupt it with his voice. Currently (on our platform) the caller has to wait for the end of the voicefie. Then we play
2011 Mar 03
2
Sangoma PCI vs PCI Express card
Hey Guy, I have quick question. I am purchasing Sangoma A102D card but i am confused between PCI and PCI Express. Which card would be good for me. Definitely PCI Express is advance but i just want to know is there any major difference, like quality, performance etc.. -Satish -------------- next part -------------- An HTML attachment was scrubbed... URL: