Displaying 20 results from an estimated 600 matches similar to: "Asterisk 1.2.14 - Play an audio or signal"
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:
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
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
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
--------------
2007 Feb 24
0
Call was hangup when LIMIT_WARNING_FILE was playing
Dear All,
I tried to use 'L' option on my dial command.
I set the x to 65000(65 seconds), y to 60000(60 seconds), z to
30000(30 seconds).
The max calltime should be 65 seconds, and it will play "beep.gsm" at
60 seconds left. And repeat the beep at 30 seconds left.
But the call will be hangup by system at 60 seconds left.
In another word, when it plays warning file, the call
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
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
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 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
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:
2007 Jan 04
1
Trouble compiling asterisk 1.2.14
Hi, I'm trying to compile asterisk 1.2.14 on a Debian Sarge amd64 with
kernel 2.6.8-12-amd64-k8
make[2]: Entering directory `/usr/src/asterisk-1.2.14/codecs/gsm'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -fomit-frame-pointer -fPIC -c
-DNeedFunctionPrototypes=1 -funroll-loops
2007 Feb 04
1
Asterisk 1.2.14 and bristuff 0.2.0-RC8s
Hi All,
How to install bristuff on asterisk 1.2.14? install scripts are trying to
download and compile those versions:
asterisk-1.0.10
zaptel-1.0.10
libpri-1.0.9
and I'm running:
asterisk-1.2.14
zaptel-1.2.12
libpri-1.2.4
I only need Pickup application from bristuff to be able to pickup channel
independent calls e.g. when I have incoming call from PSTN and I would like
to answer
2007 Jan 21
2
Backports to 1.2.14 of 1.4.0 app_queue features.
Nothing much to be said.. I backported ringinuse, autofill and the QueueLog
application from 1.4.0 to 1.2.14. Any or all may be applied - order doesn't
matter.
They have received minimal testing but appear to function correctly. As always
with these things, don't blame me if they connect your callers to a phonesex
line, etc.
http://bum.net/patches/
Cheers,
Gavin.
2016 Jan 08
1
centos6.5 libvirt 1.2.14 virsh hang
hi all:
my environment is centos6.5
libvirt version is 1.2.14-1
qemu version is 1.7.0-1
I use openstack create a windows guest
about two days later I run virsh list but the the process is hang
virsh list can not return any thing
it hang
look like this:
then I run /etc/init.d/libvirtd restart
it show libivrtd stop faild and start failed
i will use the gdb and
2007 Jan 18
1
sangoma a102d + Asterisk 1.2.14 ... bridging together 2 call legs on same PRI?
Hi all,
Are there any issues to be concerned about when calls come in from PSTN
to a PRI card and are forwarded back out the same PRI card? Anything
different have to be enabled in zaptel.conf or zapata.conf or the
Sangoma configs to make this work? What about using .call files that
join two ZAP channels?
Channel: ZAP/1/4081234567
MaxRetries: 0
RetryTime: 60
WaitTime: 60
Application:
2015 Apr 08
4
Centos 7.1.1503 + libvirt 1.2.14 = broken direct network mode
Hi all.
I use LXC on Centos 7 x86-64, with libvirt version 1.2.6 and 1.2.12
My container has bridged network:
# virsh dumpxml test1
<domain type='lxc'>
<name>test1</name>
<uuid>518539ab-7491-45ab-bb1d-3d7f11bfb0b1</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
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