similar to: AEL keyword IfTime with variable on time range

Displaying 20 results from an estimated 300 matches similar to: "AEL keyword IfTime with variable on time range"

2015 May 12
1
AEL keyword IfTime with variable on time range
Sorry, I forget to tell I tried, but not works. *Context:* context ivr_temp2 { s => { Proceeding(); str_time_01 = '06:00-12:00|*|*|*'; // Manh? ifTime (${str_time_01}) { Playback(ura/bom_dia); } } } The error is showed on "ael reload". *Console errors:* rs0000sr304*CLI> ael reload Command 'ael reload' failed.
2015 May 12
0
AEL keyword IfTime with variable on time range
You should try it and find out if it works. If it does, let us know. Regards; John From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rafael dos Santos Saraiva Sent: Tuesday, May 12, 2015 11:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] AEL keyword IfTime with variable on time range
2015 Aug 12
2
Busy level in Asterisk 11
Hi I need to set the number of incoming calls to one, but the outgoing calls should be unlimited. I think the busylevel parameter is for it(incoming calls), but not works. My config is: cat sip.conf [general] [template](!) qualify=yes cc_agent_policy=generic cc_monitor_policy=generic call-limit=2 busylevel=1 callcounter=yes subscribecontext = hint allowsubscribe=yes [100](template)
2014 Oct 28
2
Asterisk 13 stable?
Hi The Asterisk 13 is already stable for production environment? thank's [image: Sua Foto] <rafaelsnsa at gmail.com>Rafael S. SaraivaPorto Alegre - RS | Mobile: (51) 8174-7956 <http://br.linkedin.com/pub/rafael-saraiva/52/aab/230> <https://plus.google.com/u/0/+RafaelSaraivaRS> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 18
5
Performance Asterisk large installation on Vmware/Xen
Hi I would like the opinion of you and if anyone has a similar scenario. I have a project for installation of a Asterisk server in a client with about 400 extensions. My question is whether this scenario carry an Asterisk virtualized. Will be used only extensions and trunks sip sip, 1 queue with 2 agents, without call recording. It is best to use XEN or VMware? Which best version of Asterisk for
2014 Mar 26
1
Verbose only one context
Hi It's possible in Asterisk 1.8 enable verbose only in one context or extension? thanks Att, *Rafael dos Santos Saraiva* <http://br.linkedin.com/pub/rafael-saraiva/52/aab/230> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140326/4ed97cc9/attachment.html>
2014 Jun 30
2
Sippeers realtime with minimum table
Hi there It's possible configure realtime mysql in Asterisk with a non standard sippeers table? I need using a sippeers table from other system (non Asterisk). This table has a minimal configuration. Thank's Att, *Rafael dos Santos Saraiva* <http://br.linkedin.com/pub/rafael-saraiva/52/aab/230> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Aug 05
3
Voicemail variables on email subject
Hi I have a problem w/ voicemail, the subject message is corruption when used voicemail variables, e.g. : voicemail.conf emailsubject=${VM_MAILBOX}|${VM_MSGNUM}|${VM_CALLERID}|${VM_DUR} Return: Subject: =?utf-8?Q?1504|12|=22Teste_-_Rafael=22_=3C1570=3E|0=3A16?= Expected: Subject: 1504|12|"Teste - Rafael" <1570>|16 Thank's Att, *Rafael dos Santos Saraiva* Tel: (51)
2014 Jul 11
2
CDR(dst) not set in AEL macro
Hi I'm using a macro to dial in a AEL dialplan. The problem is the macro do not set the field CDR(dst), showing only ~~s~~. I tried various configurations, but without solutions. This is the macro: macro dial-out(destno,dialstring,route_descr,interno) { __TRANSFER_CONTEXT=ipbx; if(${interno} = 1) { Set(__PICKUPMARK=${destno}); if(${ODBC_verify_user(${CALLERID(num)})} > 0) { t = tT; }
2017 Feb 17
6
Turn on SIP debugging from DialPlan
I have some troublesome numbers that I would like to capture the SIP dialogue when I am calling them. When I am about to dial the number, is there any way to turn on SIP debugging in the dial plan before I make the call? (and turn it off after the call is completed?) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 13
4
Time of Day Routing
Hi everybody I have a logic question that is confusing me. ifTime(00:00-12:00|*|*|*) { Playback(welcome-morning); } else { ifTime(12:00-18:00|*|*|*) { Playback(welcome-afternoon); } else { Playback(welcome-evening); }
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,
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off? Thanks Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk
2008 Feb 21
3
How to get a clean, basic configuration?
Hello I'm using a standard Asterisk install with default settings, and when I run "reload", I see that Asterisk fetches configuration information from a lot more sources than just my extensions.conf and sip.conf. For instance: -- Registered indication country 've' -- Registered indication country 'za' -- Setting default indication country to
2018 May 08
2
Reject call from Asterisk dialplan
Hi, I'm looking for a way to reject a call remotely using the Asterisk dialplan. For example, phone A is ringing - I'm at the other end of the room next to phone B, and I want to reject the call to Phone A by dialing an extension. I'm basically trying to reproduce the Polycom "reject" action but through the Asterisk dialplan. Reasons: 1. It would allow me to
2006 Jul 06
2
use of apply in a data frame on a row by row basis
Hello all, I'm trying to use the apply function on a data frame, by applying a function that takes a one row data.frame as argument . Here's the example : myfun = function(x) paste(x$f1 , x$f2) df = data.frame(f1 = c(1,4,10),f2 = "hello") apply(df,1,myfun) ==> Does not work (I get "character(0)" ) Though : myfun(df[1,]) works, and myfun(df) works as well. So if
2018 Nov 30
2
Asterisk non-root - selinux - astdb
Hi I'm trying to use Asterisk running as non-root user and selinux enabled. Asterisk is running ok, but astdb not works. When i try to put in astdb, console shows this message: WARNING[1853]: db.c:350 ast_db_put: Couldn't execute statment: SQL logic error or missing database CentOS 7.5.1804 Asterisk certified/13.21-cert3 [root at sv03 asterisk]# ls -lahZ /var/lib/asterisk/astdb.sqlite3
2015 Jun 15
5
Calling multiple phones at ones
Hello group! I?m new to Asterisk but got one running finally :) Now I?m trying to solve following problem. I have company Automated Attendant and each employee have SIP phone at home, SIP phone in office, cell phone. I want all those 3 phones to be ?one?. So, if someone calls our company number and dials my extension - I?d like 3 phones to ring at the same time. What is this feature and where
2017 Oct 06
2
Asterisk put call on hold when receive 183 Session Progress with media address 0.0.0.0 in SDP
Hi Is it a normal behavior of Asterisk put a call on hold when receive a Session Progress with media address 0.0.0.0 in SDP? I believe the call on hold should be initiate with a re-invite. Thanks -- Att, Rafael Saraiva -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Feb 15
2
Set qualify = yes on trunk can't do outgoing call
Hello when I set qualify = yes on trunk I can't do outgoing call. Incoming is always working. [Feb 15 23:01:41] WARNING[12909][C-00000012]: app_dial.c:2525 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) but my linphone is registered all the time. when set qualify = no outgoing call is working (but i have problems when WAN IP is changed after