similar to: Anyone have success using LIMIT_PLAYAUDIO_CALLER or LIMIT_PLAYAUDIO_CALLER variables

Displaying 20 results from an estimated 300 matches similar to: "Anyone have success using LIMIT_PLAYAUDIO_CALLER or LIMIT_PLAYAUDIO_CALLER variables"

2010 Nov 11
3
Limit Call Duration with L-option of Dial : announcement
Hello, Limiting the call duration with the L-option of the Dial()-command is working fine, however the announcement is not played. Dialplan : exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes) exten => _367,n,Dial(SIP/test6,,L(11000,5000,5000)) The call lasts for 11 seconds, but 5 minutes before time runs out an announcement should come. I hear no announcement, not on caller-side nor on
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:
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
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
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
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
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]
2006 Nov 22
1
DTMF detection during Call
Hi I have calls comming from a SIP-ATA-Box via Asterisk to PSTN Phones by outbound SIP. Now i want to detect DTMF-Tone Code coming from the called party to trigger a signal. Can this be done with asterisk? I read that the codec with DTMF detection are ulaw and alaw. But i couldn't find a command to detect dtmf's within a normal call. thanks and mani greetings Christian
2006 Apr 29
0
canreinvite, bandwidth, dial option
I just read: Certain options to the Dial() statement require that Asterisk is in the media path, and consequently Asterisk will not let go of it: /t/, ''T", "h", "H", "w", "W" or "L" (with multiple arguments). Probably there are more. I had in my memory that "r", "R", "m" would also prevent a
2010 Jul 11
0
LIMIT_PLAYAUDIO_CALLEE LIMIT_PLAYAUDIO_CALLER
Hi, Has anyone tried using these flags for the Dial command? I set it to "no" but both parties can still hear the (beep) warning sound. - Wei
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi, I have compiled and installed app_prepaid module. But have problem when connect to postgres database. I guess so because after key in card number, it always play prepaid-no-aaa voice file. Anyone succeeded in configuring the app_prepaid for prepaid calling service for asterisk? Please help. Ps: where can I view the log file for this module. Thanks. Tom --------------
2008 Nov 01
0
asterisk 1.2 and Dial with LIMIT_WARNING_FILE
Hi fellows.. I have 2 asterisk servers in which the following line exten => _09049.,111,SetVar(LIMIT_PLAYAUDIO_CALLER=YES) exten => _09049.,112,SetVar(LIMIT_WARNING_FILE=beep) exten => _09049.,113,Dial(${TYPE}${DESTINO}|30|L(30000:10000)) works OK on my Asterisk 1.2.9, it plays the beep 10 seconds before the end of the call. doesn't work on my Asterisk 1.2.13, it hungs 10
2016 Nov 09
2
What could be stopping "Disconnect Call" feature from working (set in features.txt)
Thank you - that makes sense. I've seen something about swapping and optimizing channels on the console, but I didn't realise "optimize" meant "not do what you wanted". OK, so here's why I'm dialling anything at all: The first dial is because I MUST limit the incoming call to less than 60 minutes. The second dial, which carries the gH option, is because I
2012 Jul 23
1
mgcv: Extract random effects from gam model
Hi everyone, I can't figure out how to extract by-factor random effect adjustments from a gam model (mgcv package). Example (from ?gam.vcomp): library(mgcv) set.seed(3) dat <- gamSim(1,n=400,dist="normal",scale=2) a <- factor(sample(1:10,400,replace=TRUE)) b <- factor(sample(1:7,400,replace=TRUE)) Xa <- model.matrix(~a-1) ## random main effects Xb <-
2008 Apr 25
0
Play sounds to both caller and callee at the same time
Hello, I'm having problems with LIMIT_PLAYAUDIO_CALLEE in the Dial application. I want to play the limit file to both caller and callee at the same time, but it plays the limit file first to the caller and then to the callee. I searched the list and found someone with the same problem back in '06, but couldn't find any solution for the problem :( Anyone knows? Thanks, Best regards,
2010 Jun 27
1
mgcv out of memory
Hello, I am trying to update the mgcv package on my Linux box and I keep getting an "Out of memory!" error. Does anyone know of a fix for this? Below is a snippet of the message that I keep getting: Thank you. Geoff ** R ** inst ** preparing package for lazy loading ** help *** installing help indices >>> Building/Updating help pages for package 'mgcv' Formats:
2009 Dec 21
1
Asterisk 1.2.14 - Play an audio or signal
Good Day List Users, Is there any way to play an audiofile or at least a beep into an established call, I want to do this event each 3 minutes in the call, for now I have a shell to get the call time and evaluate the 3 minutes.....do you know any way to play that sound? I tried app_inject, it works really nice in asterisk 1.4.X releases; but my PBX runs 1.2.14 and It can?t be upgraded (policy
2009 Mar 27
6
Does WineHQ support OpenMP ?
I searched through the forum and website but didn't found any information about OpenMP. Thanx in advance.
2007 Oct 11
9
Mask Initial Processing with Ring Back Tone
I need to process a number of lines of code in the dialplan before answering a call. Can standard ring back tones be played to the caller while this is happening prior to answering the call. Which commands would facilitate this? Thanks in Advance, Vic