similar to: Class features in dialplan ?

Displaying 20 results from an estimated 1000 matches similar to: "Class features in dialplan ?"

2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question. My extensions.conf is getting rather longish and I'm getting dizzy moving back and forth editing this thing. Can I use the include command to include a file in order to break extensions.conf up into more manageable pieces ? Is breaking up the extension.conf file an OK thing to do ? Maybe something like this: include
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my dialplan.... Why? I can dial 701 which tells me that I don't have any calls parked there. 700 just gives me invalid extension noise.... Should I have extension 700 defined elsewhere? Thanks parking.conf [general] parkext =a 700 ; What ext. to dial to park parkpos => 701-705
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
2012 Feb 01
1
Function to compute multi-response, multi-rater kappa?
I'm looking for a function in R that extends kappa to multiple raters when there is more than one response per subject. For example, say a group of doctors have to assign diseases to patients. Each patient will be assigned one to many diseases, and the number of doctors assigning diseases to any one patient will be two to many. Here's an extremely simple example of the type of data I
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail an extension I don't get the "please hold while I try that extension" message. It just dials the extexsion. Do I have a syntax problem somewhere ? exten => 8005,1,Macro(stdexten,8005,Zap/2) exten => 8006,1,Macro(stdexten,8006,Sip/8006) [macro-stdexten] ; ; Standard extension macro: ; ${ARG1} -
2010 Nov 05
2
How to append custom option to Contact: header on outgoing SIP INVITE msgs?
Hi list, My need is to append a site specific parameter to the Contact: header on all INVITEs exiting * via a SIP trunk. I'd like it to look something like this: Contact: <bob:3125551212 at 10.10.10.10;SITE-ID=us.here> where SITE-ID=us.here is set in a config file that * parses on startup. Or in a Dial() command option? Or I don't care exactly how. :-) It is possible to
2011 Oct 21
2
Converting data frame into multidimensional array
Consider the following data frame X <- data.frame(Titanic) Does anyone know of an easy way to convert X into a multidimensional array? Example that doesn't work X <- as.array(X, dim=c(4,2,2,2)) To do what I need, X needs to be converted into an array of dimensions c(4,2,2,2) in this case, not a table. Thanks in advance.
2003 Dec 31
2
after hours - is this logic ok ?
Ok, first off, Asterisk is the coolest piece of software I have EVER had the pleasure of using in my 8 years of running linux !! and I know I haven't even scratched the surface feature wise. Before I get too excited, I wanted to get all you experts to look at the how I implemented my after hours test. The goal is to prevent the phone from ringing afer certain hours, just go to VM.
2004 Jan 30
2
has Allison said this ?
Does anyone know if Allison has recorded anything along the lines of: "You don't have permission to dial that number." Thanks. --Lance Arbuckle
2020 May 01
4
Length of dial string
Hi all as per the new release notice for 13.33.0 received today - can anyone advise me the max limit of the string to the Dial Command - see * [ASTERISK-27946 <BLOCKED::https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] - dial (API): Storage of dialed target uses AST_MAX_EXTENSION when it shouldn't I have been fighting with this issue for months trying to find a solution I
2003 Oct 07
1
[PATCH] allow announcements in app_dial
Hi. Since a customer requested us that feature, I wrote this little patch for app_dial to allow to play an announcement to the called party, as soon he answers. you can define the file to play in the dial() option, using A(filename). for example: exten => blah,1,Dial(Zap/blah,30,rA(/my/own/announce)Tt) that doesn't break anything ... feel free to blame me for anything bad this patch
2004 Jun 15
5
Capi problems
I'm getting this message when I start Asterisk chan_capi.c:2205 capi_handle_msg: Command.Subcommand = 0x5.0x81 but when I try and recompile I get this chan_capi.c:60: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function) any help would be greatly appreciated. -- Dave Cotton <dcotton@linuxautrement.com>
2012 Aug 24
3
Euclidean distance function
Hi, I should preface this problem with a statement that although I am sure this is a really easy function to write, I have tried and failed to get my head around writing functions in R. I can use R where functions exist to do what I want done, but have found myself completely incapable of writing them myself. The problem is that I have a table with several rows of species and several columns of
2004 May 03
4
How does Novergence do it ?
I had just about about sold a new asterisk phone system to a local company when they called back asking if I could match a proposal from Novergence.com. I haven't seen anything on paper but was told their proposal was to provide a new phone system that would replace the existing 8 line 12 extension system, provide an internet T-1, unlimited local and long distance, voice mail, and two
2007 Jan 28
1
extra panel arguments to plot.nmGroupedData {nlme}
Greetings, I have a groupedData (nmGroupedData) object created with the following syntax: Soil <- groupedData( ksat ~ conc | soil_id/sar/rep, data=soil.data, labels=list(x='Solution Concentration', y='Saturated Hydraulic Conductivity'), units=list(x='(cmol_c)', y='(cm/s)') ) the original data represents longitudinal observations in the form of:
2020 May 01
1
Length of dial string
Hi Dovid Yes was one of the options but as the required list is dynamic becomes very messy - and all combinations problem - where as "call all workers job xxx" is what is needed so the ability to call 20+ numbers is what is needed - agi does a database search for all jobx workers and constructs a dialstring with SIP, DAHDI and Local devices. Can someone tell me where to find maximum
2005 May 25
1
Default caller ID
Hi, I've been looking at the problem of the default caller ID. When a call comes in with no CID or witheld it's always set to 'asterisk' which is what the phone displays. I've been looking for an option to change that. The only place I can find is DEFAULT_CALLERID in chan_sip.c. This is set by the 'callerid' option in the sip.conf. However the documentation
2007 Apr 22
1
Exten Length
Hi, I've configured my exten.conf for few exten. But I'm curious to know how long can be my exten like (exten => XXXXXXX.....). Is there any limit for this or not. B'coz I've noticed one strange problem. I'm usnig snom300 as my hard phone to make calls. when my exten length is 14 then calls goes immed. without any problem but when I change length from 14 to 15 call goes but
2004 Jan 01
1
Newbridge Mainstreet 3624 T1 channel bank now Alcatel
Hi I just came accross this Newbridge Mainstreet 3624 but the Alctel site appears to have zip for reference/user manuals Anyone by chance have 1 of these or a url for the docs ? thx
2003 May 14
2
Trouble with *80, *82
Hi, I'm having trouble dialling the codes for blacklist & un-hide caller ID (*80 & *82) using a TDM400. I get reorder tone as soon as I dial *8, and in fact I can pick up calls with just *8 rather than *8# when there is one to be picked up. Ideas? Thanks, brad -- Brad Bergman <bradley@bergman.ca>