Displaying 20 results from an estimated 1000 matches similar to: "Network UPS Tools for APC Smart-UPS 5000VA 230V SRT"
2009 Feb 09
2
Asterisk + voxbone ==> Failed to authenticate user
Hi every all,
since a few weeks I came back to asterisk and tried to install version 1.6.
The installation went fine so I decided to buy new dids on Voxbone.
I have added the sip peers of Voxbone Belgium1 like this in the sip.conf
[81.201.82.39]
host=dynamic
type=friend
insecure=very
context=your_context
canreinvite=no
qualify=no
deny=0.0.0.0/0.0.0.0
permit=81.201.82.39/255.255.255.255
but
2018 May 08
2
multi step auth?
I *am* doing that, as I assumed it would be required just for the 911
mapping we have provided, but that doesn't change the SIP header.
Cheers,
j
On 05/08/2018 02:41 PM, Khalil Khamlichi wrote:
> try setting the callerid with
>
> same => n,Set(CALLERID(all)=17864089672 <17864089672>)
>
> ofcourse for each customer you will need to provide his own did.
>
>
>
2018 May 08
2
multi step auth?
Hi,
We have been using Voxbone for some time for origination, and they now
offer E911 services.? We are trying to set this up and having trouble
meeting their authentication requirements.
I setup a peer as I normally would, with user/pass as they supplied
("lacoursj", "pass"), but my calls are rejected.? Their support is
asking that I follow this auth mechanism:
1st step
2007 Jan 12
4
Voxbone Question
Hi List,
I recently signed up with Voxbone to get some International DIDs. I
was just about to purchase a DID this morning... but when I went to
get it.... voxbone wanted the end user's address information. So I
started to put it in... unfortunately... the end-user is in the
U.S....but the only options are for a few select cities in GERMANY!
I don't understand. Is there some
2008 Jun 13
1
Need a SIP trunk provider for US - Dallas/TX
All,
I'm in Dallas, TX, US and am looking for inbound-only DID service with
10+ channels on a SIP trunk. Is anyone on this list doing something
similar and have any recommendations for a provider?
Of course I'll be routing either SIP/IAX to an asterisk server that will
be hosted in a Dallas colocation facility.
I found VoxBone.com but they only want to deal with customers that can
2008 Sep 03
3
DID number
Hi All,
I bought a DID number from VOxbone...this number could be dialed from any
PSTN line and could be forwarded to any SIP server like asterisk
server...Now I need to forward this number to my asterisk server so when a
customer dial this number from his GSM or Land line PSTN number the call
will be forwarde to my asterisk server and I need to play a wav file for
example..
Can you please give me
2015 Dec 29
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
Device Manufacturer: NHS
Device Name: Laser Senoidal 5000VA
upsc output when the UPS is in normal condition:
battery.charge: 100
battery.current: 0.4
battery.date: 12292015
battery.runtime: 00000
battery.runtime.low: 59940
battery.temperature: 00
battery.voltage: 163.4
device.mfr: NHS Sistemas de Energia
device.model: Laser Senoidal 5000VA
device.type: ups
driver.name: gamatronic
2020 Mar 25
5
thoughts on tripp lite Smart Online UPSs?
We're looking at replacing some old APC SmartUPS 5000s with something
that has USB so NUT can more easily talk with it (and yes, I've tried
USB-RS232 adapters and every one I tried started kicking out errors
within a few hours).
One of the bids we have is for a "Tripp Lite UPS Smart Online 5000VA
4500W Rackmount 5kVA 200V/240V" as the potential replacement unit. I
have no
2011 Feb 25
1
question about "srt" argument in text() plotting function
Just wondering: it appears that "srt" does not accept a vector of
values, just a single value. I ended up using tapply() as the
following code snippet shows, so it's not a major problem. I was justa
little surprised that this argument (srt) differs from things like
"labels," "lty," "col," and so on, all of which accept (and recycle
as needed
1999 Aug 16
2
axis ignores srt/crt (PR#249)
Rotated text for axis labels should be possible with one of
par(srt=90)
axis(1,at,labels)
par(srt=0)
or
axis(1,at,labels,srt=90)
(or similar with crt instead of srt)
None of these works in pre0.65 or in 0.64.2
_
platform sparc-sun-solaris2.7
arch sparc
os solaris2.7
system sparc,
2003 Aug 16
1
equivalent of Splus command axis(..., srt=45, adj=1) in R
Dear R-users
moving from Splus to R (under Windows), I notice that command "srt" within a
plot in the original Splus code is ignored by R.
For example, if a plot something and then include the line of code
axis(1, at=Time, labels=Text, srt=45, adj=1)
the srt=45 command within the axis() command fails to draw Text at 45
degrees on the x-axis in R but it works properly in Splus.
I will
2006 Nov 07
1
R freezes with text(...., srt = -1e-8) (PR#9347)
Full_Name: Emmanuel Paradis
Version: 2.4.0
OS: Linux
Submission from: (NULL) (193.49.41.124)
Adding text to a plot makes R freeze if 'srt' is given a very small negative
value, eg:
plot(1, type = "n")
text(1, 1, "some text....", srt = -1e-8)
But if 'srt = -1e-6' (or smaller) or 'srt = -1e-19' (or greater), this works.
This seems to be OS-dependent:
2001 Aug 02
1
mtext and srt
Hello:
I am trying to get some text at an angle in the margins of a plot. I was
accustomed under older versions of Splus to using srt in the mtext command,
but that seems not to work under R,
> version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 3.0
2007 Aug 16
1
to combine bwplot + srt option?
Hi R-users,
Could someone help me to combine bwplot and srt option (exemple srt = 45
degree or srt 90 degree)? My graphic contains 146 boxplots, I would like
to label all of them. As you know, labels are not readable.
Thank you for your help in advance!
Lassana KOITA
Chargé d'Etudes de Sécurité Aéroportuaire et d'Analyse Statistique /
Project Engineer Airport Safety Studies &
2003 Jan 24
1
problem with srt vector in xyplot {lattice}
[ R 1.6.1 ]
PROBLEM
The plot of the appended code does produce
a postscript file which is not interpretable
by gv under Linux.
REMARK
If the srt argument is commented out or set to a constant
like 45 or 90, the ps file becomes interpretable.
CODE
xytest <- function( ... ){
with( airquality, { print( xyplot(
Ozone ~ Temp | Month
, panel
2016 Jan 08
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
Below the answers:
> This is the same as https://github.com/networkupstools/nut/issues/254 , right?
Yes, this UPS is the same.
> Does battery.runtime only get updated when on battery power, or is this with a different load?
> battery.runtime.low: 59940
> battery.temperature: 00
Yes, this time time is updated on battery power, This is a dynamic counter that changes with a different
2009 Aug 27
2
setting par(srt) according to plot aspect ratio
How can I look up the aspect ratio of a plot, so I can use that to correctly
adjust the angle of text which is supposed to be parallel to a line in the
plot?
The following example code works for a 1:1 aspect ratio, but puts the text
at the wrong angle if the plot region is short and wide or tall and narrow.
I can't find a par() component containing the plot aspect ratio. It will
be for
2006 Feb 04
2
srt --- slope text with function?
[resent, plus small addition; I do not understand why gmail sent a
weird charset.]
Dear R wizards:
I would love to write a general function that matches the slope of a plotted
line in an xy-plot at a particular x,y location. something like
x<- (1:10)^2; y<- 40:50;
plot( x,y, type="l", xlim=c(0,90) )
srt.at5 = text.at.current.plot.with.slope( x, y, 5);
text(
2010 Jan 08
0
[VUC] Today at 12 Noon EST (6PM CEST, 9AM PST) iNum with Voxbone
Hello,
In about one hour we should be chatting with Tim Behrins of Voxbone
about their initiative, iNum. I say "should" because he's the
scheduled guest, but I haven't heard from him today :)
Next week, we'll be "Hacking VoIP"
Feel free to top post your answers, it seems to stimulate conversation.
/r
http://VoipUsersConference.org for the usual data or jump on
2016 Jan 13
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
I wasn't clear.
battery.runtime.low is not a counter, but a value estimated in seconds that is decreasing conforming the battery is discharging. It's mean: How much time (in seconds) will be necessary until the battery achieve the depleted status ( http://www.networkupstools.org/protocols/sec.html#Estimated_Minutes ) . If the UPS don't have a load, this value will be higher than the