similar to: IP PAX gateway to PSTN

Displaying 20 results from an estimated 6000 matches similar to: "IP PAX gateway to PSTN"

2005 Feb 16
4
[LLVMdev] Install fails due to missing 'pax' tool
Hello, I've just tries make && make install on a fresh CVS tree, and get: llvm[0]: Installing include files /bin/sh: line 1: pax: command not found Two questions. 1. Why install process requires some nonstandard tool? Is it possible to get away without it. 2. autoconf/configure.ac has this: AC_PATH_PROG(PAX, [pax], [pax]) but Makefile.rules uses plain 'pax',
2005 Feb 16
0
[LLVMdev] Install fails due to missing 'pax' tool
Vladimir, I believe I've corrected this situation with version 1.299 of Makefile.rules. It now only uses find and install to do the installation of the header files. pax isn't used any more. Hopefully this helps you. Reid. On Wed, 2005-02-16 at 04:18, Vladimir Prus wrote: > Hello, > I've just tries make && make install on a fresh CVS tree, and get: > >
2005 Feb 16
0
[LLVMdev] Install fails due to missing 'pax' tool
On Wed, 2005-02-16 at 04:18, Vladimir Prus wrote: > Hello, > I've just tries make && make install on a fresh CVS tree, and get: > > llvm[0]: Installing include files > /bin/sh: line 1: pax: command not found > This is a known issue. We plan to make the makefiles not depend on pax. > Two questions. > > 1. Why install process requires some nonstandard
2006 Mar 31
10
Building Asterisk embedded device
Hi, I want to build a PBX base on Asterisk using an embedded device. Can anyone please recommend an embedded device I can use for doing so? I will install linux or freebsd in the device. Thanks A
2006 Feb 08
1
SPA-3000 VOIP-PSTN gateway - long delay between answering and ringing
Greetings, We are currently testing a Sipura SPA-3000 as a gateway from our Asterisk system to a PSTN line for 911 access. We have a number of locations and want to place an SPA-3000 in each, connected to a PSTN line that will provide the correct ANI/ALI information to 911 for each location. It all works great, except for a reasonably significant (4 seconds) delay between when the SPA-3000
2009 May 21
3
PSTN Connection
Hi Which is the best interface card to connect PSTN line with Asterisk. Can somebody please help. My intention is to route the incoming PSTN calls to internal IP Phones through Asterisk and Vice versa. The Asterisk is in LAN and is reachable from all the IP phones in the LAN. Thanks Manoj -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 May 14
3
[CFT] ASLR, PIE, and segvguard on 11-current and 10-stable
Hey All, [NOTE: crossposting between freebsd-current@, freebsd-security@, and freebsd-stable at . Please forgive me if crossposting is frowned upon.] Address Space Layout Randomization, or ASLR for short, is an exploit mitigation technology. It helps secure applications against low-level exploits. A popular secure implementation is known as PaX ASLR, which is a third-party patch for Linux. Our
2014 May 14
3
[CFT] ASLR, PIE, and segvguard on 11-current and 10-stable
Hey All, [NOTE: crossposting between freebsd-current@, freebsd-security@, and freebsd-stable at . Please forgive me if crossposting is frowned upon.] Address Space Layout Randomization, or ASLR for short, is an exploit mitigation technology. It helps secure applications against low-level exploits. A popular secure implementation is known as PaX ASLR, which is a third-party patch for Linux. Our
2008 May 12
2
Newbie Dialplan: Best Practice in using Context - Do not use Default??
In "The future of Telephony", it says "... We should also note for security's sake you should always make sure that your [incoming] context never allows outbound dialing. (If by chance it did, people could dial into your system and make outbound toll calls that would be charged to you!) The book was demonstrating using a PSTN environment and the zapata.conf was something like:
2006 Feb 09
1
SPA-3000 VOIP-PSTN gateway - longdelaybetweenanswering and ringing
You can even set it to zero. Mine works well when in zero. The line pick up immediately :> -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Stenton Sent: Thursday, February 09, 2006 6:57 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] SPA-3000 VOIP-PSTN
2008 Oct 31
14
questions on zfs backups
On Thu, Oct 30, 2008 at 11:05 PM, Richard Elling <Richard.Elling at sun.com> wrote: > Philip Brown wrote: >> I''ve recently started down the road of production use for zfs, and am hitting my head on some paradigm shifts. I''d like to clarify whether my understanding is correct, and/or whether there are better ways of doing things. >> I have one question for
2006 Jan 14
4
tuning an x100p in Australia for echocancellation
> > That would be called a milliwatt generator. It likely exists in their > central office, but its typically used by their technicians to ensure > new installations meet specs and sometimes in troubleshooting. Call your > telco repair number and see if they will give you the telephone number > for it. I'll try that. 1st line technical support at Telstra are not known for
2010 Aug 25
1
Could not request certificate: Neither PUB key nor PRIV key
Oh my god.... what is this? Getting this on first boot of new client. Aug 24 01:11:09 app03 puppet-agent[5392]: Reopening log files Aug 24 01:11:09 app03 puppet-agent[5392]: Could not request certificate: Neither PUB key nor PRIV key:: header too long I stop the client, and remove the ssl directory on the client: [root@app03 puppet]# service puppet stop Stopping puppet:
2004 Oct 25
5
[LLVMdev] Some Questions about LLVM
hi, all I have some questions about LLVM 1. I recently compiled LLVM on my X86 machine correctly. But when I use the built LLVm compiling programs(in the getting started guide), I got an warning saying can not find library "lc" (something like that). Yet LLVM did yeild a execution native code and it runs correctly except with a waring saying something like "__main**"(I
2004 Oct 25
0
[LLVMdev] Some Questions about LLVM
On Mon, 25 Oct 2004, zhou feng wrote: > I have some questions about LLVM > 1. I recently compiled LLVM on my X86 machine correctly. But when I use > the built LLVm compiling programs(in the getting started guide), I got > an warning saying can not find library "lc" (something like that). Yet > LLVM did yeild a execution native code and it runs correctly except with > a
2010 Jul 22
9
First Foray into Parameterized Classes.... not so good
I have this: class foo::foobar ($version) { } which is called like this: class facility::sanjose inherits facility::common { class { foo::foobar: version => "1.3.13" } } puppet complains with this on the client: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find parent resource type ''facility::sanjose'' of type hostclass in
2004 Jul 19
2
Mac OS X installer: missing files fix
I've paraphrased the OS X installer developer's comments: there's a bug in Installer that is preventing the archive from working right. Below is the fix for the problem. First (obviously) run the installer. Since the executables are in the archive.pax.gz file in the installer package, first do a "show package contents" on the package file, then unstuff the enclosed
2018 Oct 11
10
Transponer data frame.
Hola, Tengo la siguiente base de datos Numero de vuelo Nacionalidad Pax 1240 Argentina 2341 1240 Uruguaya 4432 1240 Paraguaya 67000 1240 Brasilera 1234 1241 Argentina 7344 1241 Uruguaya 543000 1241 Paraguaya 3000 1241 Brasilera 234000 y quiero que quede del siguiente modo: Numero de vuelo Nacionalidad_argentina Nacionalidad_uruguaya Nacionalidad_paraguaya Nacionalidad_brasilera 1240 2341 4432
2010 Jul 30
5
Parameterised Classes in 2.6.0... still no luck
I downloaded the latest version of puppet 2.6.0 today, and still can''t get parameterised classes to work. At least, I think it''s 2.6.0... the version number in the RPM spec file says 0.25.5. This simple example: /etc/puppet/manifests/nodes/pax/name01.pax.xxx.com.pp: node ''name01.pax.xxx.com'' { class { amodule::afunc: version => "1.0" } }
2004 May 14
4
IP-PSTN / PSTN-IP Gateway Service Providers
We manage our own VOIP solution using Asterisk. Has anyone had success with an IP-PSTN provider? I'm looking for someone to terminate SIP calls to the PSTN in the Seattle, Washington area. (vice-versa as well if possible) Yes, I could do it myself via asterisk and digium cards but I would like to consider other options. Any opinions? Thanks, Chad -------------- next part