search for: navy

Displaying 20 results from an estimated 421 matches for "navy".

Did you mean: nav
2007 Nov 13
1
Toshiba DK - Asterisk Integration
Hi All, I am new to both Asterisk and PBX stuff. I have 3 Tohiba PBXs in 3 separate offices as follows, Toshiba Strata dk28 Toshiba Strata dk280 Toshiba Strata dk8 I need to install 3 Asterisk servers in these 3 locations and integrate them with each of the Toshiba PBX s. This is to give IP Phones/soft phones to the users and to route these VOIP calls through the PBX to POTS. What are the
2007 Nov 07
3
ztdummy, zttest
Hello, Today we setted up a server that needs to use MeetMe but doesn't have any Zap hardware. So we need to use ztdummy (at least, this was our idea). Rarely: zttest is not working at all (100% bad, using zttest -v doesn't give anything, etc.). Of course, after load ztdummy, there isn't any background or anything. It is the same kernel (Debian Etch default kernel, 2.6.18) than
2007 May 25
1
Problem with call parking
I am trying to test the call parking, but It doesn't fonction :(these are my config files.extensions.conf:include=>parkedcallsexten => 4000,1,Dial(SIP/4000,60,tT)exten => 4001,1,Dial(SIP/4001,60,tT)exten => 4002,1,Dial(SIP/4002,60,tT)In features.conf:[general]parkext => 700 parkpos => 701-720 context => parkedcalls [featuremap]blindxfer => # disconnect => *0
2007 May 24
3
Echo on hard SIP devices...
We have an installation with around 50 sip phones but only 5 of those are hardware. There are three Grandstream phones, one Snom and one PAP2T. We are running Asterisk 1.2.8 with an E1 (R2). Only the hard phones are having problems which are either echo or distortion. The softphones all work fine and no one is reporting any problems. They are using 3Com switches which are fairly new. I
2004 Jan 15
5
Lattices: Cloud: Background
Hi, There's probably some simple way of doing this, but I'm just not seeing it - How do I get the background to be white instead of grey when I have a cloud plot (using the lattices package)? par(bg="white") isn't working. I'm assuming par commands won't work on lattice plots. What should I use instead? Thanks, Adrienne [[alternative HTML version deleted]]
2005 Mar 08
2
Trying to get ADS authentication working.
I have been trying in vain to get ADS domain authentication working. I can't figure out what is wrong and have read the docs and looked through the mailing lists. I'm not sure why better documentation hasn't been written on the web site for the ADS feature since it's pretty spectacular to be able join a Samba server natively to an AD domain. I have successfully joined the samba
2003 Dec 21
4
First version of the ActiveX version of DIAX (0.1.0) available for download
Hi all, A first basic version of DIAX as an ActiveX can be downloaded from: http://www.laser.com/dante/diax/activediax.zip There is only one small file (diax.ocx) and a readme.txt with the usage instructions. For the moment you can only place authenticated (or not) calls and there is no feedback (ring, messages, etc) Put this simple thing on your web page and you will be able to dial from any
2009 Jan 16
0
No subject
....0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial&g...
2005 Mar 18
5
idmap LDAP backend
I'm trying to use the LDAP backend for the idmap database but I just can't seem to get it to work. There really is rather pathetic documentation out there on how to implement this. I've basically got my ldap server setup with an OU called smb and another OU under it called idmap. Here is my smb.conf file: [global] workgroup = HQ server string = Theo's Samba Server
2005 Sep 23
2
ADS Issues and possible bug in 3.0.20
Before I lay out the problems I am currently suffering from let me describe my environment: Dell OptiPlex GX270 2.6Ghz 512MB Ram RedHat Linux Fedora Core 3 with all current updates. Samba compile is version 3.0.20 stable. Uname -a: Linux theo.hq.navis.net 2.6.12-1.1378_FC3 #1 Wed Sep 14 04:24:31 EDT 2005 i686 i686 i386 GNU/Linux Everything was running fine until my last YUM update.
2009 Jan 16
0
No subject
....MsoHyperlinkFollowed {color:blue; text-decoration:underline;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; font-size:12.0pt; font-family:"Times New Roman";} span.EmailStyle18 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dblue> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial>...
2007 Nov 02
2
sip show peers in 1.4.13
What happened to "sip show peers" in 1.4.13? Jerry
2006 Nov 13
3
FW: Desktop integration
...erline;} span.EmailStyle17 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{mso-style-type:personal-reply; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfont-family:Arial; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspcolor:navy;} @page Section1 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{size:612.0pt 792.0pt; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspmargin:72.0pt 90.0pt 72.0pt 90.0pt;} div.Section1 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&a...
2019 Aug 07
1
difference in behaviour of --filter --delete: cmdline vs. file
Hello, I want to avoid transferring a file which is present both on the source tree and on the target tree when calling rsync with -a --delete. mkdir -pv src/ dst/ echo file1 > src/file echo file2 > dst/file rsync -navi --delete --exclude file src/ dst/ works as expected. The file is not transferred nor is it deleted at the receiver. rsync -navi --delete --filter '- file' src/
2007 Jul 12
0
No subject
...m:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:blue; text-decoration:underline;} span.EmailStyle18 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dblue> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DAria...
2010 Mar 02
4
Add pool.ntp.org to TipsAndTricks/Server_Time
Hey I would like to add the URL http://www.pool.ntp.org/ to the wiki entry TipsAndTricks/Server_Time so people can find different servers to tick.usno.navy.mil Just something like: If you don't want to use navy.mil you can find a ntp server near you under ... Comments? Cheers Didi -- Hoffmann Geerd-Dietger http://contact.ribalba.de
2007 Jun 15
0
No subject
conversation with a third party with them.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial...
2009 Jan 16
0
No subject
...uote class=3D"gmail_quote" style=3D"border-left: = 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;= "> <div link=3D"blue" vlink=3D"purple" lang=3D"EN-US"> <div> <p><font color=3D"navy" face=3D"Arial" size=3D"2"><span style=3D"font-size:= 10pt; font-family: Arial; color: navy;">There are a couple SIP clients in = the App store; the first one I tried (WeePhone) supports STUN but breaks horribly w= hen you try to connect to an Asterisk s...
2009 Jul 25
4
graphs
Hello, I am plotting two distributions and want to draw a vertical line at the critical point 149. How can I stop it from going further up than the norm(140,15) curve? x<-seq(75,225,0.1) plot(x,dnorm(x,mean=140, sd=15), type='l', col='navy') abline(v = 149, col = "black") curve(dnorm(x,mean=150, sd=15),from=75, to=225, col='orange', add=TRUE) Thank you. Sincerely, Mary A. Marion
2011 Apr 12
0
No subject
....0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <div style=3D'border:none;border-left:solid blue 1.5pt;padding:0i...