Displaying 5 results from an estimated 5 matches for "proxyip".
Did you mean:
proxy_ip
2009 Mar 20
1
Asterisk + OpenSIPs Integration - Rewrite URI on Trunk Numbers of a SIP Trunk
...Ex: with a trunk 0123400010 -> 0123400019 with 0123400010 as the sip peer.
When a number from a trunk is called, like 0123400019 the "Reg. Contact" of the main number is not used.
For the time being, I use Dial(SIP/0123400010/0123400019) but it It sends an
INVITE sip:0123400019 at proxyIP to the proxy
whereas it should send
INVITE sip:0123400019@"Reg. Contact of the main number" to the proxy
So I'm trying use the Dial Command with
Dial(SIP/0123400010/0123400019@"Reg. Contact of the main number") but it doesn't work
Have you got any idea how to rewrite...
2009 Sep 11
1
ProxyCommand not working if $SHELL not defined
..., ssh -v
will give "No such file", and I'm pretty sure it refers to the shell,
I read in ChangeLog that now ProxyCommand will use $SHELL instead
of /bin/sh.
Maybe consider using /bin/sh as default when SHELL is not defined?
my .ssh/config
Host myhost
ProxyCommand connect -a none -S proxyIP myhost <myport>
2009 Jan 02
0
Audiocodes MP-11X configuration to work with Asterisk
...RNAME = g711Alaw64k,20,0,8,1
PREFIX = 10,10.1.10.10,*,0,255
PREFIX = 20,10.1.10.11,*,0,255
TARGETOFCHANNEL7 = 453,1
TRUNKGROUP = 1-1,700,0
TRUNKGROUP = 2-2,701,0
TRUNKGROUP = 3-3,702,0
TRUNKGROUP = 4-4,703,0
TRUNKGROUP = 5-5,704,0
TRUNKGROUP = 6-6,705,0
TRUNKGROUP = 7-7,706,0
TRUNKGROUP = 8-8,707,0
PROXYIP = 192.168.0.244
AUTHENTICATION_0 = 700,1234
AUTHENTICATION_1 = 701,1234
AUTHENTICATION_2 = 702,1234
AUTHENTICATION_3 = 703,1234
AUTHENTICATION_4 = 704,1234
AUTHENTICATION_5 = 705,1234
AUTHENTICATION_6 = 706,1234
AUTHENTICATION_7 = 707,1234
TXDTMFOPTION = 3
[VXML Params]
[IPsec Params]
[Audio S...
2007 Jun 13
0
Problem with SquidGuard and DansGuardian
...n browser in order to
browse. What did I miss please. Below are the portion
from my dansguardian configuration:
# you can limit it to only 1 IP. Yes only one.
filterip =
# the port that DansGuardian listens to.
filterport = 8080
# the ip of the proxy (default is the loopback - i.e.
this server)
proxyip = 127.0.0.1
# the port DansGuardian connects to proxy on
#proxyport = 3128
proxyport = 8888
When I change the filterport to 80, there was an error
starting dansguardian saying that "Error binding
server socket (is something else running on the filter
port? [80])", changing it to 8080 ha...
2007 Jan 08
2
shorewall/dansguardian/squid problem
...f
coredump_dir /var/cache/squid
gravity ~ # grep ^[A-Za-z] /etc/dansguardian/dansguardian.conf
reportinglevel = 3
languagedir = ''/etc/dansguardian/languages''
language = ''ukenglish''
loglevel = 3
logexceptionhits = on
logfileformat = 1
filterip =
filterport = 3129
proxyip = 127.0.0.1
proxyport = 3128
< filtering onfig stuff snipped>
urlcacheage = 900
phrasefiltermode = 2
preservecase = 0
hexdecodecontent = 0
forcequicksearch = 0
reverseaddresslookups = off
reverseclientiplookups = off
createlistcachefiles = on
maxuploadsize = -1
maxcontentfiltersize = 256
use...