similar to: Is it possible to have a remote Phone work behind Nat without a VPN?

Displaying 20 results from an estimated 600 matches similar to: "Is it possible to have a remote Phone work behind Nat without a VPN?"

2004 Apr 20
20
Cisco 7970
I currently have two Cisco phones, a 7960 and 7970. The 7960 has a SIP OS on it and the 7970 has a SCCP. When the 7960 powers up it loads OS79XX.TXT, SIPDefault.cnf, SIP000E3875266C.cnf, RINGLIST.DAT, and dialplan.xml. I have a Cisco SmartNet agreement with the phone so I have access to download the firmware. I recently purchased a Cisco 7970 phone and was in the process of configuring
2005 Mar 22
2
Cisco 7940 and multiple simultaneous calls
We've just started testing with Asterisk (CVS HEAD) and a pair of Cisco 7940G phones running the SIP 6.3 firmware. One issue that we've run into is the ability to have multiple calls ring to the phone. Our scenario is that the user is using an extension and another call comes in for that extension. We'd like to have that second call ring the second line -- the same extension is
2003 Nov 01
13
Quick Question
Apologies if there is a cleanly written and searchable FAQ that I could be directed to. I have no problem to RTFM if I can find the FM... Does Asterisk currently operate under RH9? I have IBM Netfinity 4000R servers that do not support X windows under RH8.x and I prefer not to go back to RH7.3... BTW, where would I find a useful FM? David -- David J. Sussman, MBA email:
2005 Mar 17
1
Cisco 79XX Phones
Hello Everyone, I'm trying to add a Park Button to Cisco 7960G phones connected to an Asterisk box. Does anyone know if this is possible? I'm concerned that our customer will not understand that they have to dial #700 to park a call. Are there programmable softkeys in the Cisco SIP software? Thanks so much Dan ----- Dan Levine CYTEXONE | Your Technology Specialists t: 877.CYTEXONE x
2009 Apr 13
1
should sub(perl=TRUE) also handle \E in replacement, to complement \U and \L?
Currently sub(perl=TRUE) allows you to specify \U and \L in the replacement argument so that the rest of the subpatterns in the line (the \\<digit> things) will be converted to upper or lower case, respectively. perl also also has a \E operator to end these case conversions for the rest of the subpatterns (so they retain whatever case they had in the original text). For symmetry's sake
2005 Jun 09
23
Voicemail and MS Exchange Synchronization
We have a customer considering migrating from a large Nortel PBX with a third-party voicemail system to Asterisk but one of the features they really like is the automatic synchronization of voicemail between Exchange and their voicemail system -- delete a message from the voicemail system and it is deleted from their email inbox and vice versa. Searching has not revealed anything like this
2009 May 08
4
monitoring traffic through shorewall
Dear All, I have been using -- shorewall-4.0.14-1 on Centos 5.2 and its been working just great. i would like to monitor shorewall traffic ( i mean the allowed and dropped traffic passing through my firewall )with a browser from any location apprecite if someone could help me or advice me which software or add on utility would do the above. really apprecite thanks nd regards simon
2009 Mar 24
4
cls_flow
Hello Tom, On the page 'http://lwn.net/Articles/313328/' i found info about changes in 'cls_flow.c' in kernel-2.6.29: net/sched/cls_flow.c | 4 +- and may be now it will work properly to everyone's entertainment. Thank you, Alex --- Прогноз погоды ТУТ - http://pogoda.tut.by
2008 Sep 17
3
Is there a way to not use an explicit loop?
I have a problem in where i generate m independent draws from a binomial distribution, say draw1 = rbinom( m , size.a, prob.a ) then I need to use each draw to generate a beta distribution. So, like using a beta prior, binomial likelihood, and obtain beta posterior, m many times. I have not found out a way to vectorize draws from a beta distribution, so I have an explicit for loop
2002 Oct 19
0
Fwd: [hangout] Busy Week for NYLXS [ruben@mrbrklyn.com]
On 2002.10.19 19:44 Ruben I Safir wrote: NYLXS is having a watershed week this week and I'd like to personally extend my hope to everyone to participate and prosper from all of our activities. On Sunday, We are papering Long Island City and Astoria with Flyers for the Free Software Business Demo at LaGaurdia College. We are meeting at the front Entrance of the Queens Citicorp Building
2011 Dec 05
1
Toggle cASE
Hello R-help list,   I am looking for way to toggle the case of the characters like a flip-flop; that is from ''Hello'' to "hELLO" or vice versa.   I know that there are a number of functions like casefold, tolower, toupper, etc. but these functions change the case in an uniform way.   Thanks in advance,   Antonio Rivero Ostoic         Antonio Rivero Ostoic PhD Student,
2009 Mar 02
1
trying to get rid of for loop in simple scenario
Hi, I have a problem in which i am having trouble vectorizing a snippet of my code to avoid a for loop. A basic example of what I'm trying to do is below. #simple example of problem x = c(1,1,3,3,6,7,8,8,9) # I create a vector that contains the unique values of x y = unique(x) y = c(1,3,6,7,8,9) #### Now I want to create a vector, say z, in which has the same length of y, but
2009 May 29
1
code optimization problem ... using or not using "which" function
hello all, I have two data sets that share certain fields of of interest ( facility, unit, date) which I want to match up, and from this extract information from one dataset and store it in the other. my first initial idea (which I know is bad) goes like this: ## capacity and new_trayloc are datasets in example code: for( i in 1: nrow( new_trayloc) {
2013 May 03
2
Find the flow data from its accumulation of the panel data
Hi, I have the panel data of income statement of several banks. The date 9803 means 1998-Q1, 9806 means 1998-Q2, etc. I transform the date code to 1 (for 1998Q1), 2 (for 1998Q2), ...., 16 (for 2011Q4) where 1, 2, .... are placed in Col1. Now the income statement of a specific quarter is actually the accumulation from the beginning of the year. For example, the cost data of 1999Q3 is the
2001 Dec 15
3
winbindd: local unix users vs. NTdomain users ........
Hi! I use Samba 2.2.2 on Linux Red Hat 7.1. My Samba server is NT domain member (security = domain), and I use winbindd. I detect some strange situation, as I look. See below. For example, my NT domain is MYDOMAIN (PDC implemented on NT4), and this domain have user myuser (MYDOMAIN+myuser as see him Samba&Winbindd). Linux, which run Samba&winbindd, have local user myuser too. Local
2006 May 14
7
[LLVMdev] Release 1.6 LLVM-Cfrontend build error on cygwin
Dear llvmdev, I am new to LLVM , but have a task on writing a LLVM backend to generate some architecture specific assembly file. Here is my cygwin build setting: GCC 3.4.4 , BIN UTILITY 2.15 ,and all other packages of the right version listed on the LLVM Getting Started doc. I have successfully built Release 1.6 LLVM. All the tools has been installed there /usr/local/bin . But I
2009 May 13
1
shorewall + openvpn: address rewriting
I have two sites connected via openvpn. Both routers are running shorewall. Behind Network A is a SIP Phone which tries to register with an Asterisk PBX in Network B. I see in the log of the SIP device, that it is sending SIP packets with its internal assigned address 192.168.1.11. The router at Network B logs these SIP packets coming from the external IP address of Router A, and not
2009 Feb 26
5
Download daily weather data
I'm writing a program that will tell me whether I should wear a coat, so I'd like to be able to download daily weather forecasts and daily reports of recent past weather conditions. The NOAA has very promising tabular forecasts (http://forecast.weather.gov/MapClick.php?CityName=Ithaca&state=NY&site=BGM&textField1=42.4422&textField2=-76.5002&e=0&FcstType=digital),
2009 Jun 19
2
How to import timestamps from emails into R
I am analysing occurrences of a phenomenon by time, and each of these timestamps taken from email headers represents one occurrence. (The last number is the time zone.) I can easily change the format. Sun, 14 Jun 2009 07:33:00 -0700 Sun, 14 Jun 2009 08:35:10 -0700 Sun, 14 Jun 2009 21:26:34 -0700 Mon, 15 Jun 2009 19:47:47 -0700 Wed, 17 Jun 2009 21:50:41 -0700 I've found documentation for a
2009 Jan 19
3
Winbind+nss working on one centOS 5.2 box but not another
Hi all, I have an odd situation on my hands: * Two CentOS 5.2 boxes both joined to an AD domain. * Same samba version (3.0.28-1.el5_2.1) smb.conf, only the netbios names differ * Can enumerate users and groups using winbind -{u,g} on both. * nss doesn't enumerate users & groups on one (same lib versions, same conf file). //bentis@testukmcsstor1//:~$ rpm -qa | grep nss-