similar to: Two lines for outgoing calls

Displaying 20 results from an estimated 2000 matches similar to: "Two lines for outgoing calls"

2007 Jan 29
3
Pickup() ringing extension and call waiting
Hi All, I'm using Asterisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would like to be able to pickup ringing extention from any SIP phone using Pickup() application. from my dial plan: [incoming] exten => s,1,Dial(SIP/somebody1|60|tTrR) [internal] include => outbound-local include => parkedcalls
2007 Feb 15
7
Call forwarding
Hi All, I'm using asterisk 1.2.15 and call forwarding doesnt work for me. from my extensions.conf: ; Unconditional Call Forward exten => _*21*X.,1,NoCDR exten => _*21*X.,2,Set(DB(CFIM/${CALLERID(NUM)})=${EXTEN:4}) exten => _*21*X.,3,Playback(vm-saved) exten => _*21*X.,4,Hangup exten => #21#,1,NoCDR exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)}) exten =>
2005 Aug 05
1
TE405P Dropping Calls
Hi, Urgently response would be wonderful, system is a Fedora Core 2. I have a Ericsson BP250 connected to 1 port on the TE405P and another connected to a local telco ISDN30. I have been running CVS-HEAD from about a 2 months ago and upgraded it again just in cause it was a version issue (didn't fix it) but this is what I am getting. When a person calls out from an extension on the BP250 to
2010 Aug 30
2
help with dialplan
Todd How do you have the context in the phones sip configs set? Bryant From: "Todd Reese" treese65 at gmail.com Hi all, I've been have problems with getting this system on line and would like to acquire some help with the extensions.conf. My current problem is that the phones won't dialout.on the VOIP lines listed as dialout1, dialout2, dialout3. This version of asterisk
2006 May 29
2
Asterisk Internal sip calls I can´t send/recive
When i made internal call into my LAN using x-lite sip phone client I retrive in askterisk CLI : ----------- ERROR ---------- Verbosity is at least 6 -- Remote UNIX connection -- Executing Dial("SIP/201-979d", "SIP/201|60|t") in new stack -- Called 201 May 29 18:09:28 WARNING[6082]: chan_sip.c:694 retrans_pkt: Maximum retries exceeded on call
2011 Sep 13
1
Getting Rcpp SEXP data in C++
Friends I am looking at Rcpp and I am a bit stuck on a simple matter. (I am calling R from c++, if there is a better way...) Given this simple example using the TTR package and the SMA function which returns a simple moving average.... Rcpp::NumericVector rv; for(int i = 0; i < 100; i++){ rv.push_back(rand()); } Rcpp::Environment TTR("package:TTR");
2010 Aug 15
1
Moving average in R
Hi, I want to fit moving average trend in R. In google, I see that it is in the package 'TTR'. But, I can't install this package. I have used the following code: >install.packages("TTR") But, it says there is no package called 'TTR'. Can you help me? Regards, Suman Dhara [[alternative HTML version deleted]]
2005 Jun 14
2
# no longer working
Hi list, For months everything worked super here in our setup. This week I implemented some new idea in our webbased calendar system. I thought it would be nice to have an option that tells asterisk you are not available for calls during an appointment. For this to work I could no longer use the ringgroup setup: Dial(SIP/10&SIP/11&SIP/12,40,tr) So I thought, why not use the Local channel
2006 May 12
3
Dial Command Reference for SIP channel
Hi all. I was reading a sample config someone had posted relating to call forwarding, and in it, they use a Dial command with components that I cannot find any reference to. Can someone point me to a reference which could explain the difference between Dial(SIP/100|20|Ttr,,wW) and Dial(SIP/100,,wW) Specifically, what is the |20|Ttr ? I cannot seem to find any reference which would indicate
2010 Oct 10
1
Help needed for getYahooData in TTR package & writing the Yahoo data to excel
Dear all, I'm totally new to R. Recently I've been trying to use getYahooData in TTR package in order to download stock index daily open/high/low/close. The downloaded data is in the format of Open High Low Close Volume 2000-01-04 18937.45 19187.61 18937.45 19002.86 0 2000-01-05 19003.51 19003.51 18221.82 18542.55 0 2000-01-06
2010 May 10
1
Corrupt R installation?
I installed the lattice package, and got an error that R was not able to remove the previous version of lattice. Now my installation seems to be currupt, even affecting other packages. I am getting this error when loading TTR: > library(TTR) Loading required package: xts Loading required package: zoo Error in loadNamespace(i, c(lib.loc, .libPaths())) : there is no package called
2011 Aug 05
2
Which is more efficient?
Greetings all, I am curious to know if either of these two sets of code is more efficient? Example1: ## t-test ## colA <- temp [ , j ] colB <- temp [ , k ] ttr <- t.test ( colA, colB, var.equal=TRUE) tt_pvalue [ i ] <- ttr$p.value or Example2: tt_pvalue [ i ] <- t.test ( temp[ , j ], temp[ , k ], var.equal=TRUE) ------------- I have three loops, i, j, k. One to test the all of
2005 Jan 31
1
congestion problem with only one number
Hi all, I have this weird problem. I'm running asterisk 1.0.3 on Debian Sid (official debian package). We have 2 fritz ISDN cards. All is working great. Till I called the bank. It rings one time and then gives me the congestion tone. Here is what I see on the CLI (phone nr obfuscated for privacy reasons): -- Executing Dial("SCCP/michiel-00000004",
2009 May 26
2
Discovery on packages
If I download a package -- how can I explore what it does? For instance, I downloaded the TTR package of off CRAN -- but how can I find out what it does? Is there a type of API doc for each package? JB
2010 Nov 18
1
Accessing variables inside a namespace
Hello Group, I am trying to see if there is way to access data that is inside another namespace. For e.g. the addATR function in the quantmod package calculates the ATR using the TTR package and then plots it to the graph. Now since it has already calculated the info that I need, can I access that data which if I look at the function code is stored in a variable called "atr"
2004 Aug 01
1
Zaphfc CallerID problem...
I'm not sure that this problem is strictly related to zaphfc, but this is what happens: my asterisk (build on bri-stuff-0.1.0-RC2k) handles a single PCI HFC-S based card. I own a Cisco 7940 Sip phone (fw 7.1) and a pc running X-Lite. Zaptel.conf and zapata.conf are taken directly from zaphfc samples. Extension.conf contains the following lines: [from-ISDN1] exten=>s,1,Wait(1)
2004 Sep 10
1
Call Parking Problem
Hi, I'm unable to pick up parked calls after they are transfered. I get the "transfer" message when I press # and then I'm told "701" The extension I'm dialing goes to the on hold music. I'm disconnected, I hang up, dial "701" and I see this message on the console "Everyone is busy/congested at this time" I just have the default
2020 Feb 06
1
R (language) + install.packages("DMwR") :
Hi:please i am working on fedora 31, then i installed R (language), and i want to install a R package ("DMwR"), but i get these warning messages ...: The downloaded source packages are in ?? ??/tmp/RtmpCBUyte/downloaded_packages? Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning messages: 1: In install.packages("DMwR") :
2004 Jul 18
1
sent into invalid extension 's'
Hi, On Friday we changed our Telco-Provider (from German Telekom to Mnet) and recieved new Numbers. I changed the extensions in extension conf to match the new numbers. But i always get: Jul 18 12:10:39 WARNING[245776]: pbx.c:1780 ast_pbx_run: Channel 'CAPI[contr1/89064934]/0' sent into invalid extension 's' in context 'default', but no invalid handler I only changed the
2007 Jan 17
1
transfer problem
Hello, I've tried to transfer a IAX call to a number configured on a traditional PBX, but it doesn't work. I have a traditional PBX connected with a zap channel to Asterisk in the following way: IAX/SIP client --> Asterisk (FXO) --> (FXS) traditional PBX ---> OFFICE Phones Asterisk is connected to the PBX with an internal number configured inside it. In other words i keep an