search for: jump2

Displaying 3 results from an estimated 3 matches for "jump2".

Did you mean: jump
2010 Nov 02
0
Noise while passing channel using tde205p card
...{DIALSTATUS},1) exten => s-BUSY,1,Goto(jump1,s,1) exten => s-NOANSWER,1,Goto(jump1,s,1) exten => s-CHANUNAVAIL,1,Goto(jump1,s,1) exten => s-CONGESTION,1,Goto(jump1,s,1) [jump1] exten => s,1,Dial(Zap/R2/888888888,10,r) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-BUSY,1,Goto(jump2,s,1) exten => s-NOANSWER,1,Goto(jump2,s,1) exten => s-CHANUNAVAIL,1,Goto(jump2,s,1) exten => s-CONGESTION,1,Goto(jump2,s,1) [jump2] ... #################################################### /proc/interrupts 201: 1339458395 337993774 IO-APIC-level wct2xxp ###########################...
2015 Nov 18
3
How to add configuration (~/.ssh/config) per ip?
...work we have hundreds of machines, and for various of reasons, their hostnames (with domain) do not reflect their physical location. This means that for host "a.bb.cc" i have to go through jump host "jump1.bb.cc", and for "c.bb.cc" i have to go through jump host "jump2.bb.cc". which jump host should be used can be deduced by IP, but it looks that rules like: Host 10.1.* ProxyCommand ssh -W %h:%p jump1.bb.cc Are not being applied when I just: ssh a.bb.cc Is there any way to make ssh apply rules both based on name and based on ip? I could, of course,...
2006 May 03
10
get Addresses and house numbers from Post Code?
Hi, does anyone know a way to get the address and a list of house numbers from a Post Code? Is their an online web service that will do this? I''m creating an app for a chinese take-away and this functionality is important. What do you think is the best way of achieving this? for UK post codes. Thanks Chris -- Posted via http://www.ruby-forum.com/.