similar to: Swapping lines using dtmf

Displaying 20 results from an estimated 5000 matches similar to: "Swapping lines using dtmf"

2005 Jul 12
6
PRI problem
currently we are able to use our USA sip phone to conenct into the E1 box, but still unable to dial out to chinese phone numbers. They said from their ISDN switch console, it shows D channel not connected to the voip server yet. here si the sip debug msg, we got a Message type: DISCONNECT (69) and unable to dial any numbers. Jul 12 12:56:26 WARNING[1523]: chan_zap.c:1931 pri_find_dchan: No
2006 May 07
5
CallerID retain on internal transfer
I was just looking through the Wiki for some info on how to retain the original caller's callerid when make transfers to internal extensions, and I came across the parameter below: useincomingcalleridonzaptransfer=yes There is nothing in the zapata.conf file from vers. 1.2.7 so I am wondering if this is still a valid parameter. If not, does anyone know how I can do this? Thanks, Joe
2006 Mar 17
3
TFTP problems on FC4
Greetings to all. I am hoping someone can help me out with a problem I am having getting my Cisco phones, 7960s and 7940s, to download the appropriate files from our TFTP server. The TFTP server is running on Fedora Core 4. The TFTP server appears to be setup properly: service tftp { socket_type = dgram protocol = udp wait =
2006 Apr 11
5
Cisco 7960 6.3 unlock/reset?
Anybody know the proceedure to factory reset the a 7960 phone running 6.3 SIP software? I've tried holding # when booting the phone and nothing, i can do that on my 8.2 phone but this phone i just got with 6.3 isnt working. Also **# doesnt work either.. -- ~Shaun
2006 Apr 25
1
CHANUNAVAIL, busy and congestion
Greetings to all, I ma having a problem with channel variables on a couple of our Asterisk boxes. Here is the setup. Asterisk on customer's site (1.2.5), using IAX to our external GW (1.2.5), IAX to PSTN GW (1.0.10), E1/PRI to PSTN. On the External GW, we also have an IAX trunk to a VOIP provider if for some reason the E1 is down. If the DIALSTATUS is CHANUNAVAIL, which should be
2005 Oct 16
1
Incoming SIP connection
Geetings to all. I am having a hell of a time getting incoming SIP connections to work properly, and am hoping that someone can help me. Here is what I am using as a guide (from the wiki): "Incoming SIP Connections When Asterisk receives an incoming SIP call, the SIP Channel Module first tries to find a [user] section matching the caller name (From: username), then tries to find a [peer]
2012 Aug 31
3
Help on numerical object and ifelse function
Dear All,   this is probably an easy one but I can not get a handle on it:   x <-c(1,2,3,4,5) y <-c(6,7,8,9,10) z <-15 w <-ifelse(z>14,x,y)   this will give me a value of 1 for w. What I would like to get is the whole string of x, so that w would become a numeric object of 5 characters exactly the same as x.   Apreciate the help,   Sincerely,   Andras [[alternative HTML version
2016 Aug 03
2
Need help debugging a PowerPC problem
Hi, I need help debugging a problem a problem that only shows up on PowerPC with one of my commits in the generic CodeGen parts of llvm. I'd apreciate it if someone with access to a PowerPC system could take a look at this: https://reviews.llvm.org/D23097 <https://reviews.llvm.org/D23097> - Matthias -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 13
2
JOIN
Hi! For the following example I want to retrieve the last 10 LastEntries for experis_date >= now. class User < ActiveRecord::Base has_one :last_entries def self.last_entry_items find(:all, # :include => "last_entries", # :conditions => "last_entries.expires_date >= now()", :order => "id desc", :limit => 10) end end class
2010 Aug 19
2
help making fileserver
Hi, folks ! Perhaps somebody can help me with a litle isuue. I?ve got a PDC with Ubuntu+Samba 3.5 +LDAP working fine in my network. But now I?m trying to implement a fileserver that autenticate against my domain server. If someone have any idea about how to do it and can give me a link or some clue about it, I really will apreciate it! Thank you very much for your time.
2005 Nov 27
2
How to synchronise multiple samba server ?
Hi ! I got a new problem, the company I work for had just open a new office with a network ADSL link to the old one. We have one domain controler (samba on linux) and 50 workstations in windows XP. I need to put a second domain controler at the new office, but I don't know how to link the both and then to synchronise them ? (account and passwd) And finaly, if I reach this point, how can I do
2006 Jul 19
2
Intel Virtualization Technology
How can I activate Intel Virtualization Technology on an Intel Entry Server Board SE7230NH1-E with Pentium D 950 CPU? I have the lastest BIOS patch (1179) but there is no option to activate Virtualization Technology. I searched all over the Internet but it''s imposible to obtain a clear information if this combination of SE7230NH1-E motherboard + Intel E7230 server chipset + BIOS +
2012 Sep 02
3
Help on finding specific columns in matrix
Dear All,   I have a matrix with 33 columns and 5000 rows. I would like to find 2 specific columns in the set: the one that holds the highest values and the one that holds the lowest values. In this case the column's mean would be apropriate to use to try to find those specific columns because each columns mean is different and they all change together based on the same "change of rate
2012 Sep 12
2
Help on converting a Sweave document to PDF
Dear All,   I am working with a Sweave document to be converted into PDF using Rstudio. It seems to me that my R code will also show up after conversion, which I would like not to happen. Is there a way to specify a command that I could place on the beggining and at the end of the R code that would allow R to recognize the area where my R code is and would ignor it when the data is converted?  
2012 Aug 30
2
help on plot on the log scale but showing original values on axis
dear All   I am trying to plot the following with the x axis on the log scale, but I would like the original x values to show up as labels:   x <-c(0.25,0.5,1,2,4,8,16,32) y <-c(1,1,1,1,0.9,0.8,0.6,0.2)   plot(log(x),y,type="b")   here I would like the labels 0.25,0.5,1,2,4,8,16, and 32 to show on the plot at their respective "log scale" location   apreciate the help,    
2005 Dec 20
3
CVS compilation and EVC++ 4.0
Hi all, I'd like you to know i'm not able to build Speex library anymore from CVS without modfing the code in mdf.c. This is due to the fact that EVC++ compiler doesn't like memory allocations in this form: spx_word16_t w[N]; where N is not a constant. I know this is not an error for gcc compiler and ANSI standard but it is in VS2005 and EVC++ 4.0 If someone knows how to compile
2004 Sep 26
3
Unsolvable segmentation fault
I cannot use wine with my windows partition. Whenever I try it , I immediatly get segmentation fault messagens (even when trying to run notepad.exe). If I modify the ~/.wine/dosdevices/c: simlink then wine seems to work well (but this is not a good solution, because I want wine to find programs and dlls in my windows partition). I use kurumin (a brazillian distro based on KNOPPIX. It is basically
2006 Mar 28
1
Redirect problem/bug/feature
I have a major problem with SIP redirects, or maybe just do not understand how they are supposed to work. We are using Cisco 7940s and 7960s with SIP version 6.3. Asterisk 1.2.5. A call come in to extension 944 over the IAX trunk. Extension 944 has forward all to extension 904 set on the phone. According to the dialplan. extension 904 should ring for 90 seconds, then ring another extension, and
2004 Sep 03
7
Dropping incompatible voice frame
Hi: i have a problem. Mi extensions.conf: exten => _N.,1,Setvar(VOICEMAILREQ=${EXTEN}) exten => _N.,2,SetAccount(${customer}) exten => _N.,3,SetCDRUserField(${VOICEMAILREQ:1}) exten => _N.,4,ResponseTimeout(5) exten => _N.,5,Background(ifyou) exten => _N.,6,Background(silence/1) exten => _N.,7,Background(ifyou) exten => _N.,8,Background(silence/5) exten
2012 Nov 07
2
simple coversion of matrix rows to matrix columns
Dear All   I would like to convert matrix rows to columns. I am thinking the t() function should help, but am having a hard time converting the matrix into the dimensions I would like them to. Example:   a <-matrix(c(1:30),ncol=3) gives me:[,1] [,2] [,3] [1,] 1 11 21 [2,] 2 12 22 [3,] 3 13 23 [4,] 4 14 24 [5,] 5 15 25 [6,] 6 16 26 [7,] 7 17