similar to: Cool New Website

Displaying 20 results from an estimated 500 matches similar to: "Cool New Website"

2008 Mar 13
1
Hardware Platform
We are in the process of building out www.dialaway4free.com, a free world wide calling service. I am writing RFQ's for hardware, since we are going to use asterisk as our call processor. I was wondering what is the best server platform to use that will support digium cards and handle sip termination for both clients and service providers. Also should I go with the open source of asterisk as
2006 Jan 26
1
Asterisk Setup Question -- Please Help
I have a question on Asterisk and whether it will work with the following design. Install ASTERISK on the external side of the Network. Purchase an AudioCodes 4/8 port Analog Fx0 gateway. So far everything seems straight forward. Here is the twist. The company currently has Cisco Call Manager 3.3 which does not support SIP Trunking. But it does have a VG248. I would like to place 4 lines
2005 Oct 14
2
Asterisk/Cisco Call Manager 3.3
I need to pick all the Asterisk and Cisco People a little. My company has a Cisco Call Manager 3.3, configured via h323 gateways. I have remote users that I want to place a SIP Server on the external WAN and be able to connect their phones to the system and be able to get calls and call people in the office going through the Cisco Call Manager and the h323 router. My only problem is that Cisco
2006 Feb 14
3
Inf values in a matrix
Hello, I have some Inf values in a matrix, but I don't want to replace them with some value but rather remove the rows that contain the Inf values. Also I would like to record the rows which were removed. Is there an easy way to do this instead of writing loops over the matrix? Thanks. Ita Cirovic Donev
2009 Mar 26
6
Need to find small footprint asterisk platform
Hey all, I have a potential project which calls for a very small form-factor computer like this: http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp However, I am needing an FXS port integrated into a small footprint computer. Nothing larger than a WiFi router or gateway device, but the smaller the better, and able to run Asterisk with at least a spare USB port
2005 Dec 23
2
for loop error
I have the following code and I am not sure what's wrong or how to make it work. B <- matrix(1,nrow=50,ncol=2) for (i in 1:length(size.out)){ # length(size.out=2) these are the two variables X <- var.range[i,1] # min Y <- var.range[i,1] # min ratio <- size.out[,i] for (j in 1:groups)
2006 Jan 10
1
GrandSTream 488/Asterisk
Has anyone tested a grandstream 488 FXO gateway on an Asterisk machine? I read that the 488 has a FXO port on it, can I use the grandstream 488 to pass traffic to the pstn from Asterisk. I would use this at home to pass traffic into a foreign country's PSTN over the internet. Thanks.
2007 Jul 04
1
Asterisk Support Question
I am thinking of building an Asterisk PBX, and had a question on a piece of hardware support. I want to include a 4 port PCI 10/100 Switch router card. For those not familiar it's a PCI card that acts as a switch. My question is would I be able to configure those 4 ports to support sip phones plugged in directly to the asterisk box instead of a switch. Thanks in advance
2006 Feb 13
5
search algorithm
Hi! I have a problem of finding a specific value in a column. For example, I have a matrix with say 2 columns X Y 1 -2.0341602 9.036689e-05 2 -1.4287230 1.807338e-04 3 -1.1194402 2.711007e-04 4 -1.0327582 3.614676e-04 5 -0.8130556 4.518344e-04 6 -0.7138212 5.422013e-04 7 -0.6634425 6.325682e-04 8 -0.6512083 7.229351e-04 9
2008 Mar 04
0
missing ${DIALSTATUS} in hangup extension?
Hi all, I've been working on debugging a bit of a custom dialplan system, and seem to have run into some issues on our development server. Hopefully someone can give me some pointers on this one! =) In a nutshell, we have a hangup extension that's being triggered to feed data back to an api on our main webserver that seems to be randomly "losing" the dialstatus channel
2004 Jun 28
4
zaptel compile error
have just updated the sources from cvs when i compile zaptel i get following error can help me ? nicolas snip.... zaptel.c: In function `zt_ctl_ioctl': zaptel.c:3042: warning: assignment from incompatible pointer type zaptel.c:3044: warning: assignment from incompatible pointer type zaptel.c:3052: error: structure has no member named `close' zaptel.c:3053: error: structure has no
2009 Jan 29
2
manager API with no login?
I've been searching around for a while, and haven't found an answer to this question, so here goes: Does anyone know if AMI can be configured to allow requests from another client without having to authenticate first? I would like to be able to restrict it based on IP address, and not require a login. Any help is appreciated. Thanks! -- Brooks R. Bridges Telecommunications Manager
2009 Mar 26
3
Asterisk multi-cpu
Hi, I know somebody is going to give me the link to the wiki hardware pages, but I can't find the answer there. I'd like to know if, for an Asterisk only system (nothing else of note running on it), I get a real gain from having 2 CPUs. Does the amount of traffic/SIP registrations/codec translation possible doubles with 2 CPUs? (each quad core E5420 to be precise)? Does it
2005 Oct 04
1
Asterisk Calling Card Platform
Can anyone tell me if there is a Calling Card Platform in which I can use in conjuction with Asterisk that can give me Authentication via the caller id of the user. I don't want a PIN based Calling Card system, but the software to be able to recognize the caller ID information and authenticate the users and allow them to call through the asterisk box. Thanks.
2009 Mar 25
3
OT: Accountless, free, skinnable, browser based SIP client wanted
I have a client that wants to put a phone on their web page for customers to call them via their Asterisk server. ) A keypad is needed to enter credit card details. ) "Speed dial" buttons like "Tech Support," "Sales," etc. are a requirement. Actually, passing the SIP address in the HTTP link would work with a bit of arm twisting. ) Free is preferred, but not a
2008 Oct 13
1
ifbyphone/google analytics
Any thoughts? http://www.websitemagazine.com/content/blogs/posts/archive/2008/10/13/go ogle-analytics-track-phone-calls.aspx Regards, Dean Collins Cognation Pty Ltd dean at cognation.net <mailto:dean at cognation.net> +1-212-203-4357 Ph +61-2-9016-5642 (Sydney in-dial). -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Mar 22
1
Rspec not loading fixtures
I am taking over a code base and am trying to run the tests. I am somewhat new to RSpec so this might be a trivial problem. Basically I can tell that the fixtures are not getting loaded. All 100 tests fail with a similar error. But I don''t know why. Below is the code, with my narrative with *** before it... Can you see anything or give me a clue where to look. So far I am coming up
2008 Jan 15
3
How to interrupt a loop by pressing a key?
Hello, Does anyone know a way of interrupting a loop by pressing a key (besides ctrl-c)? My problem is the following: I have a machine acquiring data and saving text files into a directory. I have an R script that read those files, process them and plots the results. What I would like to do is: process the data as the files appear in the folder (I've done that do with a loop that checks
2007 Jan 19
3
Something cool I learned about rspec today
I found an awesome feature today. When you''re setting expectations, you can actually pattern match the parameters to methods. Here''s my discussion and example: http://evang.eli.st/blog/2007/1/19/parameter-matching-in-rspec Pat
2006 Jun 18
0
Very cool scriptaculous table drag and drop stopped working on new version
Using older versions of prototype.js (1.4.0_rc2) and scriptaculous (1.5._rc4), I had a master table containg other tables (sections), each of which had rows. Using tbody''s as containers, I could drag the section tables up and down over the other section tables AND drag the rows in a section table up and down within that table or into the rows of the other section tables, all very