Displaying 13 results from an estimated 13 matches for "prespective".
Did you mean:
perspective
2008 May 14
3
Question about SS7
...used in PSTN for call management, setup, etc. The thing that I don't
understand is how SS7 plays a role in VOIP. When I make calls between
landline and Asterisk via PSTN, I don't need to do anything with SS7. Is it
because the SS7 signalling is already done by Asterisk already? From the
prespective of implementing Asterisk, what kind of SS7 support is needed?
Is SS7 something needs to be concerned about when using Asterisk with T1/E1?
I hope someone can help me to clearify these doubts that I am having.
Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed......
2019 Aug 28
0
TLS_REQCERT and Samba AD DC
...But if i ask who did configure a CA for there Samba AD-DC's, I expect only 20% to say yes.
I adviced this because, i did see that he did not configure tls in his config for the DC.
So to avoid errors from a "client" perspective on the server and not "samba-ad-dc server" prespective.
I say set it because it is a simple adjustment, from the client perspective on the server,
you "might" want to try this if you have errors.
Now that 'tls verify peer', now this is one i totaly missed.
Good you pointed this out.
I've been able to back track this to chang...
2007 Jul 23
0
Problem w/ MySQL update from perl AGI script
...my $query = "INSERT into caller_data (DateTime, ANI, Q1, Q2, Q3, Q4, Q5)
VALUES($TIMESTAMP,$ANI,$Q1,$Q2,$Q3,$Q4,$Q5)";
$sth = $dbh->prepare($query);
$sth->execute;
$sth->finish;
Then, When I try an put it together with the AGI commands, the IVR works nicely
from a caller prespective, but I get no update in the MySQL table:
#!/usr/bin/perl
#
#
use DBI;
use Asterisk::AGI;
$dsn = "DBI:mysql:DBname;localhost;3306";
$dbh = DBI->connect($dsn,username,password);
$drh = DBI->install_driver("mysql");
$AGI = new Asterisk::AGI;
my %input = $AGI->Read...
2009 Mar 26
1
arima, xreg, and the armax model
Hello all,
I''m having fun again with the arima function. This time I read in:
http://www.stat.pitt.edu/stoffer/tsa2/R_time_series_quick_fix.htm
<<It has recently been suggested (by a reliable source) that using xreg in
arima() does NOT fit an ARMAX model [insert slap head icon here]. This will
be investigated as soon as time permits.>>
(by R.H. Shumway & D.S. Stoffer)
2004 May 17
1
batch-mode fixes [was: [PATCH] fix read-batch SEGFAULT]
Chris,
to put things in the right prespective, you should read (if you haven't
done so already) the original paper describing the design behind batch
mode. The design and implementation of this functionality goes back to
a project called the Internet2 Distributed Storage Infrastructure
(I2-DSI). As part of that project, the authors c...
2005 May 31
9
Can shorewall be setup in a datacenter environment?
Hi,
New here... I would like to setup shorewall on a dedicated box protecting a
mutiple web, mail and dns server in the datacenter. All the ip address will
be public ip (No LAN setup). I would also like to do traffic shaping and
install Snort as well in the same box.
Can Shorewall do all this? Is there any docs on that? Do i need to configure
Shorewall as a bridging firewall in order to do
2014 Jan 07
2
[LLVMdev] A question about everyone's favorite constructs: NSW and NUW
...the NSW (and NUW) bits to the DAG, and query them in the address mode matching to match across (sext (op nsw ...)) and (zext (op nuw ...))
>>
>> 3) Add a complete hack to CodeGenPrepare (or similar) which does #1 as a non-canonical step in the IR.
>
> Here are some of my current prespectives that are *loosely* related to the issue. All FWIW. There's no need to debate them in this thread other than as they apply to the problem at hand.
>
> - I agree that promotion to 64-bit loses information and should only be done when target information tells us that it's good for code...
1997 Aug 06
2
set unix time via samba
hi out there,
first of all: samba is pretty cool!
question: is there a way to synchronize the clock of my linux box to a
win95 box (something like 'smbnet time \\win95 /set /yes')?
cheers
jodok
;-----------------------------------
Jodok Sutterluety
Austria, Vienna
Tel: ++43 1 4080791
email: js@bonus.unterland.at
;-----------------------------------
2005 Dec 29
2
Jigdo, etc...
Hi folks,
I've just finished rsyncing/downloading/jigdoizing the entire i386/x86_64
CentOS 4.2 distribution.
If anyone is interested go to
http://mirror.tcs.ii.uj.edu.pl/jigdo/
You'll need to edit the .jigdo file by hand to change the server section
[Servers]
CentOS42=file:/opt/mirrors/centos/4.2/
to point to a local mirror (file, http or ftp), ie. to use kernel.org:
[Servers]
2014 Jan 05
4
[LLVMdev] A question about everyone's favorite constructs: NSW and NUW
So, I know there are a lot of mixed feelings about NSW and NUW, but I'm
running into a common pattern where they really help:
void f(char *array, int i) {
// do some stuff...
g(array[i++]);
// do some more stuff...
g(array[i++]);
// more of the same
}
So, this kind of code comes up pretty frequently. Unrolled loops with an
int IV[1], encoding, decoding, compression, etc. What
2019 Aug 28
8
Problems joining station in domain
Hai,
I re-checked your config that looks all good, few minor things.
Now, i noticed this in Andrews comment.
Quote:
The problem here is that Samba's python libraries are trying to find
the DNS record they just added over RPC, but can't using LDAP. They do
this to fix the ownership of the records, as otherwise they will be
owed by the administrator, not the DC.
What is in
2002 Jul 08
9
Cannot Sync Browser Lists
I run an IPsec/Freeswan VPN to connect 4 disparet windows LANS.
I managed to RTFM until cross-subnet browsing worked (samba 2.0).
Having upgraded to 2.2.3 It would seem that this feature is not working.
BACKGROUND:
originally all sources of information led me to understand that I would
need a box running samba behind the firewall/IPsec box as I could not
even ping a remote internal IP from the
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh
Rathor at Oracle. The entirety of the design and development was done
by him; I have only reworked, reorganized, and simplified things in a
way that I think makes more sense. The vast majority of the credit
for this effort therefore goes to him. This version is labelled v13
because it is based on his most recent series, v11.