similar to: Limiting call minutes on a GSM SIM

Displaying 20 results from an estimated 8000 matches similar to: "Limiting call minutes on a GSM SIM"

2005 Sep 19
2
kill a .call file
Any means of killing a .call file that is in progress? James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956
2005 Jun 19
4
bluetooth audio and asterisk
Has anyone successfully used a standard bluetooth enabled system to connect to a standard bluetooth enabled mobile phone (not the bluetooth to FXS converters) to create an audio path for phone calls with asterisk, if so is there a writeup on what was done so that others can replicate this. What I am thinking is that via alsa/oss/whatever you should be able to use the bluetooth audio channel as a
2008 Jan 14
7
GSM SIM Cards and Digium, or GSM SIM Adaptor
Hi List; Is there an Digium cards support GSM SIM cards so we can fix an SIM card to be used for calls within mobiles as it is less rate? Or I have to use an FXS to SIM adaptor? If yes, then anyone advise a models and prices? Regards Bilal ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo!
2005 Jun 02
2
voip provider request
I am looking for a voip provider that provides good rates (below 5 cents/min or unlimited) to UK NCFA numbers. Braodvoice advertises they do unlimited to NCFA but does not have the ability to actually termiate those calls as per the CTO Nathan Stratton, and last he said they dont even have contracts in place to get service provisioned for that. As such I am looking for another provider to take
2005 Apr 21
8
Email to Fax
Anybody doing email to fax using spandsp?
2006 Feb 03
2
can asterisk to say chinese like say english
this is not just playback recorded voice. this is let asterisk say chinese. how to do this. there have any ideas? -- Jeffery iaxtel Num: 1-700-576-1311 fwdnet Num: 728150
2006 Jan 29
2
Access Codes
Or you can use authenticate() and have it take its 'passwords' form a text file on your machine. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > trixter aka Bret McDanel > Sent: Sunday, January 29, 2006 5:37 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion
2005 Sep 21
2
ftp.soft-switch.org down?
Guys, is Steve's ftp site down? DNS says ftp.soft-switch.org doesn't exist. Anybody else seen this?
2005 Jul 10
6
iax.cc opinion request
I am considering using iax.cc (sixtel) and wondering if anyone had opinions, good or bad. Are there outages with any regularity? How responsive are tech support? How is packet loss? I am particularly interested in termination to the UK, but will accept any comments people have. Thanks -- Trixter http://www.0xdecafbad.com Bret McDanel UK +44 870 340 4605 Germany +49 801 777 555 3402 US
2006 Jan 23
7
G729a Pass-Through and Recording/Monitoring
Hello, I am wondering about the ability of a server that is simply passing G729 through it to have the ability to record the calls. I know for voicemail, meetme, and things like that to work, a G729 license must be installed on the machine since there is transcoding going on. Is this also true for recording of calls? Will I require licensing for each recorded call? Will the server see a
2005 May 12
5
VoiceBlue GSM
Hello All * users. I have been looking for a way to allow GSM termination through Asterisk to occur. I am not a Telekom fundi and I have set up IAX2/IAX/SIP on asterisk with the ZAP channels via the Digium TDM 400P. I am unable to find any place that can tell me the cost of the VoiceBlue with a currency to I can calculate the cost of buying one. Alternativly - or just out of interist - I
2006 Feb 03
2
g729 license question
I am wondering how the g729 licenses are done during calls. If I have N licenses for g729, and N are in use and an additional call comes in that requests N+1 to be in use, how does asterisk handle that call? Does it dump it? Does it negotiate another codec automagically? Basically what happens to that call, obviously it wont (shouldnt) let you use more licenses than you have available, but
2004 May 31
4
wake-up call
Hi there! I just try to play with die wake-up function described in http://www.voip-info.org/wiki-Asterisk+tips+wake-up Everything looks fine but there seem to be missing some soundfiles like "wakeup-menu". Where can I get these files in order to make this feature usable? Regards Julian Pawlowski
2005 Aug 28
4
Mplayer as replacement to mgp123 in MP3Player cmd
There is a patch to mplayer that allows it to suppress stdout messages and instead output pcm data to stdout. I managed to get it working with app_mp3.c and seems like it is working fine. All that was needed was a change in the execl line and a slight increase in timeout value. I have only done limited testing. If mplayer is able to replace mpg123 without issues, this opens up a whole lot of
2004 Jun 17
7
TDMoE Question
Just a Question. I would like to know if TDMoE follows specifiaciones of TDMoIP RAD protocol that says that there is a compression of 16/1 when you do TDMoIP. Manuel Marin Garcia TRANSTELCO S.A. DE C.V. Campos Eliseos 9050 B4 – Cd. Juárez, Chih. 32452 - México Oficina: +52 656 692 11 09 – Fax: +52 656 692 1112 - Celular: 915 727 6141 http://www.transtelco.com.mx
2006 Jun 16
2
MOS Scores and LCR
Is there any tool that can do LCR for Asterisk but also take into account MOS scores? Is it possible to automatically generate MOS scores on random "calls" so as to keep an updated database on a per provider, per destination, per time-of-day score? Hopefully, with that information we can create a better LCR module or script? Thanks, Daniel
2005 Jun 26
30
LiveVoip is Bankrupt
So it looks like Livevoip went Bankrupt ------------------------------------------- There is a Federal Court Order in place and has been since Friday early a.m. ALL Suppliers are now under a Court Order that prevents them from terminating any and all services to LiveVoip LLC. If they take such any action they will be in direct violation of a U.S. Federal Court Order. If you have any questions
2004 May 24
1
Null model for arima.sim().
In some time series simulations I'm doing, I occasionally want the model to be ``white noise'', i.e. no model at all. I thought it would be nice if I could fit this into the arima.sim() context, without making an exceptional case. I.e. one ***could*** do something to the effect if(length(model)==0) x <- rnorm(n) else x <- arima.sim(model,n) but it would be more suave if one
2005 Oct 10
1
using innov in arima.sim
Hello, I have used the arima.sim function to generate a lot of time series, but to day I got som results that I didn't quite understand. Generating two time series z0 and z1 as eps <- rnorm(n, sd=0.03) z0 <- arima.sim(list(ar=c(0.9)), n=n, innov=eps) and z1 <- arima.sim(list(ar=c(0.9)), n=n, sd=0.03), I would expect z0 and z1 to be qualitatively similar. However, with n=10 the
2005 Oct 02
2
arima.sim bug?
Hi, I am using the arima.sim function to generate some AR time series. However, the function does not seem to produce exactly the same time series when I specify the innov parameter. For example > r <- rnorm(300) > x <- arima.sim(300, model=list(order=c(1,0,0),ar=c(.96)), innov=r, n.start=10) > y <- arima.sim(300, model=list(order=c(1,0,0),ar=c(.96)), innov=r, n.start=10) >