similar to: if statement recording - after hours

Displaying 20 results from an estimated 5000 matches similar to: "if statement recording - after hours"

2014 Sep 18
1
Record call ends in 10min
In my context I have: exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default) exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) but the recorded conversation ended in 10min so it = 600sec I was looking in asterisk configuration file for "600" pertaining recording but
2014 Sep 18
1
conversation record prematurely
I have following line in a context: ... exten => _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b) ... It records the conversation but it ends prematurely, after 10min. Why? Where is the setting to records until a user hangup the handset. -- Joseph
2014 Jan 13
0
How to get ringing sound in outbound call in asterisk
I have two server Server_A(outbound call) for agent login and agent make a outbound call from here and pass into server Server_B call extension.conf exten => _91XX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91XX.,n,Dial(SIP/${EXTEN}@192.168.53.197,,tToR) exten => _91XX.,n,hangup() Server_B[192.168.53.197] for call forwarding extension.conf exten =>
2014 Feb 11
1
file.c:1160 ast_writefile: Unable to open file /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav: No such file or directory
Dear Folks, [Test_Context] exten => _911.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _911.,2,Set(CALLERID(num)=xxxxxxx) exten => _911.,3,Set(CALLTIME=${STRFTIME(${EPOCH},Asia/Calcutta,%d-%b-%Y-%H-%M-%S)}) exten => _911.,4,Set(RECSUBDIR=${STRFTIME(${EPOCH},Asia/Calcutta,%d%b%Y)}) exten => _911.,5,Set(${CALLERID}=${CALLERID(num)}) exten =>
2009 Sep 17
1
Changing or Adding a Line to the Extensions.conf in Asterisk
I have a Asterisk PBX System with Redhat Linux Fedora 4, Webmin version 1.400 and I am simply trying to configure into the "Extensions.conf" script an entry that will add to the "Auto-Attendant" a line that will allow a "Caller" to enter a "0" (Zero) will then ring the extension(s) of the "Operator" to speak directly with the "OPERATOR"
2006 Oct 16
5
Stopping putgoing calls after working hours
Dear All, I am trying to find a way to stop people who use phones after business hours (a policy the company wants to implement), we have cisco 7940 and 7910 phones and sadly they don't have a phone lock password system (on these ciscos it locks config menu changes but not the calls but the cisco 7920 has this feauture). So I was wondering is there a way to make this happen in asterisk??
2005 Jan 14
1
gotoiftime - different hours
If I have different opening hours on different days, can I accomodate that in a single gotoiftime, or will I need to filter them out one by one ? For example, our hours are Mon-Fri 9:00-17:00 and Sat 09:00-13:00 can this be done something like GotoIfTime([9:00-17:00|mon-fri][9:00-13:00|sat]|*|*?open,s,1) or something like that, or do I have to do:
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2007 Sep 20
1
Queue Question
I'm curious if anyone has implemented the following: Need to setup an on-call queue, that activates after 5PM and de-activates at 8AM, also that activates/deactivates on demand(I'm thinking a feature code here). The "agents" need to log in via cell phones, and when calls come in from outside to the asterisk system, it'll need to call the cell phone agents that are active.
2003 Dec 29
2
after hours logic
Hi. I'm new to Asterisk and have been working on setting up a development server but have gotten myself a bit confused. I'd like to implement the following logic for calls coming from the PSTN: Check for caller-id yes => keep going no => play SIT and prompt for telephone number Check time of day to see if it's day / night day => ring some phones
2006 Jun 28
3
asterisk shutdown
Guys. Ive seen on my asterisk messages log that asterisk has shutdown itself about 12 times in 5 days... The logs show nothing but: [Jun 28 09:40:02] WARNING[3172]: Unicall/4 event Drop call [Jun 28 09:40:02] WARNING[3172]: Unicall/4 event Release call [Jun 28 09:40:02] VERBOSE[3172]: [Jun 28 09:40:02] -- Unicall/4 released [Jun 28 09:40:02] VERBOSE[3084]: [Jun 28 09:40:02] Asterisk cleanly
2018 Jan 03
2
Mixmonitor with b option
We have a server that records all calls so we set Mixmonitor with the b option to only record calls that are actually bridged. I notice that we have lost of 44 byte files in /var/spool/asterisk/monitor which correspond to calls that were not answered. If a call is not answered I assume it was never bridged so why would Asterisk create a file? Is there a way to avoid getting those empty
2007 Jun 18
2
MixMonitor Timestamp problem
hi, I am facing some issues while using MixMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(number)}-${TIMESTAMP}-${UNIQUEID}.gsm,b) in this extensions TIMESTAMP is not working in Asterisk 1.4. can any help me why TIMESTAMP is not working in Asterisk 1.4. regards, Asif
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1] Dial("SIP/610-097aee60",
2018 Jan 08
3
Mixmonitor with b option
On 1/8/18 9:38 AM, Bertrand LUPART - Linkeo.com wrote: > Hello Carlos, > > >> We have a server that records all calls so we set Mixmonitor with the b option to only record calls that are actually bridged. I notice that we have lost of 44 byte files in /var/spool/asterisk/monitor which correspond to calls that were not answered. If a call is not answered I assume it was never
2011 Sep 23
3
Set (MONITOR_FILENAME=.................) for queuing recording calls
Hi All; I noticed in the queues.conf the configuration for recording the calls in the queuing, and regarding to the filename (or any other parameter), it is written that I can determine the filename using the command: Set(MONITOR_FILENAME=foo) But it should be called from the dialing plan, but really i did not understand how to call it from the dialing plan. Well, for example this is my
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3034 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2015 Apr 22
1
MixMonitor Files Always Empty
Hi, sorry to bump this one but I still have this problem. The file is always created but is always zero size. This is the dial plan that records the call: exten = _0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID}) exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b) The dial plan then calls a macro that makes the call. I?ve
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long. I have a small call-center setup, with basic time of day/day of week validation before putting callers in the queues. With the holidays upon us, I need to add check to see if 'today' is a holiday so I do not put callers in unmanned queues. Due to how the agents work, I have to allow joinwhenempty. Does anyone have a snippet of dialplan code,
2008 Feb 28
1
Friday Feb 29th Leap Year Special wih Aastra
Leap year? Election year? Will your GoToIfTime() dialplan function properly on Feb 29th? Every week we try to get guests with ideas, products and services you haven't had time to check out to come and talk about what they're doing. Aastra has some interesting phones so we asked them to come talk about them. Friday, February 29 at 12:00 PM (Eastern US) 9AM PST, 5PM GMT * Call (724)