similar to: how to randomly use provider?

Displaying 20 results from an estimated 20000 matches similar to: "how to randomly use provider?"

2009 Dec 15
3
Best way ro run 2 or more asterisk servers?
Hello List. I have a question regarding connecting two asterisk servers. I'm trying to learn how asterisk comunicates from server to server. I already have a server running smoothly now, I'm installing another one to test it along side the actual one. I would like to run different scenarios: 1. Have one of the boxes at a different location outside the LAN and have them communicate. 2.
2010 Jan 02
4
Help getting info from caller
Hello. Happy New Year to everyone. I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the customer database. I don't know how to interact with the caller while in the agi script so this is what I have in mind: [test-agi] exten => 33,1,Answer() exten =>
2009 Nov 16
1
can't call through voip provider
Hello. Sorry to repost this message but, I don't have the original message in my inbox nor in my sent box. Well, last week I posted a problem I am having trying to use an asterisk server use a voip provider and a pstn. Pstn works fine but, I cant even connect to my provider's server. I don't know what I'm doing wrong. I tried using a soft phone and I'm able to register and
2010 Jun 15
2
a2billing for residential voip usage
Hello List. I just installed a2billing with asterisk 1.6 and got it working. The only problem is that I'm trying to setup something to manage who's using the most minutes in the house. I noticed a2billing only works for callin cards setups, or maybe I didn't configure it correctly for what I want. Can I use a2billing for "?VoIP residential services"? if yes, how? if no,
2009 Nov 26
1
Unable to open sound file error
Hello. I have a question regarind sound files in asterisk 1.6. I have a sound package in ulaw format and I would like to know if I have a sip extension with allow=alaw would asterisk convert that file to the codec the user is allowed to? I am having a problem playing a file that exist in /var/lib/asterisk/sounds/es/good.ulaw but asterisk is telling me it doesn't. Here's what I get when
2010 Aug 03
1
chinaroby fxo card - never heard of them
Hello. I'm looking to buy a FXO card to do some testing with two phone lines I have at home and was looking in ebay some and found some cheap ones but, the I've never heard of the brand or manufacturer: chinaroby. They run for about $99 plus shipping. Have any one used these? or please recommend one... Money IS an issue. Thanks.
2009 Dec 13
1
Unable to open file...
Hi List. Don't know if I already posted about this problem but, if I have I apologize for the double post. I am trying to test a time of day extension dialing 80, all I'm trying to test is if is morning I would like asterisk to say "Good Morning" but, when I run the test I get the following error message saying that the file doesn't exist and it does: Night..............
2009 Nov 12
1
Can't connect to voip provider over NAT
Hello. I'm trying to test an Asterisk server by using a VOIP provider for international calls but, I'm having problems trying to get my server communicate with theirs. I don't know if I'm having all these issues becuase I'm behind NAT or what. I have the following in my server's sip.conf: [provider] type=peer host=<theprovider's server> username=<username>
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create();
1997 Apr 14
1
R-alpha: select.frame
Here's the select.frame() function I babbled about before. Suggestions about coding style, etc., are welcome, I feel a bit green at this. select.frame<- function (dfr, ...) { subst.exp <- function(e) { for (i in 2:length(e)) { ei <- e[[i]] if (is.call(ei)) e[[i]] <-
2010 Dec 24
3
selection of outputs from the function
Hi Dear All, This is a function which contains Covariance Ratio and Likelihood Distance values (CVRi, LDi). i want to compute the all row's values, that is run this function for nrow(X) times. The X and Y matrices are;
2011 Jan 19
1
Installing package in windows 7
Hi all, I was trying to install a package called ei from this http://gking.harvard.edu/eiR link . With GCC, r-base-dev and some other R package dependencies installed it works perfect in my Ubuntu Linux system. Now I am trying to install the same in Windows 7 environment. So far my setup is as follows, 1. R installed in home folder (c:\Users\username\R-2.12.1\R. It is set to run as
2011 Mar 20
2
Why unique(sample) decreases the performance ?
Hi, I' am interested in differences between sample's result when samples consist of full elements and consist of only distinct elements. When sample consist of full elements it take about 120 sec., but when consist of only distinct elements it take about 4.5 or 5 times more sec. I expected that opposite of this result, because unique(sample) has less elements than full sample. Code as
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
Christian, the question for you is towards the end... On 09/10/2015 15:39, Denis V. Lunev wrote: > diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c > index 62cf8c9..15c3c02 100644 > --- a/arch/x86/kvm/hyperv.c > +++ b/arch/x86/kvm/hyperv.c > @@ -23,13 +23,265 @@ > > #include "x86.h" > #include "lapic.h" > +#include "ioapic.h"
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
Christian, the question for you is towards the end... On 09/10/2015 15:39, Denis V. Lunev wrote: > diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c > index 62cf8c9..15c3c02 100644 > --- a/arch/x86/kvm/hyperv.c > +++ b/arch/x86/kvm/hyperv.c > @@ -23,13 +23,265 @@ > > #include "x86.h" > #include "lapic.h" > +#include "ioapic.h"
2017 Jul 30
1
problem in run cmsaf script
Hi I work with cmsaf package and have a script for prepare data in R. I run this script and have some error like this:Error in if (startdate < dates[1]) (dums <- 1) : missing value where TRUE/FALSE needed In addition: Warning messages: 1: running command 'tar.exe -tf "D:/CM SAF/ORD24552.tar"' had status 2 2: In eval(ei, envir) : NAs introduced by coercion 3: In eval(ei,
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
Hi everyone ! I am very new to LLVM and intent to use it in a research project. I have a problem with the interpreter: I have a simple compiler that generates LLVM bitcode, JIT it and execute it, and it works very well. Now I would like to execute it using the interpreter. And I get a segfault. Here is the code : // This code JIT the function and executes it llvm::InitializeNativeTarget();
2009 Dec 01
6
Question about g729
Hello. I am currently testing an asterisk server using the default codecs, I have allow=all, and noticed everytime I test it in a wireless lan the latency rockets off the roof to over 1000ms. I would like to test g729 since it uses less bandwidth but, read somewhere I have to buy a license per every channel I have. Does this means if I have my server connected with 10 sip clients I need to buy a
2004 Aug 12
10
H323 problems
All, I have a problem with H323 the call disconnects when answered. The debug shows -- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack -- Called 0797617729 -- H323/0797617729 is ringing -- H323/0797617729 answered SIP/sj1-4ff7 == Spawn extension (default, 0797617729, 1) exited non-zero on 'SIP/sj1-4ff7' -- Executing
2018 Feb 06
1
gdistance::shortestPath throws error "not a symmetric matrix"
Hi, Calling gdistance::shortestPath gives me the error Error in asMethod(object) : not a symmetric matrix; consider forceSymmetric() or symmpart() The output of dput(.traceback()) is pairlist("stop(\"not a symmetric matrix; consider forceSymmetric() or symmpart()\")", "asMethod(object)", "as(Laplacian,\"symmetricMatrix\")",