search for: outside

Displaying 20 results from an estimated 16743 matches for "outside".

2010 Feb 13
3
extension not found
hi friend need ur help in dial plan, i want to allow exten 2000 to 2005 can make call outside and exten 2006 to 2010 can not make call outside. heres my dial plan. ? sip.conf ? [general] port = 5060 bindaddr = 0.0.0.0 context = others [2000] type=friend context=outside secret=1234 host=dynamic [2001] type=friend context=outside secret=1234 host=dynamic [2002] type=friend context=outside s...
2003 Oct 23
2
IAX peers and NAT
Help, I'm stuck. Lost in the woods. I have one Asterisk running on FreeBSD outside on the Wild Internet. One on the safe inside, behind a NAT firewall. The inside server registers with IAX to the outer one and can place calls. The outside one can't register to the one on the inside, since it can't be reached on the private network. Now to my problem: * How do I dial fro...
2009 Dec 04
2
DAHDI outgoing
Hi, I'm having alot of trouble understanding how to use dialplans for outgoing calls on Dahdi. Context : I have 3 TI spans, so 69 voice channels and three D channels (24,48,72). This is on a TE420B from Digium, if it matters. Here are my (apparently simple) questions in no particular order: 1) Dial(DAHDI/5555555555|20) doesn't work. But Dial(DAHDI/42/5555555555|20) does
2017 Jun 21
2
Significance of port 655?
...is the significance of port 655 with regards to tinc? Lets consider a 4 node setup: We have nodes: [protected] : protected behind a private network in the cloud [bastion]: also runs in the cloud, has an interface into the private network but also has a public ip. accepts connections on port 655 [outside-1]: a laptop behind a home router [outside-2]: similar to outside-1 I found that when I ran tinc (v1.1pre14) among these 4 nodes and dumped a graph at [bastion], there were green edges from [bastion] to all other nodes. But dumping graphs on every other node had a black edge going to all other no...
2007 Nov 05
1
what is it in dmesg?
Hi all The machine provides the name service I got the following in the dmesg. What is it? Can I have rules to prevent it? UDP: bad checksum. From outside-ip:61479 to machine-ip:61 ulen 45 UDP: bad checksum. From outside-ip:62499 to machine-ip:61 ulen 45 UDP: bad checksum. From outside-ip:64135 to machine-ip:61 ulen 45 UDP: bad checksum. From outside-ip:64135 to machine-ip:61 ulen 45 UDP: bad checksum. From outside-ip:65383 to machine-ip:61 ulen 45...
2011 Jul 19
3
CentOS 6 - VM network bridge issue
...I assigned an Internet facing IP address to eth0 and a local IP address on eth1. So far so good. I can access the guest servers from either IP address as expected. That is HTTP, SSH and SMTP servers on them are accessible and do what they are supposed to do. Except... Except from any location outside of my Comcast Cable Modem. To be clear, from any machine inside the modem to any address on the guests, all works perfectly. But outside the modem the guest apps either don't receive packets or for some reason don't respond, and I've tired it from four different locations. Using Wire...
2005 Aug 21
2
Dial Zero to get outside line?
Hello, My asterisk currently will dial an outside number after I dial the number and press send on the phone. How can I get it setup so I have to press '0' for an outside line. Kind regards Michael Felder IT Medic Australia Pty. Ltd. P: 03 9557 2213 F: 03 9557 2214 M: 0419 568 217 E: Michael@ITMedic.com.au http://www.ITMedic.com.au K...
2015 Jul 23
1
[LLVMdev] Is loop header required to have at least one predecessor outside the loop?
Hi, I was reading some loop related code and I don’t quite understand an assertion in LoopBase<BlockT, LoopT>::getLoopPredecessor(). /// getLoopPredecessor - If the given loop's header has exactly one unique /// predecessor outside the loop, return it. Otherwise return null. /// This is less strict that the loop "preheader" concept, which requires /// the predecessor to have exactly one successor. /// template<class BlockT, class LoopT> BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { // K...
2005 Sep 17
2
AgentCallbackLogin and calling outside
Hi, I have a small callcenter with 3 agents who login using AgentCallbackLogin. They normally receive calls, but needs to call outside also. When they call outside, though they are busy the "show agents" shows them as available, and calls gets routed to them. How can I make them busy when they call outside. Also they also need to move out for couple of minutes or to send a mails etc in between calling. Right now only...
2004 Sep 15
1
Channel H323, RH9, OpenH323_1.12.2, pwlib_1.5.2 +GnuGK
.../local/include/ptlib/object.h:1292: error: syntax error before `operator' /usr/local/include/ptlib/object.h:1301: error: syntax error before `operator' /usr/local/include/ptlib/object.h:1310: error: syntax error before `operator' /usr/local/include/ptlib/object.h:1325: error: virtual outside class declaration /usr/local/include/ptlib/object.h:1325: error: non-member function `void PrintOn(std::ostream&)' cannot have `const' method qualifier /usr/local/include/ptlib/object.h:1335: error: virtual outside class declaration /usr/local/include/ptlib/object.h:1346: error...
2012 Mar 09
2
dreaded one-way audio with nat=yes
...=yes everyplace I can think of. The dialplan is real easy: [from-teliax-sip] exten => _j.,1,NoOp("From teliax sip with exten "${EXTEN}") exten => _j.,n,Set(3digitexten=${EXTEN:12:3} exten => _j.,n,NoOp("Callerid is " ${CALLERID(all)} ) exten => _j.,n,GoTo(from-outside,${3digitexten},1) [from-outside] exten => 123,1,NoOp() exten => 123,n,Answer() exten => 123,n,Dial(SIP/jnctn/1212xxxyyyy) exten => 123,n,HangUp() sip.conf: [general] externaddr=xx.yyy.zz.aa nat=yes directmedia=no ; tried nonat sip show peer jnctn: Insecure : invite Force r...
2008 Apr 14
1
redirecting outside connections to https on apache
Hi friends, There are about 15 applications hosted on different in our infrastructure mostly running on apache/iis/tomcat. We have a frontend apache server running on Centos 4.4 64bit which make these applications accessible to outside world. For the applications which are running on tomcat we are running jkmount to make these applications available without mentioning tomcat ports. For apache/iis applications we are using ProxyPass. The issue we are facing is that we are not able to make these applications accessible through htt...
2005 Jun 25
1
[LLVMdev] how to use LoopInfo outside of LLVM
Hi, My project is outside of LLVM. Now I need get LoopInfo for a function. I know that if my project were a pass inside LLVM. I can get LoopInfo by "AU.addRequired<LoopInfo>()" and "getAnalysis<LoopInfo>()". Also I know I can get a function pass by "llvm::FunctionPass* dce = llvm::create...
2017 Jun 22
0
Significance of port 655?
...9;t have to use port 655, you can configure tinc to run on any port(s) you like. > [protected] : protected behind a private network in the cloud > [bastion]: also runs in the cloud, has an interface into the private > network but also has a public ip. accepts connections on port 655 > [outside-1]: a laptop behind a home router > [outside-2]: similar to outside-1 > > I found that when I ran tinc (v1.1pre14) among these 4 nodes and dumped a > graph at [bastion], there were green edges from [bastion] to all other > nodes. > > But dumping graphs on every other node had...
2013 Jul 14
2
constant Log synchronization error's
...e: rebuilding indexes 11:45:54 Y dovecot: imap(X): Disconnected: Disconnected in IDLE in=707 out=437806 11:45:55 Y dovecot: imap(X): Error: Log synchronization error at seq=4,offset=156 for /var/mail/X/mdbox/mailboxes/INBOX/Kvitteringer/dbox-Mails/dovecot.index: Ex tension header update points outside header size 11:45:55 Y dovecot: imap(X): Warning: fscking index file /var/mail/X/mdbox/mailboxes/INBOX/Kvitteringer/dbox-Mails/dovecot.index 11:45:55 Y dovecot: imap(X): Error: Log synchronization error at seq=9,offset=156 for /var/mail/X/mdbox/mailboxes/INBOX/Streams/dbox-Mails/dovecot.index:...
2009 Jun 09
5
voicemail
Has anyone set it up so that an inside call and an outside call get different unavailable messages? j
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/
2007 Apr 12
0
Outside Network PAP and also Outside Network eyeBeam Soft Phone
I have been trying to setup a PAP2 adapter on a remote network but can't seem to get it to work. The unit will register with the server and it can make calls to extensions on the Asterisk server but it can't receive any calls and it can't make any calls outside of the Asterisk server. I also have a eyebeam soft phone that works when it is inside the network but when I am on other networks it won't. It will also register and it will make calls and will receive calls but there is no audio either way on it. Can someone point me in the right dir...
2004 Apr 23
0
Windows XP changes IP of Samba to outside port!
...#39;ll short this out...I hate to do it, but I'll use the IP address of the Samba server and it won't have to look up anything. Still 2 minute delay before printing! Then I noticed that XP had changed the ip address shown in the "Printers and Faxes" icons. Huh? That's the OUTSIDE interface of the Samba server. That server is a gateway also and has two interfaces, one on the internet, one on the LAN. XP was changing the IP I gave it (the inside IP ) and replacing it with the outside IP! Then it hit me that it was getting "access denied" because it was trying t...
2009 Dec 24
2
Locating code that is outside of functions in R scripts
...mand is most convenient (at least for me) if it only loads function definitions, and doesn't otherwise change the interactive environment. For example, I might have a file that looks like func1<-function() { code code code } # this is a comment A<-"this is code outside the function definitions"; func2<-function() { code # a comment with a spurious } code code } I would like a quick-and-dirty script that finds the line beginnning with "A", since it is R code outside of any function definition. On the other hand it would...