Displaying 20 results from an estimated 32 matches for "serverhost".
Did you mean:
  servershost
  
2008 May 08
1
problem with caretNWS on linux
Hi,
I am using caretNWS on a RHEL x86_64 system and I am getting an error 
message that is nearly identical to the one occuring in
http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/caretNWS-00check.txt
Error in socketConnection(serverHost, port = port, open = "a+b", blocking = 
TRUE) :
  unable to open connection
Calls: system.time ... .local -> tryCatch -> tryCatchList -> 
socketConnection
In addition: Warning message:
In socketConnection(serverHost, port = port, open = "a+b", blocking = TRUE) 
:
  peng...
2012 Sep 11
1
multiple users for jabber.conf
Hi all,
Been reading about chan_motif / chan_xmpp in the wiki's for 1.8, 10 and
11 version of asterisk.
In each example i got the impression that the asterisk server is
registering on a XMPP server as a single user with the credentials as
specified in jabber.conf.
Instead of a single xmpp-user, could that also be multiple users?
For instance, for each sip-user an xmpp-user?
When i skim
2012 Mar 06
0
NFS Selinux issues
I'm having a strange problem with selinux and the mounting of a nfs
directory.
I'm specifying the security context as part of the mount command, yet the
security context still shows nfs.
The mount shows what the security context should be:
[root at clienthost ~]# mount
serverhost:/usr/local on /usr/local type nfs4
(rw,context="system_u:object_r:usr_t:s0",hard,intr,addr=serverhost,clientaddr=clienthost)
yet the directory permissions show the security context of nfs:
[root at clienthost ~]# ls -dZ /usr/local
drwxr-xr-x. root root system_u:object_r:nfs_t:s0       /...
2009 Dec 23
1
Help with makeClusters for Snow
...I disabled the firewalls). For
the rest (i.e. MPI, NWS, and PVM), I get error every time I try making one.
I get the following errors
=================================================
> cl = makeCluster(c("localhost", "localhost"), Type="MPI")
Error in make.socket(serverHost, port) : socket not established
> cl = makeCluster(c("localhost", "localhost"), Type="PVM")
Error in make.socket(serverHost, port) : socket not established
> cl = makeCluster(c("localhost", "localhost"), Type="NWS")
Error in make.soc...
2016 Mar 27
2
asterisk a "less secure app" on google ??
...secure apps" switch.
> You recently changed your security settings so that your Google Account xxxxxxx at gmail.com is no longer protected by modern security standards.
>
> Please be aware that it is now easier for an attacker to break into your account.
My xmpp.conf :
type=client
serverhost=talk.google.com
secret=mysecret
priority=25
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="Not available"
timeout=5
Is there a way to configure xmpp so I don't have to turn on "less secure 
apps" ?
Is this just a way of google messing with us ?
sean
2011 Apr 16
5
Google Voice receiving call problem
...le.com/transport/p2p"/></ses:session></iq>
No other messages are logged. Where is my mistake?
I am using asterisk 1.6.2.7 (Ubuntu packaging) and following there are the
relevant files.
Thank you
Leandro
####### jabber.conf
[general]
autoregister=yes
[asterisk]
type=client
serverhost=talk.google.com
username=ldardini at gmail.com
secret=**********
priority=1
port=5222
usetls=yes
usesasl=yes
buddy=ldardini at gmail.com
status=available
####### gtalk.conf
[general]
context=default
bindaddr=0.0.0.0
allowguest=yes
[guest]
disallow=all
allow=ulaw
context=google-in
[ldardini]
use...
2014 Jun 06
0
memory leak
Hi, 
I am running tinc on alpine linux 2.7.8 in 2 seperate environments. The 
first environment is running for about a month without any problems. 
The second environment causes some trouble. It looks like a memory leak on 
the client side. 
tincd.conf:
ConnectTo=ServerHost
Device=/dev/net/tun
Mode=switch
Name=ClientHost
PMTUDiscovery = yes
DeviceType=tap
PriorityInheritance = yes
Compression=10
hosts/ServerHost
Address=XXXX
PMTUDiscovery = yes
PriorityInheritance = yes
-----BEGIN RSA PUBLIC KEY-----
XXX
-----END RSA PUBLIC KEY-----
Linux Kernel 3.10.40-0-grsec...
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
...ve users from buddy list.
autoregister=yes                        ;;Auto register users from buddy 
list.
[asterisk]                              ;;label
type=client                             ;;Client or Component connection
                                         ;;Route to server for example,
serverhost=talk.google.com
                                         ;;      talk.google.com
;username=asterisk at astjab.org/asterisk  ;;Username with optional roster.
username=bferrell at gtalk.com
secret=XXXXXXXX                         ;;Password
port=5222                               ;;Port to use defaul...
2014 Jun 11
0
Fwd: memory leak
...50:33 +0200
Subject: memory leak
Hi, 
I am running tinc on alpine linux 2.7.8 in 2 seperate environments. The 
first environment is running for about a month without any problems.
The second environment causes some trouble. It looks like a memory leak on 
the client side. 
tincd.conf:
ConnectTo=ServerHost
Device=/dev/net/tun
Mode=switch
Name=ClientHost
PMTUDiscovery = yes
DeviceType=tap
PriorityInheritance = yes
Compression=10
hosts/ServerHost
Address=XXXX
PMTUDiscovery = yes
PriorityInheritance = yes
-----BEGIN RSA PUBLIC KEY-----
XXX
-----END RSA PUBLIC KEY-----
Linux Kernel 3.10.40-0-grsec...
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
...ock = sock_accept(serversock, ip, MAX_ADDR_LEN);
     if (sock >= 0) {
-        con = create_connection(sock, ip);
+        con = create_connection(sock, serversock, ip);
 
         return con;
     }
@@ -648,6 +649,10 @@
     int fileserve;
     char *host;
     int port;
+    int i;
+    char *serverhost;
+    int serverport;
+    aliases *alias;
     ice_config_t *config;
     int client_limit;
 
@@ -655,6 +660,14 @@
     fileserve = config->fileserve;
     host = config->hostname;
     port = config->port;
+    for(i = 0; i < MAX_LISTEN_SOCKETS; i++) {
+        if(global.serversock[i]...
2017 Dec 30
4
SIP invite timeouts : how is someone sending invites from our server ??
...ith no response
  WARNING[1868]: chan_sip.c:4124 retrans_pkt: Timeout on 
5YpLDUSIs6l3xbDXsurYTu.. on non-critical invite transaction.
Looking up the ip addresses :
whois 185.107.94.10
.............
inetnum:        185.107.94.0 - 185.107.94.255
netname:        NFORCE_ENTERTAINMENT
descr:          Serverhosting
..................
organisation:   ORG-NE3-RIPE
org-name:       NForce Entertainment B.V.
org-type:       LIR
address:        Postbus 1142
address:        4700BC
address:        Roosendaal
address:        NETHERLANDS
phone:          +31206919299
...................
whois 215.45.145.211
...........
2000 Nov 24
2
Getting the authctxt
My port forwarding changes require an authorization (authentication)
context in channel_connect_to().  I'd like to change the dispatch_*
functions so that they accept an Authctxt * instead of a void * (this
parameter is already used this way).  In addition, I'd have to pass
the authctxt all the way down to channel_connect_to().  As a side
effect, it's possible to get rid of the global
2013 Jul 04
2
DOVECOT 2.2.4 = 501 5.5.4 Unsupported options in LMTP
...********************************************
dspam-3.9.0 (dspam-3.10.2 all the time segmentation fault)
dspam.conf
....................
# DeliveryHost        /var/run/dovecot/lmtp # same error as IP
DeliveryHost        127.0.0.33
DeliveryPort        24
DeliveryProto       LMTP
....................
ServerHost          192.168.1.34
ServerPort          24
ServerQueueSize     32
ServerPID           /var/run/dspam/dspam.pid
***************************************************
dovecot-2.2.4
10-master.conf
service lmtp {
  # Create inet listener only if you can't use the above UNIX socket
  inet_listener...
2014 Jun 12
1
memory leak with vlan tagged traffic in switch mode
...:50:33 +0200
Subject: memory leak
Hi,
I am running tinc on alpine linux 2.7.8 in 2 seperate environments. The 
first environment is running for about a month without any problems.
The second environment causes some trouble. It looks like a memory leak on 
the client side.
tincd.conf:
ConnectTo=ServerHost
Device=/dev/net/tun
Mode=switch
Name=ClientHost
PMTUDiscovery = yes
DeviceType=tap
PriorityInheritance = yes
Compression=10
hosts/ServerHost
Address=XXXX
PMTUDiscovery = yes
PriorityInheritance = yes
-----BEGIN RSA PUBLIC KEY-----
XXX
-----END RSA PUBLIC KEY-----
Linux Kernel 3.10.40-0-grsec #...
2007 Jun 21
3
gtalk - no audio
Hi list,
I'm trying to get channel gtalk working in asterisk 1.4.5
I have it built and configured as follows:
*jabber.conf:*
[general]
debug=yes
autoprune=no
autoregister=no
[myaccount]
type=client
serverhost=talk.google.com
username=myaccount at gmail.com/Talk
secret=mypassword
port=5222
usetls=yes
usesasl=yes
statusmessage="Talk to me"
timeout=100
*gtalk.conf:*
[general]
context=default
allowguest=yes
bindaddr=172.25.123.18
[guest]
disallow=all
allow=ulaw
context=gtalk
This works fine whe...
2011 Feb 10
2
Gtalk/Jabber Issue
...nf
 
[general]
context=google-in
allowguest=yes
bindaddr=192.168.xxx.xxx
extenip=96.254.xxx.xxx
 
[guest]
context=google-in
disallow=all
allow=ulaw
allow=g729
connection=jp_jabber
 
jabber.conf
 
[general]
debug=yes
;autoprune=no
autoregister=yes
 
 
[jb_jabber]
type=client
serverhost=talk.google.com
username=XXXXXXXXX at gmail.com/Talk
secret=XXXXXXX
port=5222
usetls=yes
usesasl=yes
;status=Available
statusmessage="Connected via Asterisk"
;timeout=100
;keepalive=yes
 
 
Extensions.conf
 
[google-in]
exten => s,1,NoOp(Call from GTalk)
exten => s,n...
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
...ebugging by default.
autoprune=no                            ;;Auto remove users from buddy
list.
autoregister=yes                        ;;Auto register users from buddy
list. 
[asterisk]                              ;;label
type=component                          ;;Client or Component connection
serverhost=192.168.2.5                  ;;Route to server for example
talk.google.com
username=asterisk at 192.168.2.5           ;;Username with optional roster.
secret=XXXXXX                      ;;Password
port=5222                               ;;Port to use defaults to 5222
usetls=yes...
2011 Dec 03
2
google voice calling dial plan question.
...issue.
https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?focusedCommentId=18415969#comment-18415969
I'm sure that I'm close to getting things working properly.
Here's my config.
##jabber.conf##
[general]
debug=no
autoprune=no
autoregister=yes
[whitehat238]
type=client
serverhost=talk.google.com
username=whitehat238 at gmail.com/Talk
secret=password
port=5222
usetls=yes
usesasl=yes
status=Available
statusmessage="No Information Available"
timeout=100
keepalive=yes
##gtalk.conf##
[general]
allowguest=yes
context=googlein
stunaddr=stun01.sipphone.com
[guest]
disa...
2007 Jul 30
0
asterisk 1.4.8 and google talk - no audio
...default
allowguest=yes
bindaddr=147.120.203.190
externip=203.xx.xx.xx
[guest]
disallow=all
;allow=alaw
allow=ulaw
context=guest
[google]
disallow=all
allow=ulaw
;allow=alaw
context=default
connection=asterisk
jabber.conf
[general]
debug=yes
autoprune=yes
autoregister=yes
[asterisk]
type=client
serverhost=talk.google.com
username=tharanga12345 at gmail.com
secret=xxxxxx
port=5222
usetls=yes
usesasl=yes
timeout=1000
rtp.conf
iam using lower ports...
rtpstart=1650
rtpend=4560
sip.conf
[general]
context=default
bindport=5060
bindaddr=0.0.0.0
;srvlookup=yes
dtmfmode=rfc2833
relaxdtmf=no
disallow=al...
2010 May 31
0
testing my asterisk 1.6.2.8-rc1 with gtalk (and JACK) - please help
...ponent in jabber.conf
 				;;for the call to leave on.
;
*** end of gtalk.conf ***
*** jabber.conf ***
[general]
debug=yes				;;Turn on debugging by default.
autoprune=no				;;Auto remove users from buddy list.
autoregister=yes			;;Auto register users from buddy list.
[gtalk_account]
type=client
serverhost=talk.google.com
username=myself at googlemail.com/Talk
secret=my_password
port=5222
usetls=yes
usesasl=yes
buddy=user1
buddy=user2
buddy=myself
statusmessage="Asterisk for Gtalk..."
timezone=100
*** end of jabber.conf ***
   Thanks for reading through this! I very much appreciate this!...