search for: x5000

Displaying 20 results from an estimated 27 matches for "x5000".

Did you mean: 5000
2007 Apr 20
3
Developing Marketing materials ...
Hi, I am working on developing a professional Marketing Materials for my systems. I plan on using a very good(expensive) company to do that so splitting the costs with several people would be nice. Let me know if you are interested on taking part in it. robert -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 10
2
efficiently finding the integrals of a sequence of functions
...tions to a list of objects, and use sapply() which allow us to find the integrals in a fashion of vectorizing. But I don't know how to convert the above example function f to a list. In my research problem, I can only define the 5000 functions in a vectorizing way like f<-function(x1,x2,...,x5000) c(f1(x1),f2(x2),...,f5000(x5000)) So how to convert it to a list will be a crucial step to efficiently get the integrals. Thanks for all the suggestions! Jeff -- View this message in context: http://r.789695.n4.nabble.com/efficiently-finding-the-integrals-of-a-sequence-of-functions-tp4179452...
2007 Mar 26
1
1.4 - IAX2 - No registration for peer
...e=user username=host15 auth=md5 secret=passwd accountcode=iax_host15 context=iax_host15 host=dynamic qualify=yes trunk=yes deny=0.0.0.0/0.0.0.0 permit=10.10.10.15/255.255.255.0 -- Building Strong Relationships w/ Intelligent Customer Service -- Interlocking Business Solutions, LLC 856-380-0894 x5000
2010 Aug 20
1
Problem to compute a function with very large numbers
Dear R users, I have been trying to compute the following function and need it to work with n=15000, but it would only compute for smaller ns, such as n=1000 and not above. I was wondering if anyone would have a solution for this problem! Thank you very much for your kind support! Sincerely, Nan ------ Wi <- function(n) { fun <- function(w,i){
2007 Apr 24
4
Marketing 101
I have some general questions about marketing. Lot's of technical info but I was wondering how people are getting the business to begin with. I'm from the IT end of things but Telco is quite a bit different. Is cold calling still the way to go or networking? General stuff like that. Are there any resources on the web I can search for? Any suggestions would be appreciated.
2000 Sep 07
2
read.table
................................... [81] "20220" "21300" "11900" "14310" "20901" "18900" "19000" [[2]] [1] "X500" "X1601" "X1906" "X2503" "X3202" "X4905" "X5000" "X5012" "X5315" "X5604" "X5881" ................................. [85] "X20901" "X18900" "X19000" Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- R...
2009 Jan 22
0
error using heatmap :"evaluation nested too deeply....."
Hi, I get following error when trying to plot a heatmap on a very large matrix (808 x5000). heatmap(ctab) Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Call to heatmap function is not contained within any other function or so. Upon searching the R mailing list, I found that someone had the same problem and the suggested solution was to set an opti...
2007 Mar 25
1
the age old telephone tree... why re-invent the wheel?
...ys msg, if human, press 1 to acknowledge msg, coach gets call with a number of how many didn't acknowledge, maybe? so... has anyone done the proverbial phone tree? daveC -- Building Strong Relationships w/ Intelligent Customer Service -- Interlocking Business Solutions, LLC 856-380-0894 x5000
2007 Apr 18
2
Trigger for unavailable SIP peer
I use qualify in sip.conf and need to setup a trigger when asterisk sees it as unreachable, so that I can either drop a call file, or send an email, or both. How can I do that? Thank you
2007 Apr 19
1
Failed to authenticate on INVITE
hi, I have 2 asterisks with the following configuration. asterisk server 1 (S1) has an user 9002 asterisk server 2 (S2) has an user 9003 Both users can make call to each other without problem. Now I add both users to both servers, i.e. asterisk server 1 (S1) has users 9002,9003 asterisk server 2 (S2) has users 9002,9003 When 9002 dials 9003, Dial(SIP/9003@S2) or visa versa. Both processes
2007 Mar 21
1
ses ActiveDirectory and also Ldap and Kerberos.
Hi i'm student and my final project is related to Voip. I have Asterisk almost fully configured. The next step is to accept login of users, that data is in Universitys database which uses ActiveDirectory and also Ldap and Kerberos. It's possible? I don't want authentications in sip.conf, but in other remote database. The problem is i don't have ideas how to start with. I would
2007 Mar 16
4
proposal: a new mailing list for asterisk 1.4, why not?
Hi all, since Asterisk 1.4 seems to have too many differences from previous versions, wouldn't be nice to have a new mailing list? Giorgio Incantalupo
2007 May 04
2
question about more than one drop file
hello there all, if i have a script that writes drop files into /var/spool/asterisk/outgoing asterisk picks up the file and initiates the call just fine. however, what is supposed to happen if more than one gets dropped in there within like a second. Will it wait till the first is complete to initiate the second ? Do they dissapear ? thanks shawn -------------- next part -------------- An HTML
2007 Mar 22
2
Asterisk 1.4.2
Hi all, I upgrade my asterisk from 1.2.11 to 1.4.2 changing my entire dial plan but I have the following errors and I'm not able to call anymore. Do you know what can I have to do? My Asterisk is connected to a patton with a SIP trunk. [Mar 22 10:19:03] WARNING[16462]: chan_sip.c:12311 handle_response: Remote host can't match request BYE to call
2007 Apr 19
1
users.conf SIP registration fails
I recently upgraded from asterisk 1.2.13 to 1.4.2 and am looking at using the users.conf file to setup my users, before i was using real time SIP which worked fine. However when i create a user in users.conf i am unable to register the user form a softphone, however that same softphone can still register a different the users i currently have setup form the sip.conf from real time. i've
2007 Apr 17
2
Trigger a wake-up call from the shell?
I have set up a script that ensures certain services are up on my Asterisk box (Trixbox 2.0). I would like it to trigger a wake-up call if certain conditions aren't meant. How might I accomplish this from the shell? -- Donovan Niesen Customer Contact Services www.yourccsteam.com
2007 Apr 27
4
Unable to find a codec translation path from ilbc to ulaw
Hi! As the upstream of my DSL-connection is very slow, I'd like my sip-phones to use iLBC to connect to my *. My gateway provider only allows ulaw. Hence, I'd like to use the follwing setup: SIP-phone <--iLBC--> Asterisk <---ulaw----> PSTN-Gateway I get the following error: "Unable to find a codec translation path from ilbc to ulaw" Setup SIP-phone: disallow=all
2007 Apr 04
2
Remastering asterisk
Anyone have an idea to re master centos,in other worlds I have an asterisk on centos with all libraries and modules,how can I make it as an iso image ? Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of
2007 Apr 11
5
What is your Backup Strategy?
I was just curious to what your redundancy solution is. I have considered many options, so I thought I would share and get an idea for what others are doing. My setup is two different locations with a 10MB WLAN fiber link between the two. Each location has it's own PRI as well. I have considered and tested many options this last year or so. 1) Using hearbeat and drbd to monitor the
2007 Apr 23
1
Make an iso image or a kickstart
Dears Can anyone guide me ?? I want to put my asterisk system on an iso image like trixbox ,or how to make a. how can I do that ,I am using centos 4.4 final Regards _____ ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written