similar to: PBX 'Personalities' ?

Displaying 20 results from an estimated 1000 matches similar to: "PBX 'Personalities' ?"

2004 Nov 08
5
Same Extensions in Multiple contexts
Hi For a customer, I am trying to setup 3 different companies on one asterisk box, and I need to assign extension 200 in three different companies. I was using different contexts, but was unable to get it to work. So, my basic question is - In Asterisk, Can we have same extension number in different contexts? For example: [Context_company_1] exten => 200,1,,,
2009 Aug 01
3
Dialplan strategy suggestions needed
I have a new Asterisk system going into production next week and I'm a bit stumped as to the best way to handle the Dialplans for it. The Asterisk system is replacing 4 separate PSTN lines with both SIP & PSTN inputs. The setting up of the dial plan is giving me some design headaches, which probably means I'm missing something obvious and doing this the hard way. I have separate
2006 Apr 04
3
Auto Attendant Question
Hi Folks I have had a look through the Features list, and I see that the system does support an auto attendant, however is it possible to have say 5 telephone numbers that a person would dial and have 5 different messages I.e Dial 555-1121 and you get a message for companyA call centre Dial 555-1131 and you get a message for companyB call centre Dial 555-1141 and you get a message for companyC
2008 Nov 06
2
Variable Scope Question
If I have a global variable in my dialplan and I change it, does that change immediately take affect for all calls that are active? Here is my situation. The company I work for has two office groups that share a building. The two offices are separate companies but support one another and want to be able to transfer calls as if they were all on the same phone system. Each company has 4
2003 Sep 04
2
Incoming CallerID management
Greetings, I need if possibile an explanation on how to manage the incoming callerid for an incoming call. Let me explain the situation: We have two different companies in this office that shares the same PBX (* box). Each company have its own number for the incoming calls. What i'd like to implement is something that, depending on the incoming line that is involved in the call, plays a
2004 Sep 02
5
Any way to _always_ execute certain commands in a dialplan context?
I've got a need to do something like the following: [foo-context] exten => _.,1,SetCIDNum(123) exten => _.,2,SetCIDName(XYZ) include => local include => tollfree But of course, this example won't work. The goal here is this: if a call ends up being handled by the "local" or "tollfree" contexts, I want those SetCID*** commands executed. Otherwise, I
2012 Oct 18
1
Samba4 - multiple forest hosting?
Can I configure Samba4 in such a way that I have two separate **forests** on a single machine? let?s say one for CompanyA and other for companyB? So essentially does Samba4 support multiple server instances like Samba3 as described here http://wiki.samba.org/index.php/Multiple_Server_Instances? If it does not yet, are there any known blockers in supporting this or it?s just a question of time
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
I'm using Asterisk 1.0.9, a Digium TE210P dual T1 card, and two Rhino channel banks (one 12FXO/12FXS, the other 24 FXS). So it's an analog phone on the inside connected to one of the FXS ports, and PSTN line connected to one of the FXO ports. My problem is that as soon as I hear the _first_ ring when I dial out through the PSTN line, I hear a tiny echo on the phone (I estimate between
2007 Sep 12
3
R: to view the memory
Hello, I am wondering if it is possible to view what variables and vairable values are stored in the R memory. This to enable debugging of R-scripts I write. Sumit [[alternative HTML version deleted]]
2010 Dec 06
3
Please help with write.foreign(SPSS)
Dear all, I get stuck when i try to export the data into SPSS format/file using "write.foreign()" Do you know how to do it exactly? What i have done is 1) First i type the following code in R: df<-data.frame(id,year,res1) names(df)<-c("idcode","year","resarrvl")
2004 Oct 13
1
Calls for volunteers (take 2)
Hi all, I would really appreciate it if someone would be willing to deal with the messages to the list that get set out for moderation. Most of them are just round file material, but occationally real messages get stuck. Also, if someone would be willing to give the documentation and web pages a very much needed facelift, that would be super. I'm honestly thinking about hiring a tech
2005 Feb 28
5
Grandstream and VLANs
>I can not even get IP anymore from my DHCP Hate to ask the obvious, but is the DHCP server on the same VLAN?
2004 Dec 18
1
Getting the "real" extension into CDR
Hey gang, Getting ready to run some test bills for customers. Most SIP phones have both an extension and a DID. If a person calls a DID asterisk redirects the call to the right extension: exten => 8005551212,1,Goto(companyA-internal,3022,1) The problem is, that if someone calls 8005551212, the CDR shows the DST number as 3022. Is there a way around this? I understand that 3022 is the
2004 Sep 14
2
Mitel 5010 +5220
I know this is not strictly an asterisk issue but it is related I guess. Just to let you know that after many calls to Mitel the consensus is that they will be releasing a new version of the 5220 that is dual boot (minet and SIP) next week or the week after. This firmware will only appear on NEW phones manufactured after the release date (no one could confirm but the 23rd of sept was
2006 Jun 23
1
rearranging data frame rows
Hi All, I have two data frames. The first contains data about a number of individuals, coded in the first column with a name, in an order I find convenient. The second contains different data about the same indivduals, in a different order. Both data frame have the individual names in the first column. I need to reorder the second data frame so the rows are rearranged in the same manner as
2011 May 04
1
scatter plot with Z value
Hi all, I would like to create a scatter plot of two variables (y, x) whith third value (z) written on the plot? After that i would like to add a line (Y=0.7*(x-20)) to the graph. I tried plot(x~y) but there is no command for the third vairable to be shown on the graph also i can't find a way to add a Y=x*(0.7-20) to the chart. Thanks, m [[alternative HTML version
2014 Jun 21
2
isohybrid has 2 variants
> Hi, > > Ady: > > Since both included variants are currently different, and both > > variants have problems > > I am not aware of problems of the perl version. It is just lacking > the newer features which support EFI/GPT and Mac/APM. > The known bugs of isohybrid.c are with those newer features. > http://www.syslinux.org/archives/2012-May/017843.html >
2006 Feb 28
3
Capturing DIALSTATUS on a PARTICULAR channel if multiple-dialling?
Using 1.0.9: If I have: exten => s,1,Dial(SIP/5555&SIP/12345@192.168.1.1) How can I return the DIALSTATUS variable for the second SIP channel ONLY if the second SIP channel is busy, regardless of the dialstatus of the first SIP channel? What I want is, if the second SIP channel is busy go to n+1 or n+101 regardless of the status of the first SIP channel. tia
2008 Jun 02
1
Ancova: formula with a common intercept
I have some data with two categorises plus/minus (p53) and a particular time (Time) and the outcome is a continuous vairable (Result). I set up a maximum model. ancova <- lm(Result~Time*p53) > summary(ancova) .. Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 0.05919 0.55646 0.106 0.916 Time -0.02134 0.01785 -1.195 0.241 p53plus
1999 Jul 06
0
Multiple personalities
I am trying to use samba 2.0.3 and gain "multiple personalities" from one server. Browse wise, I would like to see ftp and web. Share wise, I would like ftp to show only "incoming" and "outgoing" and web to show "web". I have played with "config file = ", cutting out pieces of the below smb.conf and putting them into smb.conf.ftp and